is_duplicated
bool
2 classes
xmi
stringlengths
506
392k
ids
stringlengths
42
388
model_type
stringclasses
1 value
txt
stringlengths
3
77k
labels
null
graph
stringlengths
176
1.29M
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="manifest" nsURI="http://org.osgi.framework/manifest" nsPrefix="org.osgi.framework.manifest"> <eClassifiers xsi:type="ecore:EDataType" name="URL" instanceClassName="java.net.URL"/> <eClassifiers xsi:type="ecore:EEnum" name="MANIFESTVersionEnum"> <eLiterals name="moreThan1_3" value="2" literal="2"/> <eLiterals name="lessThan1_3" value="1" literal="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PolicyEnum"> <eLiterals name="LAZY" literal="lazy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" lowerBound="1" eType="ecore:EDataType framework.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" lowerBound="1" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="ecore:EClass jar.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="major" lowerBound="1" eType="#//int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minor" eType="#//int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="micro" eType="#//int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" eType="#//String" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MANIFEST"> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleClassPaths" upperBound="-1" eType="#//BundleClassPath" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleNativeCodes" upperBound="-1" eType="#//BundleNativeCode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleVersion" eType="#//BundleVersion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleRequiredExecutionEnvironments" upperBound="-1" eType="#//BundleRequiredExecutionEnvironment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleActivationPolicy" eType="#//BundleActivationPolicy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleActivator" eType="#//BundleActivator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requireBundles" upperBound="-1" eType="#//RequireBundle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importServices" upperBound="-1" eType="#//ImportService" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exportServices" upperBound="-1" eType="#//ExportService" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleSymbolicName" lowerBound="1" eType="#//BundleSymbolicName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleVendor" eType="#//BundleVendor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleCopyright" eType="#//BundleCopyright" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleContactAddress" eType="#//BundleContactAddress" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleDescription" eType="#//BundleDescription" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleName" eType="#//BundleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleCategory" eType="#//BundleCategory" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleUpdateLocation" eType="#//BundleUpdateLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BundleDocURL" eType="#//BundleDocURL" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importPackages" upperBound="-1" eType="#//ImportPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleLocalization" eType="#//BundleLocalization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragmentHost" eType="#//FragmentHost" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dynamicImportPackages" upperBound="-1" eType="#//DynamicImportPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exportPackages" upperBound="-1" eType="#//ExportPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unknownEntries" upperBound="-1" eType="#//SimpleManifestEntryManyValues" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NativeCodeOptional" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleManifestVersion" eType="#//BundleManifestVersion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MANIFESTEntry" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryName" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1" eType="ecore:EClass option.ecore#//AttributEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleMANIFESTEntry" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundleName" eSuperTypes="#//SimpleMANIFESTEntry"/> <eClassifiers xsi:type="ecore:EClass" name="BundleSymbolicName" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbolicName" lowerBound="1" eType="ecore:EDataType framework.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="2" eType="ecore:EClass option.ecore#//SymbolicNameDirective" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundleDescription" eSuperTypes="#//SimpleMANIFESTEntry"/> <eClassifiers xsi:type="ecore:EClass" name="BundleLocalization" eSuperTypes="#//SimpleMANIFESTEntry"/> <eClassifiers xsi:type="ecore:EClass" name="BundleVendor" eSuperTypes="#//SimpleMANIFESTEntry"/> <eClassifiers xsi:type="ecore:EClass" name="BundleContactAddress" eSuperTypes="#//SimpleMANIFESTEntry"/> <eClassifiers xsi:type="ecore:EClass" name="BundleCopyright" eSuperTypes="#//SimpleMANIFESTEntry"/> <eClassifiers xsi:type="ecore:EClass" name="BundleCategory" eSuperTypes="#//SimpleManifestEntryManyValues"/> <eClassifiers xsi:type="ecore:EClass" name="URLMANIFESTEntry" abstract="true" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="#//URL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundleDocURL" eSuperTypes="#//URLMANIFESTEntry"/> <eClassifiers xsi:type="ecore:EClass" name="BundleUpdateLocation" eSuperTypes="#//URLMANIFESTEntry"/> <eClassifiers xsi:type="ecore:EClass" name="BundleVersion" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1" eType="#//Version" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundleActivator" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" lowerBound="1" eType="ecore:EDataType framework.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" lowerBound="1" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activator" eType="ecore:EClass jar.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundleClassPath" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="classPaths" lowerBound="1" upperBound="-1" eType="#//ClassPath" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundleNativeCode" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" lowerBound="1" upperBound="-1" eType="ecore:EClass option.ecore#//NativeCodeDirective" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nativeCodes" lowerBound="1" upperBound="-1" eType="#//NativeCode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireBundle" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="2" eType="ecore:EClass option.ecore#//RequireBundleDirective" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" lowerBound="1" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" lowerBound="1" eType="ecore:EDataType framework.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundle" eType="ecore:EClass framework.ecore#//Bundle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportService" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" lowerBound="1" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceReference" lowerBound="1" eType="ecore:EDataType framework.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" eType="#//Service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExportService" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//Service" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportPackage" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" eType="ecore:EClass option.ecore#//ImportPackageDirective" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundle" eType="ecore:EClass framework.ecore#//Bundle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageReferences" lowerBound="1" upperBound="-1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="#//boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExportPackage" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1" eType="ecore:EClass option.ecore#//ExportPackageDirective" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" lowerBound="1" upperBound="-1" eType="#//Package" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundleActivationPolicy" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="policy" lowerBound="1" eType="#//PolicyEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1" eType="ecore:EClass option.ecore#//ActivationPolicyDirective" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FragmentHost" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" eType="ecore:EClass option.ecore#//FragmentHostDirective" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundle" eType="ecore:EClass framework.ecore#//Bundle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" lowerBound="1" eType="ecore:EDataType framework.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" lowerBound="1" eType="#//boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicImportPackage" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packages" lowerBound="1" upperBound="-1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundleRequiredExecutionEnvironment" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="profile" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configuration" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleManifestEntryManyValues" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" upperBound="-1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="int" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EClass" name="BundleManifestVersion" eSuperTypes="#//MANIFESTEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manifestVersion" lowerBound="1" eType="#//MANIFESTVersionEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassPath"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="ecore:EClass jar.ecore#//SystemEntry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NativeCode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="ecore:EClass jar.ecore#//SystemEntry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="ecore:EClass jar.ecore#//Package"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/osgi_projects/fr.irisa.triskell.osgi.introspector.model/metamodels/manifest.ecore
ecore
manifest URL java.net.URL java.net.URL MANIFESTVersionEnum moreThan1_3 2 lessThan1_3 1 PolicyEnum LAZY lazy Service reference resolved interface Version major minor micro qualifier MANIFEST bundleClassPaths bundleNativeCodes bundleVersion bundleRequiredExecutionEnvironments bundleActivationPolicy bundleActivator requireBundles importServices exportServices bundleSymbolicName bundleVendor bundleCopyright bundleContactAddress bundleDescription bundleName bundleCategory bundleUpdateLocation BundleDocURL importPackages bundleLocalization fragmentHost dynamicImportPackages exportPackages unknownEntries NativeCodeOptional bundleManifestVersion MANIFESTEntry entryName options SimpleMANIFESTEntry value BundleName BundleSymbolicName symbolicName directives BundleDescription BundleLocalization BundleVendor BundleContactAddress BundleCopyright BundleCategory URLMANIFESTEntry url BundleDocURL BundleUpdateLocation BundleVersion version BundleActivator reference resolved activator BundleClassPath classPaths BundleNativeCode optional directives nativeCodes RequireBundle directives resolved reference bundle ImportService resolved serviceReference service ExportService service ImportPackage directives bundle packages packageReferences resolved ExportPackage directives packages BundleActivationPolicy policy directives FragmentHost directives bundle reference resolved false DynamicImportPackage packages BundleRequiredExecutionEnvironment profile configuration SimpleManifestEntryManyValues values String java.lang.String java.lang.String boolean boolean boolean int int int BundleManifestVersion manifestVersion ClassPath resolved reference entry NativeCode resolved reference file Package resolved reference package
null
{"directed":true,"nodes":[{"nsPrefix":"org.osgi.framework.manifest","nsURI":"http://org.osgi.framework/manifest","name":"manifest","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"URL","instanceClass":"java.net.URL","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"MANIFESTVersionEnum","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PolicyEnum","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MANIFEST","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MANIFESTEntry","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleMANIFESTEntry","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleName","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleSymbolicName","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleDescription","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleLocalization","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleVendor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleContactAddress","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleCopyright","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleCategory","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLMANIFESTEntry","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleDocURL","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleUpdateLocation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleVersion","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleActivator","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleClassPath","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleNativeCode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireBundle","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportService","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExportService","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportPackage","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExportPackage","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleActivationPolicy","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FragmentHost","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicImportPackage","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleRequiredExecutionEnvironment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleManifestEntryManyValues","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"boolean","instanceClass":"boolean","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"int","instanceClass":"int","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundleManifestVersion","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPath","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeCode","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"name":"moreThan1_3","id":41,"value":2,"literal":"2","eClass":"EEnumLiteral"},{"name":"lessThan1_3","id":42,"value":1,"literal":"1","eClass":"EEnumLiteral"},{"name":"LAZY","id":43,"value":0,"literal":"lazy","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"major","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minor","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"micro","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleClassPaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleNativeCodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleRequiredExecutionEnvironments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleActivationPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleActivator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requireBundles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exportServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleSymbolicName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleVendor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleCopyright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContactAddress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleUpdateLocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BundleDocURL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleLocalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentHost","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dynamicImportPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exportPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unknownEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NativeCodeOptional","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleManifestVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entryName","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbolicName","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classPaths","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nativeCodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bundle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceReference","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bundle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageReferences","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"policy","changeable":true,"lowerBound":1,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bundle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"profile","changeable":true,"lowerBound":1,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manifestVersion","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":41,"target":2},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":43,"target":3},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":44,"target":47},{"source":44,"target":4},{"source":45,"target":35},{"source":45,"target":48},{"source":45,"target":4},{"source":48,"target":35},{"source":46,"target":49},{"source":46,"target":4},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":50,"target":36},{"source":50,"target":54},{"source":50,"target":5},{"source":54,"target":36},{"source":51,"target":36},{"source":51,"target":55},{"source":51,"target":5},{"source":55,"target":36},{"source":52,"target":36},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":36},{"source":53,"target":34},{"source":53,"target":57},{"source":53,"target":5},{"source":57,"target":34},{"source":6,"target":0},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":58,"target":22},{"source":58,"target":84},{"source":58,"target":6},{"source":84,"target":22},{"source":59,"target":23},{"source":59,"target":85},{"source":59,"target":6},{"source":85,"target":23},{"source":60,"target":20},{"source":60,"target":86},{"source":60,"target":6},{"source":86,"target":20},{"source":61,"target":32},{"source":61,"target":87},{"source":61,"target":6},{"source":87,"target":32},{"source":62,"target":29},{"source":62,"target":88},{"source":62,"target":6},{"source":88,"target":29},{"source":63,"target":21},{"source":63,"target":89},{"source":63,"target":6},{"source":89,"target":21},{"source":64,"target":24},{"source":64,"target":90},{"source":64,"target":6},{"source":90,"target":24},{"source":65,"target":25},{"source":65,"target":91},{"source":65,"target":6},{"source":91,"target":25},{"source":66,"target":26},{"source":66,"target":92},{"source":66,"target":6},{"source":92,"target":26},{"source":67,"target":10},{"source":67,"target":93},{"source":67,"target":6},{"source":93,"target":10},{"source":68,"target":13},{"source":68,"target":94},{"source":68,"target":6},{"source":94,"target":13},{"source":69,"target":15},{"source":69,"target":95},{"source":69,"target":6},{"source":95,"target":15},{"source":70,"target":14},{"source":70,"target":96},{"source":70,"target":6},{"source":96,"target":14},{"source":71,"target":11},{"source":71,"target":97},{"source":71,"target":6},{"source":97,"target":11},{"source":72,"target":9},{"source":72,"target":98},{"source":72,"target":6},{"source":98,"target":9},{"source":73,"target":16},{"source":73,"target":99},{"source":73,"target":6},{"source":99,"target":16},{"source":74,"target":19},{"source":74,"target":100},{"source":74,"target":6},{"source":100,"target":19},{"source":75,"target":18},{"source":75,"target":101},{"source":75,"target":6},{"source":101,"target":18},{"source":76,"target":27},{"source":76,"target":102},{"source":76,"target":6},{"source":102,"target":27},{"source":77,"target":12},{"source":77,"target":103},{"source":77,"target":6},{"source":103,"target":12},{"source":78,"target":30},{"source":78,"target":104},{"source":78,"target":6},{"source":104,"target":30},{"source":79,"target":31},{"source":79,"target":105},{"source":79,"target":6},{"source":105,"target":31},{"source":80,"target":28},{"source":80,"target":106},{"source":80,"target":6},{"source":106,"target":28},{"source":81,"target":33},{"source":81,"target":107},{"source":81,"target":6},{"source":107,"target":33},{"source":82,"target":35},{"source":82,"target":108},{"source":82,"target":6},{"source":108,"target":35},{"source":83,"target":37},{"source":83,"target":109},{"source":83,"target":6},{"source":109,"target":37},{"source":7,"target":0},{"source":7,"target":110},{"source":7,"target":111},{"source":110,"target":34},{"source":110,"target":112},{"source":110,"target":7},{"source":112,"target":34},{"source":111,"target":113},{"source":111,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":114},{"source":8,"target":115},{"source":114,"target":34},{"source":114,"target":116},{"source":114,"target":8},{"source":116,"target":34},{"source":115,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":117},{"source":117,"target":8},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":118,"target":121},{"source":118,"target":10},{"source":119,"target":122},{"source":119,"target":10},{"source":120,"target":7},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":123},{"source":123,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":124},{"source":124,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":125},{"source":125,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":126},{"source":126,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":127},{"source":127,"target":8},{"source":16,"target":0},{"source":16,"target":33},{"source":16,"target":128},{"source":128,"target":33},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":129},{"source":17,"target":130},{"source":129,"target":1},{"source":129,"target":131},{"source":129,"target":17},{"source":131,"target":1},{"source":130,"target":7},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":132},{"source":132,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":133},{"source":133,"target":17},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":134},{"source":20,"target":135},{"source":134,"target":5},{"source":134,"target":136},{"source":134,"target":20},{"source":136,"target":5},{"source":135,"target":7},{"source":21,"target":0},{"source":21,"target":7},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":21,"target":140},{"source":137,"target":141},{"source":137,"target":21},{"source":138,"target":35},{"source":138,"target":142},{"source":138,"target":21},{"source":142,"target":35},{"source":139,"target":143},{"source":139,"target":21},{"source":140,"target":7},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":144},{"source":22,"target":145},{"source":144,"target":38},{"source":144,"target":146},{"source":144,"target":22},{"source":146,"target":38},{"source":145,"target":7},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":147},{"source":23,"target":148},{"source":23,"target":149},{"source":23,"target":150},{"source":147,"target":35},{"source":147,"target":151},{"source":147,"target":23},{"source":151,"target":35},{"source":148,"target":152},{"source":148,"target":23},{"source":149,"target":39},{"source":149,"target":153},{"source":149,"target":23},{"source":153,"target":39},{"source":150,"target":7},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":154},{"source":24,"target":155},{"source":24,"target":156},{"source":24,"target":157},{"source":24,"target":158},{"source":154,"target":159},{"source":154,"target":24},{"source":155,"target":35},{"source":155,"target":160},{"source":155,"target":24},{"source":160,"target":35},{"source":156,"target":161},{"source":156,"target":24},{"source":157,"target":162},{"source":157,"target":24},{"source":158,"target":7},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":163},{"source":25,"target":164},{"source":25,"target":165},{"source":25,"target":166},{"source":163,"target":35},{"source":163,"target":167},{"source":163,"target":25},{"source":167,"target":35},{"source":164,"target":168},{"source":164,"target":25},{"source":165,"target":4},{"source":165,"target":169},{"source":165,"target":25},{"source":169,"target":4},{"source":166,"target":7},{"source":26,"target":0},{"source":26,"target":7},{"source":26,"target":170},{"source":26,"target":171},{"source":170,"target":4},{"source":170,"target":172},{"source":170,"target":26},{"source":172,"target":4},{"source":171,"target":7},{"source":27,"target":0},{"source":27,"target":7},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":173,"target":179},{"source":173,"target":27},{"source":174,"target":180},{"source":174,"target":27},{"source":175,"target":40},{"source":175,"target":181},{"source":175,"target":27},{"source":181,"target":40},{"source":176,"target":34},{"source":176,"target":182},{"source":176,"target":27},{"source":182,"target":34},{"source":177,"target":35},{"source":177,"target":183},{"source":177,"target":27},{"source":183,"target":35},{"source":178,"target":7},{"source":28,"target":0},{"source":28,"target":7},{"source":28,"target":184},{"source":28,"target":185},{"source":28,"target":186},{"source":184,"target":187},{"source":184,"target":28},{"source":185,"target":40},{"source":185,"target":188},{"source":185,"target":28},{"source":188,"target":40},{"source":186,"target":7},{"source":29,"target":0},{"source":29,"target":7},{"source":29,"target":189},{"source":29,"target":190},{"source":29,"target":191},{"source":189,"target":3},{"source":189,"target":192},{"source":189,"target":29},{"source":192,"target":3},{"source":190,"target":193},{"source":190,"target":29},{"source":191,"target":7},{"source":30,"target":0},{"source":30,"target":7},{"source":30,"target":194},{"source":30,"target":195},{"source":30,"target":196},{"source":30,"target":197},{"source":30,"target":198},{"source":194,"target":199},{"source":194,"target":30},{"source":195,"target":200},{"source":195,"target":30},{"source":196,"target":201},{"source":196,"target":30},{"source":197,"target":35},{"source":197,"target":202},{"source":197,"target":30},{"source":202,"target":35},{"source":198,"target":7},{"source":31,"target":0},{"source":31,"target":7},{"source":31,"target":203},{"source":31,"target":204},{"source":203,"target":34},{"source":203,"target":205},{"source":203,"target":31},{"source":205,"target":34},{"source":204,"target":7},{"source":32,"target":0},{"source":32,"target":7},{"source":32,"target":206},{"source":32,"target":207},{"source":32,"target":208},{"source":206,"target":34},{"source":206,"target":209},{"source":206,"target":32},{"source":209,"target":34},{"source":207,"target":34},{"source":207,"target":210},{"source":207,"target":32},{"source":210,"target":34},{"source":208,"target":7},{"source":33,"target":0},{"source":33,"target":7},{"source":33,"target":211},{"source":33,"target":212},{"source":211,"target":34},{"source":211,"target":213},{"source":211,"target":33},{"source":213,"target":34},{"source":212,"target":7},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":7},{"source":37,"target":214},{"source":37,"target":215},{"source":214,"target":2},{"source":214,"target":216},{"source":214,"target":37},{"source":216,"target":2},{"source":215,"target":7},{"source":38,"target":0},{"source":38,"target":217},{"source":38,"target":218},{"source":38,"target":219},{"source":217,"target":35},{"source":217,"target":220},{"source":217,"target":38},{"source":220,"target":35},{"source":218,"target":34},{"source":218,"target":221},{"source":218,"target":38},{"source":221,"target":34},{"source":219,"target":222},{"source":219,"target":38},{"source":39,"target":0},{"source":39,"target":223},{"source":39,"target":224},{"source":39,"target":225},{"source":223,"target":35},{"source":223,"target":226},{"source":223,"target":39},{"source":226,"target":35},{"source":224,"target":34},{"source":224,"target":227},{"source":224,"target":39},{"source":227,"target":34},{"source":225,"target":228},{"source":225,"target":39},{"source":40,"target":0},{"source":40,"target":229},{"source":40,"target":230},{"source":40,"target":231},{"source":229,"target":35},{"source":229,"target":232},{"source":229,"target":40},{"source":232,"target":35},{"source":230,"target":34},{"source":230,"target":233},{"source":230,"target":40},{"source":233,"target":34},{"source":231,"target":234},{"source":231,"target":40}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="qvtoperationalcs" nsURI="http://www.eclipse.org/qvt/pivot/1.0/QVTOperationalCS" nsPrefix="qvtoperationalcs"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="baseCST" value="/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#/"/> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> <details key="essentialOCLCST" value="/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#/"/> <details key="imperativeocl" value="/resource/org.eclipse.qvto.examples.pivot.imperativeocl/model/ImperativeOCL.ecore#ImperativeOCL"/> <details key="imperativeoclcs" value="/resource/org.eclipse.qvto.examples.xtext.imperativeocl/model/ImperativeOCLCS.ecore#/"/> <details key="qvtoperational" value="/resource/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore#QVTOperational"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="ClassifierKind"> <eLiterals name="DATATYPE"/> <eLiterals name="PRIMITIVE" value="1"/> <eLiterals name="EXCEPTION" value="2"/> <eLiterals name="CLASS" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FeatureKey"> <eLiterals name="COMPOSES"/> <eLiterals name="REFERRENCES" value="1"/> <eLiterals name="READONLY" value="2"/> <eLiterals name="DERIVED" value="3"/> <eLiterals name="STATIC" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InitOp"> <eLiterals name="EQUALS"/> <eLiterals name="COLON_EQUALS" value="1"/> <eLiterals name="COLON_COLON_EQUALS" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MetamodelKind"> <eLiterals name="METAMODEL"/> <eLiterals name="PACKAGE" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopLevelCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//RootPackageCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/3.1.0/Pivot#//Root"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ocl::Root {&#xA;&#x9;&#x9;&#x9;&#x9;nestedPackage = ownedNestedPackage --.ast() -- FIXME when BaseCST implemented&#xA;&#x9;&#x9;&#x9;&#x9; &#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QVToClassCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ClassCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/3.1.0/Pivot#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ocl::Class {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;ownedAttribute = ownedProperty, -- .ast() FIXME when BASECST implemented&#xA;&#x9;&#x9;&#x9;&#x9;ownedOperation = ownedOperation -- .ast() FIXME when BASECST implemented&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intermediate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QVToImportCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//UnitCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedUnitElement" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QVToLibraryCS" eSuperTypes="#//MappingModuleCS"/> <eClassifiers xsi:type="ecore:EClass" name="QVToOperationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//OperationCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" eType="#//StereotypeQualifierCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationParameterDeclarationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ParameterCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore#//VarParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="qvtoperational::VarParameter {&#xA;&#x9;&#x9;&#x9;&#x9;name = name&#xA;&#x9;&#x9;&#x9;&#x9;--kind = if direction = DirectionKindCS::inout then&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;qvtoperational::DirectionKind::inout&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; else if direction = DirectionKindCS::out then&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; &#x9;&#x9;qvtoperational::DirectionKind::out&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; else &#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; &#x9;&#x9;qvtoperational::DirectionKind::_in&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; endif endif&#xA;&#x9;&#x9;&#x9;&#x9;--initExpression = if (initPart.oclIsUndefined()) then&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;&#x9;&#x9;null&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;&#x9;&#x9;initPart.expression -- FIXME todo .ast()&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//DirectionKindCS" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initPart" eType="#//InitPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationSimpleSignatureCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//OperationParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitPartCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initOp" eType="#//InitOp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PackageCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/3.1.0/Pivot#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ocl::Package {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;nsPrefix = name,&#x9;-- QVTo spec doesn't provide concrete syntax for nsPrefix&#xA;&#x9;&#x9;&#x9;&#x9;nsURI = name,&#x9;&#x9;-- QVTo spec doesn't provide concrete syntax for nsURI. Build an internal protocol&#xA;&#x9;&#x9;&#x9;&#x9;ownedType = ownedType -- .ast() FIXME when BaseCST is implemented&#xA;&#x9;&#x9;&#x9;&#x9;-- type = TODO&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelKind" eType="#//MetamodelKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//DataTypeCS"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierPropertyCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//StructuralFeatureCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/3.1.0/Pivot#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ocl::Property {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;isComposite = qualifier->exists(x | x = 'composite')&#xA;&#x9;&#x9;&#x9;&#x9;-- type = TODO&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opposite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeQualifierCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//AnnotationCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ClassCS"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierDefCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//ClassifierProperty2CS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierProperty2CS" eSuperTypes="#//LocalPropertyCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotypeQualifiers" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureKeys" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//OppositePropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteSignatureCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleSignature" lowerBound="1" eType="#//SimpleSignatureCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultParams" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyCS" eSuperTypes="#//ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorCS" eSuperTypes="#//MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextualPropertyCS" eSuperTypes="#//ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedNameCS" eType="#//ScopedNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionKindCS"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementWithBody" abstract="true" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyStartLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyEndLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeOperationCallExpCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//InvocationExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="module" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImportKindEnum"> <eLiterals name="extension"/> <eLiterals name="access" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryImportCS" eSuperTypes="#//QVToImportCS"/> <eClassifiers xsi:type="ecore:EClass" name="LocalPropertyCS" eSuperTypes="#//ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingBodyCS" eSuperTypes="#//MappingSectionCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasPopulationKeyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCallExpCS" eSuperTypes="#//ImperativeOperationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingOperationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//OperationCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore#//MappingOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="qvtoperational::MappingOperation {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;-- ownedParameter = signature.parameter.ast()&#xA;&#x9;&#x9;&#x9;&#x9;ownedParameter = ownedParameter -- FIXME .ast()&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directionKindCS" eType="#//DirectionKindCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingExtension" upperBound="-1" eType="#//MappingExtensionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingEndCS" eSuperTypes="#//MappingSectionCS"/> <eClassifiers xsi:type="ecore:EClass" name="MappingExtensionCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementRefCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//MappingExtensionKindCS" defaultValueLiteral="disjuncts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingIdentifiers" lowerBound="1" upperBound="-1" eType="#//ScopedNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MappingExtensionKindCS"> <eLiterals name="disjuncts" value="1"/> <eLiterals name="merges" value="2"/> <eLiterals name="inherits" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingInitCS" eSuperTypes="#//MappingSectionCS"/> <eClassifiers xsi:type="ecore:EClass" name="MappingMethodCS" abstract="true" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blackBox" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingDeclarationCS" eType="#//MappingOperationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingModuleCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="headerCS" lowerBound="1" eType="#//TransformationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//QVToImportCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1" eType="#//ModelTypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1" eType="#//RenameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//ModulePropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//MappingMethodCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierDefCS" upperBound="-1" eType="#//ClassifierDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingQueryCS" eSuperTypes="#//MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSimpleDefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingRuleCS" eSuperTypes="#//MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingBody" eType="#//MappingSectionsCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingSectionCS" abstract="true" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS #//ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingRuleCS" eType="#//MappingRuleCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingSectionsCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingInitCS" eType="#//MappingInitCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingBodyCS" eType="#//MappingBodyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingEndCS" eType="#//MappingEndCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleKindCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleKind" eType="#//ModuleKindEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModuleKindEnum"> <eLiterals name="transformation"/> <eLiterals name="library" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleRefCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ClassCS #//ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifierCS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complianceKindCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageRefs" lowerBound="1" upperBound="-1" eType="#//PackageRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereStatements" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModulePropertyCS" abstract="true" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleUsageCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importKind" eType="#//ImportKindEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleKindCS" eType="#//ModuleKindCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleRefs" lowerBound="1" upperBound="-1" eType="#//ModuleRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityDefCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//PrimitiveLiteralExpCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//PrimitiveLiteralExpCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectExpCS" eSuperTypes="platform:/resource/org.eclipse.qvto.examples.xtext.imperativeocl/model/ImperativeOCLCS.ecore#//ExpressionBlockCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OppositePropertyCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityDefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QualifierKindCS"> <eLiterals name="abstract" value="1"/> <eLiterals name="blackbox" value="2"/> <eLiterals name="static" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterDeclarationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypedElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//DirectionKindCS" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initPart" eType="#//InitPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RenameCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalName" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//StringLiteralExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveOpArgsExpCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//VariableCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageRefCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uriCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//StringLiteralExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopedNameCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleSignatureCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PackageCS platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ClassCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore#//OperationalTransformation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="qvtoperational::OperationalTransformation {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;nsPrefix = name,&#xA;&#x9;&#x9;&#x9;&#x9;nsURI = name,&#xA;&#x9;&#x9;&#x9;&#x9;nestedPackage = ownedNestedPackage, -- FIXME ,&#xA;&#x9;&#x9;&#x9;&#x9;ownedType = ownedType, -- FIXME .ast(),&#xA;&#x9;&#x9;&#x9;&#x9;ownedOperation = ownedOperation -- FIXME .ast()&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleUsages" upperBound="-1" eType="#//ModuleUsageCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationRefineCS" eType="#//TransformationRefineCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationRefineCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleRefCS" lowerBound="1" eType="#//ModuleRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSpecCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extentLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="segment" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topLevelElements" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//MappingModuleCS" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelTypes" upperBound="-1" eType="#//ModelTypeCS" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//QVToImportCS" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveExpCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//InvocationExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="one" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverse" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveInExpCS" eSuperTypes="#//ResolveExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="inMappingType" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inMappingName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/QVTOperationalCS.ecore
ecore
qvtoperationalcs ClassifierKind DATATYPE DATATYPE PRIMITIVE PRIMITIVE EXCEPTION EXCEPTION CLASS CLASS FeatureKey COMPOSES COMPOSES REFERRENCES REFERRENCES READONLY READONLY DERIVED DERIVED STATIC STATIC InitOp EQUALS EQUALS COLON_EQUALS COLON_EQUALS COLON_COLON_EQUALS COLON_COLON_EQUALS MetamodelKind METAMODEL METAMODEL PACKAGE PACKAGE TopLevelCS ast import unit QVToClassCS ast intermediate QVToImportCS unit importedUnitElement all QVToLibraryCS QVToOperationCS stereotypes OperationParameterDeclarationCS ast direction initPart OperationSimpleSignatureCS parameter InitPartCS initOp expression MetamodelCS ast metamodelKind PrimitiveTypeCS ClassifierPropertyCS ast stereotypes opposite StereotypeQualifierCS stereotype TagCS pathName expression ExceptionCS ClassifierDefCS simpleNameCS extends properties tags ClassifierProperty2CS stereotypeQualifiers featureKeys multiplicity opposite isOrdered true CompleteSignatureCS simpleSignature resultParams ConfigPropertyCS typeCS ConstructorCS expressions ContextualPropertyCS scopedNameCS typeCS oclExpressionCS DirectionKindCS in in out out inout inout ElementWithBody bodyStartLocation 0 bodyEndLocation 0 ImperativeOperationCallExpCS module ImportKindEnum extension extension access access LibraryImportCS LocalPropertyCS typeCS oclExpressionCS MappingBodyCS hasPopulationKeyword MappingCallExpCS strict MappingOperationCS ast contextType result directionKindCS mappingExtension isQuery MappingEndCS MappingExtensionCS kind disjuncts mappingIdentifiers MappingExtensionKindCS disjuncts disjuncts merges merges inherits inherits MappingInitCS MappingMethodCS blackBox mappingDeclarationCS MappingModuleCS headerCS imports metamodels renamings properties methods classifierDefCS tags MappingQueryCS expressions isSimpleDefinition MappingRuleCS guard mappingBody MappingSectionCS statements mappingRuleCS MappingSectionsCS mappingInitCS mappingBodyCS mappingEndCS ModuleKindCS moduleKind ModuleKindEnum transformation transformation library library ModuleRefCS pathNameCS parameters ModelTypeCS identifierCS complianceKindCS packageRefs whereStatements ModulePropertyCS simpleNameCS ModuleUsageCS importKind moduleKindCS moduleRefs MultiplicityDefCS lowerBound upperBound ObjectExpCS simpleNameCS isImplicit OppositePropertyCS isNavigable true simpleNameCS multiplicity QualifierKindCS abstract abstract blackbox blackbox static static ParameterDeclarationCS direction initPart RenameCS typeCS simpleNameCS originalName ResolveOpArgsExpCS target condition PackageRefCS pathNameCS uriCS ScopedNameCS typeCS name SimpleSignatureCS parameter TransformationCS ast qualifiers pathNameCS parameters moduleUsages transformationRefineCS TransformationRefineCS moduleRefCS simpleNameCS TypeSpecCS ownedType extentLocation UnitCS segment topLevelElements modules modelTypes imports ResolveExpCS one isInverse isDeferred target condition ResolveInExpCS inMappingType inMappingName
null
{"directed":true,"nodes":[{"nsPrefix":"qvtoperationalcs","nsURI":"http://www.eclipse.org/qvt/pivot/1.0/QVTOperationalCS","name":"qvtoperationalcs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassifierKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureKey","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InitOp","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MetamodelKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QVToClassCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QVToImportCS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QVToLibraryCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QVToOperationCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationParameterDeclarationCS","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSimpleSignatureCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitPartCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeCS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierPropertyCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeQualifierCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionCS","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierDefCS","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierProperty2CS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteSignatureCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigPropertyCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualPropertyCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKindCS","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementWithBody","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperationCallExpCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKindEnum","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryImportCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalPropertyCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBodyCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExpCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperationCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingEndCS","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingExtensionCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MappingExtensionKindCS","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingInitCS","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingMethodCS","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingModuleCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingQueryCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRuleCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSectionCS","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSectionsCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleKindCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModuleKindEnum","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleRefCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeCS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModulePropertyCS","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleUsageCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityDefCS","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExpCS","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositePropertyCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualifierKindCS","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDeclarationCS","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameCS","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveOpArgsExpCS","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRefCS","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopedNameCS","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSignatureCS","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationCS","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationRefineCS","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpecCS","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitCS","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExpCS","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExpCS","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"name":"DATATYPE","id":66,"value":0,"literal":"DATATYPE","eClass":"EEnumLiteral"},{"name":"PRIMITIVE","id":67,"value":1,"literal":"PRIMITIVE","eClass":"EEnumLiteral"},{"name":"EXCEPTION","id":68,"value":2,"literal":"EXCEPTION","eClass":"EEnumLiteral"},{"name":"CLASS","id":69,"value":3,"literal":"CLASS","eClass":"EEnumLiteral"},{"name":"COMPOSES","id":70,"value":0,"literal":"COMPOSES","eClass":"EEnumLiteral"},{"name":"REFERRENCES","id":71,"value":1,"literal":"REFERRENCES","eClass":"EEnumLiteral"},{"name":"READONLY","id":72,"value":2,"literal":"READONLY","eClass":"EEnumLiteral"},{"name":"DERIVED","id":73,"value":3,"literal":"DERIVED","eClass":"EEnumLiteral"},{"name":"STATIC","id":74,"value":4,"literal":"STATIC","eClass":"EEnumLiteral"},{"name":"EQUALS","id":75,"value":0,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"COLON_EQUALS","id":76,"value":1,"literal":"COLON_EQUALS","eClass":"EEnumLiteral"},{"name":"COLON_COLON_EQUALS","id":77,"value":2,"literal":"COLON_COLON_EQUALS","eClass":"EEnumLiteral"},{"name":"METAMODEL","id":78,"value":0,"literal":"METAMODEL","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":79,"value":1,"literal":"PACKAGE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intermediate","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedUnitElement","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initOp","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":118,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodelKind","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":124,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeQualifiers","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureKeys","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleSignature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scopedNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"in","id":178,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":179,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":180,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bodyStartLocation","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bodyEndLocation","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"name":"extension","id":189,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":190,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasPopulationKeyword","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directionKindCS","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"disjuncts","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingIdentifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"name":"disjuncts","id":222,"value":1,"literal":"disjuncts","eClass":"EEnumLiteral"},{"name":"merges","id":223,"value":2,"literal":"merges","eClass":"EEnumLiteral"},{"name":"inherits","id":224,"value":3,"literal":"inherits","eClass":"EEnumLiteral"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blackBox","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingDeclarationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headerCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renamings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierDefCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSimpleDefinition","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingRuleCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingInitCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingBodyCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingEndCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moduleKind","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"name":"transformation","id":274,"value":0,"literal":"transformation","eClass":"EEnumLiteral"},{"name":"library","id":275,"value":1,"literal":"library","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifierCS","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complianceKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageRefs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importKind","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleRefs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isImplicit","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"name":"abstract","id":318,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"blackbox","id":319,"value":2,"literal":"blackbox","eClass":"EEnumLiteral"},{"name":"static","id":320,"value":3,"literal":"static","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"originalName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uriCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":351,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleUsages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformationRefineCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleRefCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":1,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extentLocation","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"segment","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLevelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modules","changeable":false,"resolveProxies":true,"lowerBound":0,"id":377,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":378,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"imports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":379,"derived":true},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":1,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":1,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":1,"iD":false,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inMappingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inMappingName","changeable":true,"lowerBound":1,"iD":false,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":1,"target":0},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":66,"target":1},{"source":67,"target":1},{"source":68,"target":1},{"source":69,"target":1},{"source":2,"target":0},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":70,"target":2},{"source":71,"target":2},{"source":72,"target":2},{"source":73,"target":2},{"source":74,"target":2},{"source":3,"target":0},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":75,"target":3},{"source":76,"target":3},{"source":77,"target":3},{"source":4,"target":0},{"source":4,"target":78},{"source":4,"target":79},{"source":78,"target":4},{"source":79,"target":4},{"source":5,"target":0},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":80,"target":84},{"source":80,"target":5},{"source":81,"target":85},{"source":81,"target":5},{"source":82,"target":86},{"source":82,"target":5},{"source":6,"target":0},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":87,"target":90},{"source":87,"target":6},{"source":88,"target":91},{"source":88,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":92,"target":63},{"source":92,"target":96},{"source":92,"target":7},{"source":96,"target":63},{"source":93,"target":97},{"source":93,"target":7},{"source":94,"target":98},{"source":94,"target":7},{"source":8,"target":0},{"source":8,"target":39},{"source":8,"target":99},{"source":99,"target":39},{"source":9,"target":0},{"source":9,"target":100},{"source":9,"target":101},{"source":100,"target":16},{"source":100,"target":102},{"source":100,"target":9},{"source":102,"target":16},{"source":10,"target":0},{"source":10,"target":103},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":103,"target":107},{"source":103,"target":10},{"source":104,"target":25},{"source":104,"target":108},{"source":104,"target":10},{"source":108,"target":25},{"source":105,"target":12},{"source":105,"target":109},{"source":105,"target":10},{"source":109,"target":12},{"source":11,"target":0},{"source":11,"target":110},{"source":11,"target":111},{"source":110,"target":10},{"source":110,"target":112},{"source":110,"target":11},{"source":112,"target":10},{"source":12,"target":0},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":113,"target":3},{"source":113,"target":116},{"source":113,"target":12},{"source":116,"target":3},{"source":114,"target":117},{"source":114,"target":12},{"source":13,"target":0},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":118,"target":121},{"source":118,"target":13},{"source":119,"target":4},{"source":119,"target":122},{"source":119,"target":13},{"source":122,"target":4},{"source":14,"target":0},{"source":14,"target":123},{"source":15,"target":0},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":124,"target":128},{"source":124,"target":15},{"source":125,"target":129},{"source":125,"target":15},{"source":126,"target":130},{"source":126,"target":15},{"source":16,"target":0},{"source":16,"target":131},{"source":16,"target":132},{"source":131,"target":133},{"source":131,"target":16},{"source":17,"target":0},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":134,"target":137},{"source":134,"target":17},{"source":135,"target":138},{"source":135,"target":17},{"source":18,"target":0},{"source":18,"target":139},{"source":19,"target":0},{"source":19,"target":140},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":19,"target":144},{"source":140,"target":145},{"source":140,"target":19},{"source":141,"target":146},{"source":141,"target":19},{"source":142,"target":20},{"source":142,"target":147},{"source":142,"target":19},{"source":147,"target":20},{"source":143,"target":17},{"source":143,"target":148},{"source":143,"target":19},{"source":148,"target":17},{"source":20,"target":0},{"source":20,"target":30},{"source":20,"target":149},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":149,"target":155},{"source":149,"target":20},{"source":150,"target":156},{"source":150,"target":20},{"source":151,"target":50},{"source":151,"target":157},{"source":151,"target":20},{"source":157,"target":50},{"source":152,"target":52},{"source":152,"target":158},{"source":152,"target":20},{"source":158,"target":52},{"source":153,"target":159},{"source":153,"target":20},{"source":154,"target":30},{"source":21,"target":0},{"source":21,"target":160},{"source":21,"target":161},{"source":21,"target":162},{"source":160,"target":59},{"source":160,"target":163},{"source":160,"target":21},{"source":163,"target":59},{"source":161,"target":54},{"source":161,"target":164},{"source":161,"target":21},{"source":164,"target":54},{"source":22,"target":0},{"source":22,"target":48},{"source":22,"target":165},{"source":22,"target":166},{"source":165,"target":167},{"source":165,"target":22},{"source":166,"target":48},{"source":23,"target":0},{"source":23,"target":38},{"source":23,"target":168},{"source":23,"target":169},{"source":168,"target":170},{"source":168,"target":23},{"source":169,"target":38},{"source":24,"target":0},{"source":24,"target":48},{"source":24,"target":171},{"source":24,"target":172},{"source":24,"target":173},{"source":24,"target":174},{"source":171,"target":58},{"source":171,"target":175},{"source":171,"target":24},{"source":175,"target":58},{"source":172,"target":176},{"source":172,"target":24},{"source":173,"target":177},{"source":173,"target":24},{"source":174,"target":48},{"source":25,"target":0},{"source":25,"target":178},{"source":25,"target":179},{"source":25,"target":180},{"source":178,"target":25},{"source":179,"target":25},{"source":180,"target":25},{"source":26,"target":0},{"source":26,"target":181},{"source":26,"target":182},{"source":26,"target":183},{"source":181,"target":184},{"source":181,"target":26},{"source":182,"target":185},{"source":182,"target":26},{"source":27,"target":0},{"source":27,"target":186},{"source":27,"target":187},{"source":186,"target":188},{"source":186,"target":27},{"source":28,"target":0},{"source":28,"target":189},{"source":28,"target":190},{"source":189,"target":28},{"source":190,"target":28},{"source":29,"target":0},{"source":29,"target":7},{"source":29,"target":191},{"source":191,"target":7},{"source":30,"target":0},{"source":30,"target":48},{"source":30,"target":192},{"source":30,"target":193},{"source":30,"target":194},{"source":192,"target":195},{"source":192,"target":30},{"source":193,"target":196},{"source":193,"target":30},{"source":194,"target":48},{"source":31,"target":0},{"source":31,"target":42},{"source":31,"target":197},{"source":31,"target":198},{"source":197,"target":199},{"source":197,"target":31},{"source":198,"target":42},{"source":32,"target":0},{"source":32,"target":27},{"source":32,"target":200},{"source":32,"target":201},{"source":200,"target":202},{"source":200,"target":32},{"source":201,"target":27},{"source":33,"target":0},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":33,"target":208},{"source":33,"target":209},{"source":203,"target":210},{"source":203,"target":33},{"source":204,"target":211},{"source":204,"target":33},{"source":205,"target":54},{"source":205,"target":212},{"source":205,"target":33},{"source":212,"target":54},{"source":206,"target":25},{"source":206,"target":213},{"source":206,"target":33},{"source":213,"target":25},{"source":207,"target":35},{"source":207,"target":214},{"source":207,"target":33},{"source":214,"target":35},{"source":208,"target":215},{"source":208,"target":33},{"source":34,"target":0},{"source":34,"target":42},{"source":34,"target":216},{"source":216,"target":42},{"source":35,"target":0},{"source":35,"target":217},{"source":35,"target":218},{"source":35,"target":219},{"source":217,"target":36},{"source":217,"target":220},{"source":217,"target":35},{"source":220,"target":36},{"source":218,"target":58},{"source":218,"target":221},{"source":218,"target":35},{"source":221,"target":58},{"source":36,"target":0},{"source":36,"target":222},{"source":36,"target":223},{"source":36,"target":224},{"source":222,"target":36},{"source":223,"target":36},{"source":224,"target":36},{"source":37,"target":0},{"source":37,"target":42},{"source":37,"target":225},{"source":225,"target":42},{"source":38,"target":0},{"source":38,"target":226},{"source":38,"target":227},{"source":38,"target":228},{"source":226,"target":229},{"source":226,"target":38},{"source":227,"target":33},{"source":227,"target":230},{"source":227,"target":38},{"source":230,"target":33},{"source":39,"target":0},{"source":39,"target":231},{"source":39,"target":232},{"source":39,"target":233},{"source":39,"target":234},{"source":39,"target":235},{"source":39,"target":236},{"source":39,"target":237},{"source":39,"target":238},{"source":39,"target":239},{"source":231,"target":60},{"source":231,"target":240},{"source":231,"target":39},{"source":240,"target":60},{"source":232,"target":7},{"source":232,"target":241},{"source":232,"target":39},{"source":241,"target":7},{"source":233,"target":47},{"source":233,"target":242},{"source":233,"target":39},{"source":242,"target":47},{"source":234,"target":55},{"source":234,"target":243},{"source":234,"target":39},{"source":243,"target":55},{"source":235,"target":48},{"source":235,"target":244},{"source":235,"target":39},{"source":244,"target":48},{"source":236,"target":38},{"source":236,"target":245},{"source":236,"target":39},{"source":245,"target":38},{"source":237,"target":19},{"source":237,"target":246},{"source":237,"target":39},{"source":246,"target":19},{"source":238,"target":17},{"source":238,"target":247},{"source":238,"target":39},{"source":247,"target":17},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":248},{"source":40,"target":249},{"source":40,"target":250},{"source":248,"target":251},{"source":248,"target":40},{"source":249,"target":252},{"source":249,"target":40},{"source":250,"target":38},{"source":41,"target":0},{"source":41,"target":38},{"source":41,"target":253},{"source":41,"target":254},{"source":41,"target":255},{"source":253,"target":256},{"source":253,"target":41},{"source":254,"target":43},{"source":254,"target":257},{"source":254,"target":41},{"source":257,"target":43},{"source":255,"target":38},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":258},{"source":42,"target":259},{"source":42,"target":260},{"source":42,"target":261},{"source":258,"target":262},{"source":258,"target":42},{"source":259,"target":41},{"source":259,"target":263},{"source":259,"target":42},{"source":263,"target":41},{"source":261,"target":26},{"source":43,"target":0},{"source":43,"target":264},{"source":43,"target":265},{"source":43,"target":266},{"source":43,"target":267},{"source":264,"target":37},{"source":264,"target":268},{"source":264,"target":43},{"source":268,"target":37},{"source":265,"target":31},{"source":265,"target":269},{"source":265,"target":43},{"source":269,"target":31},{"source":266,"target":34},{"source":266,"target":270},{"source":266,"target":43},{"source":270,"target":34},{"source":44,"target":0},{"source":44,"target":271},{"source":44,"target":272},{"source":271,"target":45},{"source":271,"target":273},{"source":271,"target":44},{"source":273,"target":45},{"source":45,"target":0},{"source":45,"target":274},{"source":45,"target":275},{"source":274,"target":45},{"source":275,"target":45},{"source":46,"target":0},{"source":46,"target":276},{"source":46,"target":277},{"source":46,"target":278},{"source":276,"target":279},{"source":276,"target":46},{"source":277,"target":54},{"source":277,"target":280},{"source":277,"target":46},{"source":280,"target":54},{"source":47,"target":0},{"source":47,"target":26},{"source":47,"target":281},{"source":47,"target":282},{"source":47,"target":283},{"source":47,"target":284},{"source":47,"target":285},{"source":47,"target":286},{"source":281,"target":287},{"source":281,"target":47},{"source":282,"target":288},{"source":282,"target":47},{"source":283,"target":57},{"source":283,"target":289},{"source":283,"target":47},{"source":289,"target":57},{"source":284,"target":290},{"source":284,"target":47},{"source":286,"target":26},{"source":48,"target":0},{"source":48,"target":291},{"source":48,"target":292},{"source":291,"target":293},{"source":291,"target":48},{"source":49,"target":0},{"source":49,"target":294},{"source":49,"target":295},{"source":49,"target":296},{"source":49,"target":297},{"source":294,"target":28},{"source":294,"target":298},{"source":294,"target":49},{"source":298,"target":28},{"source":295,"target":44},{"source":295,"target":299},{"source":295,"target":49},{"source":299,"target":44},{"source":296,"target":46},{"source":296,"target":300},{"source":296,"target":49},{"source":300,"target":46},{"source":50,"target":0},{"source":50,"target":301},{"source":50,"target":302},{"source":50,"target":303},{"source":301,"target":304},{"source":301,"target":50},{"source":302,"target":305},{"source":302,"target":50},{"source":51,"target":0},{"source":51,"target":306},{"source":51,"target":307},{"source":51,"target":308},{"source":306,"target":309},{"source":306,"target":51},{"source":307,"target":310},{"source":307,"target":51},{"source":52,"target":0},{"source":52,"target":311},{"source":52,"target":312},{"source":52,"target":313},{"source":52,"target":314},{"source":311,"target":315},{"source":311,"target":52},{"source":312,"target":316},{"source":312,"target":52},{"source":313,"target":50},{"source":313,"target":317},{"source":313,"target":52},{"source":317,"target":50},{"source":53,"target":0},{"source":53,"target":318},{"source":53,"target":319},{"source":53,"target":320},{"source":318,"target":53},{"source":319,"target":53},{"source":320,"target":53},{"source":54,"target":0},{"source":54,"target":321},{"source":54,"target":322},{"source":54,"target":323},{"source":321,"target":25},{"source":321,"target":324},{"source":321,"target":54},{"source":324,"target":25},{"source":322,"target":12},{"source":322,"target":325},{"source":322,"target":54},{"source":325,"target":12},{"source":55,"target":0},{"source":55,"target":326},{"source":55,"target":327},{"source":55,"target":328},{"source":55,"target":329},{"source":326,"target":330},{"source":326,"target":55},{"source":327,"target":331},{"source":327,"target":55},{"source":328,"target":332},{"source":328,"target":55},{"source":56,"target":0},{"source":56,"target":333},{"source":56,"target":334},{"source":56,"target":335},{"source":333,"target":336},{"source":333,"target":56},{"source":334,"target":337},{"source":334,"target":56},{"source":57,"target":0},{"source":57,"target":338},{"source":57,"target":339},{"source":57,"target":340},{"source":338,"target":341},{"source":338,"target":57},{"source":339,"target":342},{"source":339,"target":57},{"source":58,"target":0},{"source":58,"target":343},{"source":58,"target":344},{"source":58,"target":345},{"source":343,"target":346},{"source":343,"target":58},{"source":344,"target":347},{"source":344,"target":58},{"source":59,"target":0},{"source":59,"target":348},{"source":59,"target":349},{"source":348,"target":54},{"source":348,"target":350},{"source":348,"target":59},{"source":350,"target":54},{"source":60,"target":0},{"source":60,"target":351},{"source":60,"target":352},{"source":60,"target":353},{"source":60,"target":354},{"source":60,"target":355},{"source":60,"target":356},{"source":60,"target":357},{"source":60,"target":358},{"source":351,"target":359},{"source":351,"target":60},{"source":352,"target":360},{"source":352,"target":60},{"source":353,"target":361},{"source":353,"target":60},{"source":354,"target":54},{"source":354,"target":362},{"source":354,"target":60},{"source":362,"target":54},{"source":355,"target":49},{"source":355,"target":363},{"source":355,"target":60},{"source":363,"target":49},{"source":356,"target":61},{"source":356,"target":364},{"source":356,"target":60},{"source":364,"target":61},{"source":61,"target":0},{"source":61,"target":365},{"source":61,"target":366},{"source":61,"target":367},{"source":365,"target":46},{"source":365,"target":368},{"source":365,"target":61},{"source":368,"target":46},{"source":366,"target":369},{"source":366,"target":61},{"source":62,"target":0},{"source":62,"target":370},{"source":62,"target":371},{"source":62,"target":372},{"source":370,"target":373},{"source":370,"target":62},{"source":371,"target":374},{"source":371,"target":62},{"source":63,"target":0},{"source":63,"target":375},{"source":63,"target":376},{"source":63,"target":377},{"source":63,"target":378},{"source":63,"target":379},{"source":63,"target":380},{"source":375,"target":381},{"source":375,"target":63},{"source":376,"target":382},{"source":376,"target":63},{"source":377,"target":39},{"source":377,"target":383},{"source":377,"target":63},{"source":383,"target":39},{"source":378,"target":47},{"source":378,"target":384},{"source":378,"target":63},{"source":384,"target":47},{"source":379,"target":7},{"source":379,"target":385},{"source":379,"target":63},{"source":385,"target":7},{"source":64,"target":0},{"source":64,"target":386},{"source":64,"target":387},{"source":64,"target":388},{"source":64,"target":389},{"source":64,"target":390},{"source":64,"target":391},{"source":386,"target":392},{"source":386,"target":64},{"source":387,"target":393},{"source":387,"target":64},{"source":388,"target":394},{"source":388,"target":64},{"source":389,"target":395},{"source":389,"target":64},{"source":390,"target":396},{"source":390,"target":64},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":397},{"source":65,"target":398},{"source":65,"target":399},{"source":397,"target":400},{"source":397,"target":65},{"source":398,"target":401},{"source":398,"target":65},{"source":399,"target":64}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mixed" nsURI="http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/mixed" nsPrefix="mixed"> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="letterBody" upperBound="-2" eType="#//LetterBodyType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="letterBody"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetterBodyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="letterBody_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="salutation" lowerBound="1" eType="#//SalutationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="salutation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//PositiveInteger" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="quantity"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="productName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shipDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shipDate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SalutationType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="salutation_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kchobantonov/org.eclipse.emf.teneo/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/schemaconstructs/model/mixed.ecore
ecore
mixed DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation letterBody LetterBodyType mixed salutation quantity productName shipDate SalutationType mixed name
null
{"directed":true,"nodes":[{"nsPrefix":"mixed","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/mixed","name":"mixed","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetterBodyType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SalutationType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"letterBody","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":true},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"salutation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":13,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"quantity","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"productName","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"shipDate","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":true},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":true},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":12,"target":17},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":18},{"source":13,"target":2},{"source":18,"target":3},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":20},{"source":15,"target":2},{"source":16,"target":21},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":23,"target":25},{"source":23,"target":3}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="diagramaClasesCompleto" nsURI="http://www.example.org/diagramaClasesCompleto" nsPrefix="diagramaClasesCompleto"> <eClassifiers xsi:type="ecore:EClass" name="DiagramaClases"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages_contenidos" upperBound="-1" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacto_contenido" lowerBound="1" eType="#//Artefacto" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuraciondb" upperBound="-1" eType="#//ConfiguracionDB" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuraciondocker" upperBound="-1" eType="#//ConfiguracionDocker" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuracionlenguaje" upperBound="-1" eType="#//ConfiguracionLenguaje" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuracionmicroservicios" upperBound="-1" eType="#//ConfiguracionMicroservicios" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clasificador" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributos_contenidos" upperBound="-1" eType="#//Atributo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones_contenidas" upperBound="-1" eType="#//Operacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="herencias_contenidas" upperBound="-1" eType="#//Herencia" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clase" eSuperTypes="#//Clasificador"> <eStructuralFeatures xsi:type="ecore:EReference" name="relaciones_contenidas" upperBound="-1" eType="#//Relacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAbstracta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizaciones_contenidas" upperBound="-1" eType="#//Realizacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAsociativa" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAuditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneABM" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Clasificador"/> <eClassifiers xsi:type="ecore:EClass" name="Relacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Clasificador"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoRelacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicidad" eType="#//Multiplicidad"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clases_asociativas_contenidas" upperBound="-1" eType="#//Clase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibilidad" eType="#//ModicadoresAcceso" defaultValueLiteral="private"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoABM" eType="#//TipoABM" defaultValueLiteral="sinRepresentacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dependiente" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operacion" eSuperTypes="#//Retornable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoRetorno" eType="#//TipoRetorno"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAbstracta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametros_contenidos" upperBound="-1" eType="#//Retornable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" lowerBound="1" eType="#//EndPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametros_internos" upperBound="-1" eType="#//ParametroInterno" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atributo" eSuperTypes="#//Retornable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoDato" defaultValueLiteral="int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAuditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pseudonimo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="representacionGrafica" eType="#//RepresentacionGrafica"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoRelacion"> <eLiterals name="unidireccional"/> <eLiterals name="bidireccional" value="1"/> <eLiterals name="composicion" value="2"/> <eLiterals name="agregacion" value="3"/> <eLiterals name="dependenciaUso" value="4"/> <eLiterals name="dependenciaCreacion" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoDato"> <eLiterals name="int"/> <eLiterals name="float" value="1"/> <eLiterals name="double" value="2"/> <eLiterals name="char" value="4"/> <eLiterals name="byte" value="5"/> <eLiterals name="boolean" value="7"/> <eLiterals name="String" value="6"/> <eLiterals name="Date" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoRetorno"> <eLiterals name="void"/> <eLiterals name="float" value="1"/> <eLiterals name="int" value="2"/> <eLiterals name="double" value="3"/> <eLiterals name="char" value="4"/> <eLiterals name="byte" value="5"/> <eLiterals name="boolean" value="6"/> <eLiterals name="String" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModicadoresAcceso"> <eLiterals name="package"/> <eLiterals name="private" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="protected" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Multiplicidad"> <eLiterals name="oneToOne"/> <eLiterals name="oneToMany" value="2"/> <eLiterals name="manyToOne" value="3"/> <eLiterals name="manyToMany" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="clasificadores_contenidos" upperBound="-1" eType="#//Clasificador" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Herencia"> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clasificador"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Clasificador"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realizacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefacto"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Demo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grupoId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="com.example"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="artefactotId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="demo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Demo project"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0.0.1-SNAPSHOT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Retornable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibilidad" eType="#//ModicadoresAcceso"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoVerdo" eType="#//VerbosHTTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoTransferenciaEntrada" eType="#//TipoTransferencia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoTransferenciaSalida" eType="#//TipoTransferencia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePublicado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VerbosHTTP"> <eLiterals name="GET"/> <eLiterals name="POST" value="1"/> <eLiterals name="PUT" value="2"/> <eLiterals name="DELETE" value="3"/> <eLiterals name="PATCH" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoTransferencia"> <eLiterals name="String"/> <eLiterals name="Xml" value="1"/> <eLiterals name="Json" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoReinicio"> <eLiterals name="siempre"/> <eLiterals name="nunca" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProveedorDb"> <eLiterals name="mySql"/> <eLiterals name="Mongo" value="1"/> <eLiterals name="Oracle" value="2"/> <eLiterals name="DB2" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionDB"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbNombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbUsuario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbPuerto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbContrasena" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serverPuerto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoProveedor" eType="#//ProveedorDb"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionDocker"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreContenedor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puertoInterior" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoReinicio" eType="#//TipoReinicio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreImagen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionLenguaje"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lenguaje" eType="#//Lenguaje"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Lenguaje"> <eLiterals name="java"/> <eLiterals name="python" value="1"/> <eLiterals name="NET" value="2"/> <eLiterals name="node" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametroInterno"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoRetorno"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionMicroservicios"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ipDiscovery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="http://localhost"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puertoDiscovery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8761"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RepresentacionGrafica"> <eLiterals name="text"/> <eLiterals name="combo" value="1"/> <eLiterals name="radio" value="2"/> <eLiterals name="checkbox" value="3"/> <eLiterals name="date" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoABM"> <eLiterals name="simple"/> <eLiterals name="seleccionable" value="1"/> <eLiterals name="maestroDetalle" value="3"/> <eLiterals name="maestroComboDetalle" value="3"/> <eLiterals name="maestroDetalleCombo" value="4"/> <eLiterals name="maestroComboDetalleCombo" value="5"/> <eLiterals name="sinRepresentacion" value="6"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Gaby121194/DSDM/Metamodelos/DiagramaClasesCompleto/model/diagramaClasesCompleto.ecore
ecore
diagramaClasesCompleto DiagramaClases packages_contenidos artefacto_contenido configuraciondb configuraciondocker configuracionlenguaje configuracionmicroservicios Clasificador nombre atributos_contenidos operaciones_contenidas herencias_contenidas Clase relaciones_contenidas esAbstracta realizaciones_contenidas esAsociativa esAuditable tieneABM Interface Relacion destino nombre tipo multiplicidad origen clases_asociativas_contenidas esFinal esStatic visibilidad private tipoABM sinRepresentacion dependiente Operacion tipoRetorno esAbstracta false parametros_contenidos endpoint parametros_internos Atributo tipo int esAuditable pseudonimo representacionGrafica TipoRelacion unidireccional unidireccional bidireccional bidireccional composicion composicion agregacion agregacion dependenciaUso dependenciaUso dependenciaCreacion dependenciaCreacion TipoDato int int float float double double char char byte byte boolean boolean String String Date Date TipoRetorno void void float float int int double double char char byte byte boolean boolean String String ModicadoresAcceso package package private private public public protected protected Multiplicidad oneToOne oneToOne oneToMany oneToMany manyToOne manyToOne manyToMany manyToMany Package clasificadores_contenidos nombre Herencia origen destino Realizacion destino origen Artefacto nombre Demo grupoId com.example artefactotId demo descripcion Demo project version 0.0.1-SNAPSHOT Retornable nombre visibilidad esFinal false esStatic EndPoint tipoVerdo tipoTransferenciaEntrada tipoTransferenciaSalida nombrePublicado VerbosHTTP GET GET POST POST PUT PUT DELETE DELETE PATCH PATCH TipoTransferencia String String Xml Xml Json Json TipoReinicio siempre siempre nunca nunca ProveedorDb mySql mySql Mongo Mongo Oracle Oracle DB2 DB2 ConfiguracionDB dbNombre dbUsuario dbPuerto ip dbContrasena serverPuerto tipoProveedor ConfiguracionDocker nombreContenedor puertoInterior tipoReinicio nombreImagen ConfiguracionLenguaje version lenguaje Lenguaje java java python python NET NET node node ParametroInterno tipo ConfiguracionMicroservicios ipDiscovery http://localhost puertoDiscovery 8761 RepresentacionGrafica text text combo combo radio radio checkbox checkbox date date TipoABM simple simple seleccionable seleccionable maestroDetalle maestroDetalle maestroComboDetalle maestroComboDetalle maestroDetalleCombo maestroDetalleCombo maestroComboDetalleCombo maestroComboDetalleCombo sinRepresentacion sinRepresentacion
null
{"directed":true,"nodes":[{"nsPrefix":"diagramaClasesCompleto","nsURI":"http://www.example.org/diagramaClasesCompleto","name":"diagramaClasesCompleto","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramaClases","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clasificador","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clase","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relacion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operacion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atributo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoRelacion","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoDato","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoRetorno","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModicadoresAcceso","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Multiplicidad","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Herencia","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realizacion","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefacto","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Retornable","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndPoint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerbosHTTP","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoTransferencia","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoReinicio","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProveedorDb","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionDB","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionDocker","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionLenguaje","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Lenguaje","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametroInterno","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionMicroservicios","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RepresentacionGrafica","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoABM","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefacto_contenido","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuraciondb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuraciondocker","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuracionlenguaje","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuracionmicroservicios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atributos_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"herencias_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAbstracta","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realizaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAsociativa","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAuditable","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tieneABM","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicidad","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clases_asociativas_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esFinal","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esStatic","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"private","unsettable":false,"transient":false,"unique":true,"name":"visibilidad","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"sinRepresentacion","unsettable":false,"transient":false,"unique":true,"name":"tipoABM","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dependiente","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoRetorno","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"esAbstracta","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametros_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametros_internos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"int","unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAuditable","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pseudonimo","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representacionGrafica","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"name":"unidireccional","id":107,"value":0,"literal":"unidireccional","eClass":"EEnumLiteral"},{"name":"bidireccional","id":108,"value":1,"literal":"bidireccional","eClass":"EEnumLiteral"},{"name":"composicion","id":109,"value":2,"literal":"composicion","eClass":"EEnumLiteral"},{"name":"agregacion","id":110,"value":3,"literal":"agregacion","eClass":"EEnumLiteral"},{"name":"dependenciaUso","id":111,"value":4,"literal":"dependenciaUso","eClass":"EEnumLiteral"},{"name":"dependenciaCreacion","id":112,"value":5,"literal":"dependenciaCreacion","eClass":"EEnumLiteral"},{"name":"int","id":113,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"float","id":114,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"double","id":115,"value":2,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":116,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"byte","id":117,"value":5,"literal":"byte","eClass":"EEnumLiteral"},{"name":"boolean","id":118,"value":7,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"String","id":119,"value":6,"literal":"String","eClass":"EEnumLiteral"},{"name":"Date","id":120,"value":7,"literal":"Date","eClass":"EEnumLiteral"},{"name":"void","id":121,"value":0,"literal":"void","eClass":"EEnumLiteral"},{"name":"float","id":122,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"int","id":123,"value":2,"literal":"int","eClass":"EEnumLiteral"},{"name":"double","id":124,"value":3,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":125,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"byte","id":126,"value":5,"literal":"byte","eClass":"EEnumLiteral"},{"name":"boolean","id":127,"value":6,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"String","id":128,"value":7,"literal":"String","eClass":"EEnumLiteral"},{"name":"package","id":129,"value":0,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":130,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"public","id":131,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":132,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"oneToOne","id":133,"value":0,"literal":"oneToOne","eClass":"EEnumLiteral"},{"name":"oneToMany","id":134,"value":2,"literal":"oneToMany","eClass":"EEnumLiteral"},{"name":"manyToOne","id":135,"value":3,"literal":"manyToOne","eClass":"EEnumLiteral"},{"name":"manyToMany","id":136,"value":5,"literal":"manyToMany","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clasificadores_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Demo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Demo","unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"com.example","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"com.example","unsettable":false,"transient":false,"unique":true,"name":"grupoId","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"demo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"demo","unsettable":false,"transient":false,"unique":true,"name":"artefactotId","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Demo project","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Demo project","unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0.0.1-SNAPSHOT","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0.1-SNAPSHOT","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibilidad","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"esFinal","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esStatic","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoVerdo","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoTransferenciaEntrada","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoTransferenciaSalida","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombrePublicado","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"name":"GET","id":175,"value":0,"literal":"GET","eClass":"EEnumLiteral"},{"name":"POST","id":176,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"name":"PUT","id":177,"value":2,"literal":"PUT","eClass":"EEnumLiteral"},{"name":"DELETE","id":178,"value":3,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"PATCH","id":179,"value":4,"literal":"PATCH","eClass":"EEnumLiteral"},{"name":"String","id":180,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Xml","id":181,"value":1,"literal":"Xml","eClass":"EEnumLiteral"},{"name":"Json","id":182,"value":2,"literal":"Json","eClass":"EEnumLiteral"},{"name":"siempre","id":183,"value":0,"literal":"siempre","eClass":"EEnumLiteral"},{"name":"nunca","id":184,"value":1,"literal":"nunca","eClass":"EEnumLiteral"},{"name":"mySql","id":185,"value":0,"literal":"mySql","eClass":"EEnumLiteral"},{"name":"Mongo","id":186,"value":1,"literal":"Mongo","eClass":"EEnumLiteral"},{"name":"Oracle","id":187,"value":2,"literal":"Oracle","eClass":"EEnumLiteral"},{"name":"DB2","id":188,"value":3,"literal":"DB2","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbNombre","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"dbUsuario","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbPuerto","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ip","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbContrasena","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serverPuerto","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoProveedor","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombreContenedor","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"puertoInterior","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoReinicio","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombreImagen","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lenguaje","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"name":"java","id":215,"value":0,"literal":"java","eClass":"EEnumLiteral"},{"name":"python","id":216,"value":1,"literal":"python","eClass":"EEnumLiteral"},{"name":"NET","id":217,"value":2,"literal":"NET","eClass":"EEnumLiteral"},{"name":"node","id":218,"value":3,"literal":"node","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"http://localhost","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://localhost","unsettable":false,"transient":false,"unique":true,"name":"ipDiscovery","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8761,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8761","unsettable":false,"transient":false,"unique":true,"name":"puertoDiscovery","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"name":"text","id":225,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"combo","id":226,"value":1,"literal":"combo","eClass":"EEnumLiteral"},{"name":"radio","id":227,"value":2,"literal":"radio","eClass":"EEnumLiteral"},{"name":"checkbox","id":228,"value":3,"literal":"checkbox","eClass":"EEnumLiteral"},{"name":"date","id":229,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"name":"simple","id":230,"value":0,"literal":"simple","eClass":"EEnumLiteral"},{"name":"seleccionable","id":231,"value":1,"literal":"seleccionable","eClass":"EEnumLiteral"},{"name":"maestroDetalle","id":232,"value":3,"literal":"maestroDetalle","eClass":"EEnumLiteral"},{"name":"maestroComboDetalle","id":233,"value":3,"literal":"maestroComboDetalle","eClass":"EEnumLiteral"},{"name":"maestroDetalleCombo","id":234,"value":4,"literal":"maestroDetalleCombo","eClass":"EEnumLiteral"},{"name":"maestroComboDetalleCombo","id":235,"value":5,"literal":"maestroComboDetalleCombo","eClass":"EEnumLiteral"},{"name":"sinRepresentacion","id":236,"value":6,"literal":"sinRepresentacion","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":31,"target":13},{"source":31,"target":37},{"source":31,"target":1},{"source":37,"target":13},{"source":32,"target":16},{"source":32,"target":38},{"source":32,"target":1},{"source":38,"target":16},{"source":33,"target":23},{"source":33,"target":39},{"source":33,"target":1},{"source":39,"target":23},{"source":34,"target":24},{"source":34,"target":40},{"source":34,"target":1},{"source":40,"target":24},{"source":35,"target":25},{"source":35,"target":41},{"source":35,"target":1},{"source":41,"target":25},{"source":36,"target":28},{"source":36,"target":42},{"source":36,"target":1},{"source":42,"target":28},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":43,"target":47},{"source":43,"target":2},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":2},{"source":48,"target":7},{"source":45,"target":6},{"source":45,"target":49},{"source":45,"target":2},{"source":49,"target":6},{"source":46,"target":14},{"source":46,"target":50},{"source":46,"target":2},{"source":50,"target":14},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":51,"target":5},{"source":51,"target":58},{"source":51,"target":3},{"source":58,"target":5},{"source":52,"target":59},{"source":52,"target":3},{"source":53,"target":15},{"source":53,"target":60},{"source":53,"target":3},{"source":60,"target":15},{"source":54,"target":61},{"source":54,"target":3},{"source":55,"target":62},{"source":55,"target":3},{"source":56,"target":63},{"source":56,"target":3},{"source":57,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":64},{"source":64,"target":2},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":65,"target":2},{"source":65,"target":76},{"source":65,"target":5},{"source":76,"target":2},{"source":66,"target":77},{"source":66,"target":5},{"source":67,"target":8},{"source":67,"target":78},{"source":67,"target":5},{"source":78,"target":8},{"source":68,"target":12},{"source":68,"target":79},{"source":68,"target":5},{"source":79,"target":12},{"source":69,"target":3},{"source":69,"target":80},{"source":69,"target":5},{"source":80,"target":3},{"source":70,"target":3},{"source":70,"target":81},{"source":70,"target":5},{"source":81,"target":3},{"source":71,"target":82},{"source":71,"target":5},{"source":72,"target":83},{"source":72,"target":5},{"source":73,"target":11},{"source":73,"target":84},{"source":73,"target":5},{"source":84,"target":11},{"source":74,"target":30},{"source":74,"target":85},{"source":74,"target":5},{"source":85,"target":30},{"source":75,"target":86},{"source":75,"target":5},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":87,"target":10},{"source":87,"target":93},{"source":87,"target":6},{"source":93,"target":10},{"source":88,"target":94},{"source":88,"target":6},{"source":89,"target":17},{"source":89,"target":95},{"source":89,"target":6},{"source":95,"target":17},{"source":90,"target":18},{"source":90,"target":96},{"source":90,"target":6},{"source":96,"target":18},{"source":91,"target":27},{"source":91,"target":97},{"source":91,"target":6},{"source":97,"target":27},{"source":92,"target":17},{"source":7,"target":0},{"source":7,"target":17},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":98,"target":9},{"source":98,"target":103},{"source":98,"target":7},{"source":103,"target":9},{"source":99,"target":104},{"source":99,"target":7},{"source":100,"target":105},{"source":100,"target":7},{"source":101,"target":29},{"source":101,"target":106},{"source":101,"target":7},{"source":106,"target":29},{"source":102,"target":17},{"source":8,"target":0},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":107,"target":8},{"source":108,"target":8},{"source":109,"target":8},{"source":110,"target":8},{"source":111,"target":8},{"source":112,"target":8},{"source":9,"target":0},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":9,"target":119},{"source":9,"target":120},{"source":113,"target":9},{"source":114,"target":9},{"source":115,"target":9},{"source":116,"target":9},{"source":117,"target":9},{"source":118,"target":9},{"source":119,"target":9},{"source":120,"target":9},{"source":10,"target":0},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":10,"target":128},{"source":121,"target":10},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":125,"target":10},{"source":126,"target":10},{"source":127,"target":10},{"source":128,"target":10},{"source":11,"target":0},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":129,"target":11},{"source":130,"target":11},{"source":131,"target":11},{"source":132,"target":11},{"source":12,"target":0},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":133,"target":12},{"source":134,"target":12},{"source":135,"target":12},{"source":136,"target":12},{"source":13,"target":0},{"source":13,"target":137},{"source":13,"target":138},{"source":137,"target":2},{"source":137,"target":139},{"source":137,"target":13},{"source":139,"target":2},{"source":138,"target":140},{"source":138,"target":13},{"source":14,"target":0},{"source":14,"target":141},{"source":14,"target":142},{"source":141,"target":2},{"source":141,"target":143},{"source":141,"target":14},{"source":143,"target":2},{"source":142,"target":2},{"source":142,"target":144},{"source":142,"target":14},{"source":144,"target":2},{"source":15,"target":0},{"source":15,"target":145},{"source":15,"target":146},{"source":145,"target":4},{"source":145,"target":147},{"source":145,"target":15},{"source":147,"target":4},{"source":146,"target":3},{"source":146,"target":148},{"source":146,"target":15},{"source":148,"target":3},{"source":16,"target":0},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":16,"target":152},{"source":16,"target":153},{"source":149,"target":154},{"source":149,"target":16},{"source":150,"target":155},{"source":150,"target":16},{"source":151,"target":156},{"source":151,"target":16},{"source":152,"target":157},{"source":152,"target":16},{"source":153,"target":158},{"source":153,"target":16},{"source":17,"target":0},{"source":17,"target":159},{"source":17,"target":160},{"source":17,"target":161},{"source":17,"target":162},{"source":159,"target":163},{"source":159,"target":17},{"source":160,"target":11},{"source":160,"target":164},{"source":160,"target":17},{"source":164,"target":11},{"source":161,"target":165},{"source":161,"target":17},{"source":162,"target":166},{"source":162,"target":17},{"source":18,"target":0},{"source":18,"target":167},{"source":18,"target":168},{"source":18,"target":169},{"source":18,"target":170},{"source":167,"target":19},{"source":167,"target":171},{"source":167,"target":18},{"source":171,"target":19},{"source":168,"target":20},{"source":168,"target":172},{"source":168,"target":18},{"source":172,"target":20},{"source":169,"target":20},{"source":169,"target":173},{"source":169,"target":18},{"source":173,"target":20},{"source":170,"target":174},{"source":170,"target":18},{"source":19,"target":0},{"source":19,"target":175},{"source":19,"target":176},{"source":19,"target":177},{"source":19,"target":178},{"source":19,"target":179},{"source":175,"target":19},{"source":176,"target":19},{"source":177,"target":19},{"source":178,"target":19},{"source":179,"target":19},{"source":20,"target":0},{"source":20,"target":180},{"source":20,"target":181},{"source":20,"target":182},{"source":180,"target":20},{"source":181,"target":20},{"source":182,"target":20},{"source":21,"target":0},{"source":21,"target":183},{"source":21,"target":184},{"source":183,"target":21},{"source":184,"target":21},{"source":22,"target":0},{"source":22,"target":185},{"source":22,"target":186},{"source":22,"target":187},{"source":22,"target":188},{"source":185,"target":22},{"source":186,"target":22},{"source":187,"target":22},{"source":188,"target":22},{"source":23,"target":0},{"source":23,"target":189},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":23,"target":194},{"source":23,"target":195},{"source":189,"target":196},{"source":189,"target":23},{"source":190,"target":197},{"source":190,"target":23},{"source":191,"target":198},{"source":191,"target":23},{"source":192,"target":199},{"source":192,"target":23},{"source":193,"target":200},{"source":193,"target":23},{"source":194,"target":201},{"source":194,"target":23},{"source":195,"target":22},{"source":195,"target":202},{"source":195,"target":23},{"source":202,"target":22},{"source":24,"target":0},{"source":24,"target":203},{"source":24,"target":204},{"source":24,"target":205},{"source":24,"target":206},{"source":203,"target":207},{"source":203,"target":24},{"source":204,"target":208},{"source":204,"target":24},{"source":205,"target":21},{"source":205,"target":209},{"source":205,"target":24},{"source":209,"target":21},{"source":206,"target":210},{"source":206,"target":24},{"source":25,"target":0},{"source":25,"target":211},{"source":25,"target":212},{"source":211,"target":213},{"source":211,"target":25},{"source":212,"target":26},{"source":212,"target":214},{"source":212,"target":25},{"source":214,"target":26},{"source":26,"target":0},{"source":26,"target":215},{"source":26,"target":216},{"source":26,"target":217},{"source":26,"target":218},{"source":215,"target":26},{"source":216,"target":26},{"source":217,"target":26},{"source":218,"target":26},{"source":27,"target":0},{"source":27,"target":219},{"source":219,"target":10},{"source":219,"target":220},{"source":219,"target":27},{"source":220,"target":10},{"source":28,"target":0},{"source":28,"target":221},{"source":28,"target":222},{"source":221,"target":223},{"source":221,"target":28},{"source":222,"target":224},{"source":222,"target":28},{"source":29,"target":0},{"source":29,"target":225},{"source":29,"target":226},{"source":29,"target":227},{"source":29,"target":228},{"source":29,"target":229},{"source":225,"target":29},{"source":226,"target":29},{"source":227,"target":29},{"source":228,"target":29},{"source":229,"target":29},{"source":30,"target":0},{"source":30,"target":230},{"source":30,"target":231},{"source":30,"target":232},{"source":30,"target":233},{"source":30,"target":234},{"source":30,"target":235},{"source":30,"target":236},{"source":230,"target":30},{"source":231,"target":30},{"source":232,"target":30},{"source":233,"target":30},{"source":234,"target":30},{"source":235,"target":30},{"source":236,"target":30}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="site" nsURI="http://www.soluvas.org/schema/web.site/1.0" nsPrefix="site"> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A large division of web application.&#xA;&#xA;For example, Bippo Mall is divided into 4 sections: sys, mall, shop, and pub."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/section"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SiteCatalog" eSuperTypes="#//SectionCollection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The site catalog is used to define all *logical* sections and pages in a site.&#xA;&#xA;It is used in 2 ways:&#xA;1. at generation time, to generate concrete page classes, Wicket HTML markup, and JS files.&#xA;2. at runtime, to inspect *logical* sections and pages in the site.&#xA;&#xA;Note that information about actual concrete page classes etc. are not visible here, and if needed, then it should be described using another schema."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SectionCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//Section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" abstract="true" interface="true"> <eOperations name="getClassSimpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the class simple name, which is simply the name + &quot;Page&quot; suffix."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The resulting simple name of the Wicket Page subclass, e.g. &quot;ProductSysTable&quot;, without the &quot;Page&quot; suffix."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mountPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Where the page is mounted, relative to application root, e.g. /product/sys, or a URI template with parameters: /product/sys/show/${productId}&#xA;&#xA;mountPoint is highly recommended for SEO and easy URI typing, but not mandatory."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//PageParam" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="section" eType="#//Section" eOpposite="#//Section/pages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A page that that specifies the literal Wicket page class name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RawEntityTablePage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Lists raw entities in a page using Backbone and jQuery DataTables.&#xA;&#xA;For normal entities see EntityTablePage.&#xA;&#xA;Entities can be added, shown, and deleted.&#xA;&#xA;Features:&#xA;* client-side paging support&#xA;* client-side quick search&#xA;* client-side table column sorting&#xA;&#xA;TODO: support push for dynamic add/remove and show status."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityTablePage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Lists normal entities in a page using Backbone and jQuery DataTables.&#xA;&#xA;For raw entities see RawEntity TablePage.&#xA;&#xA;Supported folders:&#xA;1. Published (virtual; published only)&#xA;2. All Items (virtual; except deleted)&#xA;3. Drafts (virtual)&#xA;4. Trash (virtual)&#xA;&#xA;Actions on entities:&#xA;1. add&#xA;2. show&#xA;3. delete&#xA;4. undelete&#xA;5. publish (draft->published)&#xA;6. unpublish (published->draft; some entities may not support this)&#xA;&#xA;Features:&#xA;* client-side paging support&#xA;* client-side quick search&#xA;* client-side table column sorting&#xA;&#xA;TODO: support push for dynamic add/remove and show status."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityEditPage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Edit page for normal entities"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RawEntityEditPage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Edit page for raw entities"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RawEntityNewPage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New normal entity page"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityNewPage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New raw entity page"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains static but editable HTML content."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DashboardPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A page that can be customized by admin.&#xA;&#xA;Typically used for homepage.&#xA;&#xA;The layout is a bit different than other pages because it has a header and a slider/carousel after the header.&#xA;The sidebar is below the header and the carousel."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageParam"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameter name for the page, e.g. &quot;productId&quot;."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoginPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Login page, that also serves as a SSO register page for Facebook, Twitter, Google, etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="registerPage" eType="#//RegisterPage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resetPasswordPage" eType="#//ResetPasswordPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RegisterPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Register as user via email."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResetPasswordPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to reset password if user forgets the password."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPage" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entityClass" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Full name of the class that represents the entity.&#xA;&#xA;This is required for:&#xA;1. Getting the EntityRepository for the entity, scoped to the active tenant&#xA;2. Getting the EntityDescriptor which provides metadata about the entity, scoped to the active tenant&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PermalinkCatalog"> <eStructuralFeatures xsi:type="ecore:EReference" name="permalinks" upperBound="-1" eType="#//Permalink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permalink"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Permalink configuration for an entity."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="e.g. person, shop, etc."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Recognized values are:&#xA;&#xA;&lt;ol>&#xA;&lt;li>baseUri (from WebAddress, automatically chosen whether relative ('/'), absolute plain HTTP, or absolute HTTPS),&#xA;including scheme and port, and trailing slash.&lt;/li>&#xA;&lt;li>slugPath&lt;/li>&#xA;&lt;/ol>&#xA;&#xA;&lt;p>Reference: https://github.com/damnhandy/Handy-URI-Templates"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PermalinkManager"> <eOperations name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get permalink URI relative to current website."/> </eAnnotations> <eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get absolute permalink URI, considering plain HTTP vs secure HTTPS."/> </eAnnotations> <eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="unsecureAbsolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get absolute permalink URI, plain HTTP only."/> </eAnnotations> <eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="secureAbsolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get absolute permalink URI, secure HTTPS."/> </eAnnotations> <eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JavaScriptMode"> <eLiterals name="development"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use original JS."/> </eAnnotations> </eLiterals> <eLiterals name="minified" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use minified JS."/> </eAnnotations> </eLiterals> <eLiterals name="aggregated_minified" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Aggregate all JavaScript, then minify it."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireManager"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaScriptMode" lowerBound="1" eType="#//JavaScriptMode" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheBust" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A string used to bust CDN cache, e.g. &quot;2013-02-16 18:43:22+07:00&quot;.&#xA;&#xA;This will be appended as a query string to &quot;relative&quot; js, skin, and img URIs. Relative here in reference to webAddres URIs. Absolute URIs won't be cache-busted."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Site.ecore
ecore
site Section id name pages SiteCatalog SectionCollection sections Page getClassSimpleName name mountPoint params section GenericPage RawEntityTablePage EntityTablePage EntityEditPage RawEntityEditPage RawEntityNewPage EntityNewPage ContentPage DashboardPage PageParam name LoginPage registerPage resetPasswordPage RegisterPage ResetPasswordPage EntityPage entityClass PermalinkCatalog permalinks Permalink namespace template PermalinkManager relative namespace slugPath absolute namespace slugPath unsecureAbsolute namespace slugPath secureAbsolute namespace slugPath JavaScriptMode development development minified minified aggregated_minified aggregated_minified RequireManager javaScriptMode cacheBust
null
{"directed":true,"nodes":[{"nsPrefix":"site","nsURI":"http://www.soluvas.org/schema/web.site/1.0","name":"site","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteCatalog","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SectionCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericPage","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityTablePage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityTablePage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityEditPage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityEditPage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityNewPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityNewPage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentPage","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DashboardPage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageParam","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoginPage","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegisterPage","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResetPasswordPage","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPage","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinkCatalog","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permalink","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinkManager","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JavaScriptMode","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireManager","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassSimpleName","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mountPoint","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"registerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resetPasswordPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entityClass","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permalinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relative","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"absolute","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unsecureAbsolute","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"secureAbsolute","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"development","id":99,"value":0,"literal":"development","eClass":"EEnumLiteral"},{"name":"minified","id":100,"value":1,"literal":"minified","eClass":"EEnumLiteral"},{"name":"aggregated_minified","id":101,"value":2,"literal":"aggregated_minified","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaScriptMode","changeable":false,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cacheBust","changeable":false,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":24,"target":27},{"source":24,"target":1},{"source":25,"target":28},{"source":25,"target":1},{"source":26,"target":4},{"source":26,"target":29},{"source":26,"target":1},{"source":26,"target":30},{"source":29,"target":4},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":31},{"source":31,"target":3},{"source":3,"target":0},{"source":3,"target":32},{"source":32,"target":1},{"source":32,"target":33},{"source":32,"target":3},{"source":33,"target":1},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":30},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":39},{"source":35,"target":4},{"source":36,"target":40},{"source":36,"target":4},{"source":37,"target":14},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":14},{"source":30,"target":1},{"source":30,"target":42},{"source":30,"target":4},{"source":30,"target":26},{"source":42,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":43},{"source":43,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":18},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":4},{"source":45,"target":18},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":18},{"source":7,"target":46},{"source":7,"target":47},{"source":46,"target":4},{"source":47,"target":18},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":18},{"source":8,"target":48},{"source":8,"target":49},{"source":48,"target":4},{"source":49,"target":18},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":18},{"source":9,"target":50},{"source":9,"target":51},{"source":50,"target":4},{"source":51,"target":18},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":18},{"source":10,"target":52},{"source":10,"target":53},{"source":52,"target":4},{"source":53,"target":18},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":18},{"source":11,"target":54},{"source":11,"target":55},{"source":54,"target":4},{"source":55,"target":18},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":56},{"source":56,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":57},{"source":57,"target":4},{"source":14,"target":0},{"source":14,"target":58},{"source":58,"target":59},{"source":58,"target":14},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":60},{"source":15,"target":61},{"source":15,"target":62},{"source":60,"target":16},{"source":60,"target":63},{"source":60,"target":15},{"source":63,"target":16},{"source":61,"target":17},{"source":61,"target":64},{"source":61,"target":15},{"source":64,"target":17},{"source":62,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":65},{"source":65,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":66},{"source":66,"target":4},{"source":18,"target":0},{"source":18,"target":67},{"source":67,"target":68},{"source":67,"target":18},{"source":19,"target":0},{"source":19,"target":69},{"source":69,"target":20},{"source":69,"target":70},{"source":69,"target":19},{"source":70,"target":20},{"source":20,"target":0},{"source":20,"target":71},{"source":20,"target":72},{"source":71,"target":73},{"source":71,"target":20},{"source":72,"target":74},{"source":72,"target":20},{"source":21,"target":0},{"source":21,"target":75},{"source":21,"target":76},{"source":21,"target":77},{"source":21,"target":78},{"source":75,"target":79},{"source":75,"target":21},{"source":75,"target":80},{"source":75,"target":81},{"source":80,"target":82},{"source":80,"target":75},{"source":81,"target":83},{"source":81,"target":75},{"source":76,"target":84},{"source":76,"target":21},{"source":76,"target":85},{"source":76,"target":86},{"source":85,"target":87},{"source":85,"target":76},{"source":86,"target":88},{"source":86,"target":76},{"source":77,"target":89},{"source":77,"target":21},{"source":77,"target":90},{"source":77,"target":91},{"source":90,"target":92},{"source":90,"target":77},{"source":91,"target":93},{"source":91,"target":77},{"source":78,"target":94},{"source":78,"target":21},{"source":78,"target":95},{"source":78,"target":96},{"source":95,"target":97},{"source":95,"target":78},{"source":96,"target":98},{"source":96,"target":78},{"source":22,"target":0},{"source":22,"target":99},{"source":22,"target":100},{"source":22,"target":101},{"source":99,"target":22},{"source":100,"target":22},{"source":101,"target":22},{"source":23,"target":0},{"source":23,"target":102},{"source":23,"target":103},{"source":102,"target":22},{"source":102,"target":104},{"source":102,"target":23},{"source":104,"target":22},{"source":103,"target":105},{"source":103,"target":23}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecorebinding" nsURI="http://www.obeonetwork.org/dsl/ecorebinding/1.0.0" nsPrefix="ecorebinding"> <eClassifiers xsi:type="ecore:EClass" name="BBase" abstract="true" interface="true" eSuperTypes="../../org.obeonetwork.dsl.environment/model/environment.ecore#//BoundableElement"/> <eClassifiers xsi:type="ecore:EClass" name="BModel" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="bPackages" upperBound="-1" eType="#//BPackage" containment="true" eOpposite="#//BPackage/bModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPackage" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecorePackage" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bModel" eType="#//BModel" eOpposite="#//BModel/bPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bEnums" upperBound="-1" eType="#//BEnum" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bDataTypes" upperBound="-1" eType="#//BDataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bClasses" upperBound="-1" eType="#//BClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedBPackages" upperBound="-1" eType="#//BPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bClassifiers" upperBound="-1" eType="#//BClassifier" eOpposite="#//BClassifier/bPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BClass" eSuperTypes="#//BClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bFeatures" upperBound="-1" eType="#//BFeature" containment="true" eOpposite="#//BFeature/bClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bOperations" upperBound="-1" eType="#//BOperation" containment="true" eOpposite="#//BOperation/bClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BFeature" eSuperTypes="#//BTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bClass" lowerBound="1" eType="#//BClass" eOpposite="#//BClass/bFeatures"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreFeature" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BEnum" eSuperTypes="#//BDataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreEnum" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bEnumLiterals" upperBound="-1" eType="#//BEnumLiteral" containment="true" eOpposite="#//BEnumLiteral/bEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BEnumLiteral" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="bEnum" lowerBound="1" eType="#//BEnum" eOpposite="#//BEnum/bEnumLiterals"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreEnumLiteral" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EEnumLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BClassifier" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="bTypeParameters" upperBound="-1" eType="#//BTypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bPackage" lowerBound="1" eType="#//BPackage" eOpposite="#//BPackage/bClassifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BDataType" eSuperTypes="#//BClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreDataType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BOperation" eSuperTypes="#//BTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bClass" lowerBound="1" eType="#//BClass" eOpposite="#//BClass/bOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreOperation" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bParameters" upperBound="-1" eType="#//BParameter" containment="true" eOpposite="#//BParameter/bOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bTypeParameters" upperBound="-1" eType="#//BTypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BParameter" eSuperTypes="#//BTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bOperation" lowerBound="1" eType="#//BOperation" eOpposite="#//BOperation/bParameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreParameter" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTypedElement" eSuperTypes="#//BBase"/> <eClassifiers xsi:type="ecore:EClass" name="BTypeParameter" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreTypeParameter" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ETypeParameter"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/ObeoNetwork/InformationSystem/models/ecorebinding/plugins/org.obeonetwork.dsl.ecorebinding/model/ecorebinding.ecore
ecore
ecorebinding BBase BModel bPackages BPackage ecorePackage bModel bEnums bDataTypes bClasses nestedBPackages bClassifiers BClass ecoreClass bFeatures bOperations BFeature bClass ecoreFeature BEnum ecoreEnum bEnumLiterals BEnumLiteral bEnum ecoreEnumLiteral BClassifier bTypeParameters bPackage BDataType ecoreDataType BOperation bClass ecoreOperation bParameters bTypeParameters BParameter bOperation ecoreParameter BTypedElement BTypeParameter ecoreTypeParameter
null
{"directed":true,"nodes":[{"nsPrefix":"ecorebinding","nsURI":"http://www.obeonetwork.org/dsl/ecorebinding/1.0.0","name":"ecorebinding","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BBase","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPackage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BFeature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BClassifier","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BDataType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOperation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BParameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTypedElement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTypeParameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecorePackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bEnums","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bDataTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedBPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreEnum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bEnumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bEnum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreTypeParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":2},{"source":15,"target":18},{"source":17,"target":3},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":19},{"source":3,"target":18},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":19,"target":26},{"source":19,"target":3},{"source":18,"target":2},{"source":18,"target":27},{"source":18,"target":3},{"source":18,"target":15},{"source":27,"target":2},{"source":20,"target":6},{"source":20,"target":28},{"source":20,"target":3},{"source":28,"target":6},{"source":21,"target":9},{"source":21,"target":29},{"source":21,"target":3},{"source":29,"target":9},{"source":22,"target":4},{"source":22,"target":30},{"source":22,"target":3},{"source":30,"target":4},{"source":23,"target":3},{"source":23,"target":31},{"source":23,"target":3},{"source":31,"target":3},{"source":24,"target":8},{"source":24,"target":32},{"source":24,"target":3},{"source":24,"target":33},{"source":32,"target":8},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":5},{"source":35,"target":39},{"source":35,"target":4},{"source":35,"target":40},{"source":39,"target":5},{"source":36,"target":10},{"source":36,"target":41},{"source":36,"target":4},{"source":36,"target":42},{"source":41,"target":10},{"source":37,"target":8},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":40},{"source":5,"target":43},{"source":5,"target":44},{"source":40,"target":4},{"source":40,"target":45},{"source":40,"target":5},{"source":40,"target":35},{"source":45,"target":4},{"source":43,"target":46},{"source":43,"target":5},{"source":44,"target":12},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":47,"target":50},{"source":47,"target":6},{"source":48,"target":7},{"source":48,"target":51},{"source":48,"target":6},{"source":48,"target":52},{"source":51,"target":7},{"source":49,"target":9},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":52,"target":6},{"source":52,"target":55},{"source":52,"target":7},{"source":52,"target":48},{"source":55,"target":6},{"source":53,"target":56},{"source":53,"target":7},{"source":54,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":57},{"source":8,"target":33},{"source":8,"target":58},{"source":57,"target":13},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":13},{"source":33,"target":3},{"source":33,"target":60},{"source":33,"target":8},{"source":33,"target":24},{"source":60,"target":3},{"source":58,"target":1},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":63},{"source":61,"target":9},{"source":62,"target":8},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":42},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":42,"target":4},{"source":42,"target":68},{"source":42,"target":10},{"source":42,"target":36},{"source":68,"target":4},{"source":64,"target":69},{"source":64,"target":10},{"source":65,"target":11},{"source":65,"target":70},{"source":65,"target":10},{"source":65,"target":71},{"source":70,"target":11},{"source":66,"target":13},{"source":66,"target":72},{"source":66,"target":10},{"source":72,"target":13},{"source":67,"target":12},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":71},{"source":11,"target":73},{"source":11,"target":74},{"source":71,"target":10},{"source":71,"target":75},{"source":71,"target":11},{"source":71,"target":65},{"source":75,"target":10},{"source":73,"target":76},{"source":73,"target":11},{"source":74,"target":12},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":77},{"source":77,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":80},{"source":78,"target":13},{"source":79,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="engine" nsURI="http:///org/eclipse/tptp/platform/analysis/engine.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine"> <eClassifiers xsi:type="ecore:EClass" name="IAlgorithm"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction for representing an algorithm. Each algorithm has associated list of data on which algorithm will execute.&#xD;&#xA;"/> </eAnnotations> <eOperations name="getTitle" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eParameters name="algorithmData" eType="#//IData"/> </eOperations> <eOperations name="supports" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="isQuick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlFileURL" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/URL"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//algorithm/IParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction for representing the data of an algorithm."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="algorithmType" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlFileURL" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/URL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputFilters" upperBound="-1" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputFilters" upperBound="-1" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//algorithm/IArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMatch" eSuperTypes="#//IResult"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The match class is an abstraction for result of a successful application of a rule to the resource(s). The match contains the collection of links to places in resources that collectively represent the match."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//MatchStatus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The status of the match, used to keep track of ignored matches, fixed problem, problems submited to bug tracker, etc."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="links" lowerBound="1" upperBound="-1" eType="#//IMatchLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMatchLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceLastModified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MatchStatus"> <eLiterals name="UNRESOLVED"/> <eLiterals name="FIX_APPLIED" value="1"/> <eLiterals name="DEFECT_SUBMITED" value="2"/> <eLiterals name="IGNORED" value="3"/> <eLiterals name="OUT_OF_SYNC" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMetric" eSuperTypes="#//IResult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaNumber"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A category represents logical grouping of objects."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//ICategoryDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objects" upperBound="-1" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IReview"> <eOperations name="includes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="algorithmData" eType="#//IData"/> <eParameters name="category" eType="#//ICategory"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A unique, descriptive name of this category"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A detailed description of this category"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngineListener" abstract="true" eSuperTypes="../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/EclipseProgressMonitor"> <eOperations name="beginTask"> <eParameters name="taskName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eParameters name="totalWork" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="scope" eType="#//IAnalysisScope"/> <eParameters name="review" eType="#//IReview"/> </eOperations> <eOperations name="error"> <eParameters name="throwable" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaThrowable"/> <eParameters name="message" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eOperations> <eOperations name="processedResult"> <eParameters name="result" eType="#//IResult"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAlgorithmRunner"> <eOperations name="run"> <eParameters name="engine" eType="#//IEngine"/> <eParameters name="algorithms" eType="#//types/AlgorithmArray"/> <eParameters name="analysisScope" eType="#//IAnalysisScope"/> <eParameters name="listener" eType="#//IEngineListener"/> </eOperations> <eOperations name="supports" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="algorithm" eType="#//IAlgorithm"/> </eOperations> <eOperations name="estimateWork" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the number of units of work expected to be performed by this runner to execute enabled algorithms on the given analysis scope."/> </eAnnotations> <eParameters name="scope" eType="#//IAnalysisScope"/> <eParameters name="algorithms" eType="#//types/AlgorithmArray"/> <eParameters name="engine" eType="#//IEngine"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAnalysisScope"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootResources" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/EclipseResourceArray" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngine"> <eOperations name="init"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initialize the engine after the extensions have been installed."/> </eAnnotations> <eParameters name="algorithmExtensions" eType="#//types/AlgorithmExtensionArray"/> <eParameters name="runnerExtensions" eType="#//types/RunnerExtensionArray"/> </eOperations> <eOperations name="analyze"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Execute the engine on the current analysis scope."/> </eAnnotations> <eParameters name="listener" eType="#//IEngineListener"/> </eOperations> <eOperations name="getReviews" eType="#//types/ReviewArray"/> <eOperations name="getCategories" eType="#//types/CategoryArray"/> <eOperations name="getTemplateCategories" eType="#//types/CategoryArray"/> <eOperations name="getRunners" eType="#//types/AlgorithmRunnerArray"/> <eOperations name="getCategory" eType="#//ICategory"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="getTemplateCategory" eType="#//ICategory"> <eParameters name="template" eType="#//algorithm/ITemplateAlgorithm"/> </eOperations> <eOperations name="getEnabledData" eType="#//types/DataArray"> <eParameters name="alg" eType="#//IAlgorithm"/> </eOperations> <eOperations name="getAlgorithmExtension" eType="#//IAlgorithmExtension"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="getAlgorithmExtension" eType="#//IAlgorithmExtension"> <eParameters name="template" eType="#//algorithm/ITemplateAlgorithm"/> </eOperations> <eOperations name="create" eType="#//IData" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="template" eType="#//algorithm/ITemplateAlgorithm"/> <eParameters name="cat" eType="#//ICategory"/> </eOperations> <eOperations name="delete"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="move" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="data" eType="#//IData"/> <eParameters name="cat" eType="#//ICategory"/> </eOperations> <eOperations name="getEngineDataListeners" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaList"/> <eOperations name="isRunning" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="cancel"/> <eOperations name="getAlgorithm" eType="#//IAlgorithm"> <eParameters name="data" eType="#//IData"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="analysisScope" lowerBound="1" eType="#//IAnalysisScope" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enableStateTracker" lowerBound="1" eType="#//IEnableStateTracker" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentReview" lowerBound="1" eType="#//IReview" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputFilters" upperBound="-1" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISolution"> <eOperations name="supportsHeadlessMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="canFix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="match" eType="#//IMatch"/> </eOperations> <eOperations name="fix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="match" eType="#//IMatch"/> <eParameters name="headless" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="undoFix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="match" eType="#//IMatch"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEnableStateTracker"> <eOperations name="isEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="isEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="category" eType="#//ICategory"/> </eOperations> <eOperations name="setEnabled"> <eParameters name="data" eType="#//IData"/> <eParameters name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="setEnabled"> <eParameters name="category" eType="#//ICategory"/> <eParameters name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabledAlgorithmNames" upperBound="-1" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabledCategoryNames" upperBound="-1" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngineManager"> <eOperations name="loadEngines"/> <eOperations name="saveEngine" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="engine" eType="#//IEngine"/> </eOperations> <eOperations name="saveEngines" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"/> <eOperations name="getEngines" eType="#//types/EngineArray"/> <eOperations name="newEngine" eType="#//IEngine"> <eParameters name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eOperations> <eOperations name="findEngine" eType="#//IEngine"> <eParameters name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eOperations> <eOperations name="getEngineFile" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"> <eParameters name="engine" eType="#//IEngine"/> </eOperations> <eOperations name="doNotSaveOnExit"> <eParameters name="engine" eType="#//IEngine"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseDirectory" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICategoryDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A unique, descriptive name of this category"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A detailed description of this category"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativeDirectory" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAlgorithmExtension"> <eOperations name="init" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="pluginBaseDir" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> <eParameters name="workspaceBaseDir" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> <eParameters name="newVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getAlgorithms" eType="#//types/AlgorithmArray"/> <eOperations name="getAlgorithmData" eType="#//types/DataArray"> <eParameters name="categoryDescriptor" eType="#//ICategoryDescriptor"/> </eOperations> <eOperations name="getTemplateAlgorithms" eType="#//types/TemplateAlgorithmArray"> <eParameters name="categoryDescriptor" eType="#//ICategoryDescriptor"/> </eOperations> <eOperations name="getSolutions" eType="#//types/SolutionArray"> <eParameters name="problemData" eType="#//algorithm/IProblemData"/> <eParameters name="match" eType="#//IMatch"/> </eOperations> <eOperations name="getCategoryReviewList" eType="#//ICategoryReviewList"/> <eOperations name="create" eType="#//IData" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="template" eType="#//algorithm/ITemplateAlgorithm"/> <eParameters name="descr" eType="#//ICategoryDescriptor"/> </eOperations> <eOperations name="save" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="move" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="data" eType="#//IData"/> <eParameters name="categoryDescriptor" eType="#//ICategoryDescriptor"/> </eOperations> <eOperations name="delete"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="getPluginDirectory" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> <eOperations name="getWorkspaceDirectory" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRunnerExtension"> <eStructuralFeatures xsi:type="ecore:EReference" name="runner" lowerBound="1" eType="#//IAlgorithmRunner" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICategoryReviewList"> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//IReview" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//ICategoryDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateCategories" upperBound="-1" eType="#//ICategoryDescriptor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IResult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="algorithmName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IResultSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reviewName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scopeName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootResourceNames" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaStringArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="engineName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="analysisTimeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="results" upperBound="-1" eType="#//IResult" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngineDataListener" abstract="true"> <eOperations name="created"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="deleted"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="moved"> <eParameters name="data" eType="#//IData"/> <eParameters name="oldCategory" eType="#//ICategory"/> </eOperations> </eClassifiers> <eSubpackages name="algorithm" nsURI="http:///org/eclipse/tptp/platform/analysis/engine/algorithm.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine.algorithm"> <eClassifiers xsi:type="ecore:EClass" name="IProblemData" eSuperTypes="#//IData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//algorithm/ProblemSeverity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IResourceAlgorithm" eSuperTypes="#//IAlgorithm"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A resource algorithm executes on an Eclipse resource."/> </eAnnotations> <eOperations name="analyze"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Apply this algorithm to the given resource"/> </eAnnotations> <eParameters name="resource" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/EclipseResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The resource on which algorithm should run"/> </eAnnotations> </eParameters> <eParameters name="data" eType="#//types/DataArray"/> <eParameters name="categoryDescriptor" eType="#//types/CategoryDescriptorArray"/> <eParameters name="listener" eType="#//IEngineListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The listener that will be notified by the algorithm"/> </eAnnotations> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IArgument"> <eOperations name="getValue" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaObject"/> <eOperations name="setValue"> <eParameters name="value" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITemplateAlgorithm" eSuperTypes="#//IAlgorithm"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template algorithm supports generic creation of the algorithm data."/> </eAnnotations> <eOperations name="newAlgorithmData" eType="#//IData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProblemSeverity"> <eLiterals name="HIGH" value="5"/> <eLiterals name="MEDIUM" value="3"/> <eLiterals name="LOW" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowedValues" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaStringArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IIntegerArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEObjectArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eobject" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/EMFObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IDoubleArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ILongArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IStringArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMethodArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IMethodProxy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IClassArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="clazz" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IClassProxy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IInterfaceArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="interf" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IInterfaceProxy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPackageArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="pkg" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IPackageProxy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchEqualsFilter" eSuperTypes="../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/EMFEqualsFilter"> <eStructuralFeatures xsi:type="ecore:EReference" name="iMatch" eType="#//IMatch" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IStringArrayArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringArray" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaStringArray"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBooleanArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IComponentArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="compnt" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IComponentTypeProxy" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="types" nsURI="http:///org/eclipse/tptp/platform/analysis/engine/types.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine.types"> <eClassifiers xsi:type="ecore:EDataType" name="DataArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IData[]"/> <eClassifiers xsi:type="ecore:EDataType" name="SolutionArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.ISolution[]"/> <eClassifiers xsi:type="ecore:EDataType" name="TemplateAlgorithmArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[]"/> <eClassifiers xsi:type="ecore:EDataType" name="AlgorithmArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IAlgorithm[]"/> <eClassifiers xsi:type="ecore:EDataType" name="AlgorithmExtensionArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[]"/> <eClassifiers xsi:type="ecore:EDataType" name="AlgorithmRunnerArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[]"/> <eClassifiers xsi:type="ecore:EDataType" name="ReviewArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IReview[]"/> <eClassifiers xsi:type="ecore:EDataType" name="CategoryArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.ICategory[]"/> <eClassifiers xsi:type="ecore:EDataType" name="RunnerExtensionArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[]"/> <eClassifiers xsi:type="ecore:EDataType" name="EngineArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IEngine[]"/> <eClassifiers xsi:type="ecore:EDataType" name="CategoryDescriptorArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[]"/> </eSubpackages> <eSubpackages name="review" nsURI="http:///org/eclipse/tptp/platform/analysis/engine/review.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine.review"> <eClassifiers xsi:type="ecore:EClass" name="CompleteReview" eSuperTypes="#//IReview"/> <eClassifiers xsi:type="ecore:EClass" name="CategoryReview" eSuperTypes="#//IReview"> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryDescriptor" lowerBound="1" eType="#//ICategoryDescriptor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterReview" eSuperTypes="#//IReview"> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReview" eSuperTypes="#//IReview"> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" lowerBound="1" upperBound="-1" eType="#//IReview" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndReview" eSuperTypes="#//review/MultiReview"/> <eClassifiers xsi:type="ecore:EClass" name="OrReview" eSuperTypes="#//review/MultiReview"/> </eSubpackages> <eSubpackages name="runner" nsURI="http:///org/eclipse/tptp/platform/analysis/engine/runner.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine.runner"> <eClassifiers xsi:type="ecore:EClass" name="SingleFileRunner" eSuperTypes="#//IAlgorithmRunner"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceFilter" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/engine.ecore
ecore
engine IAlgorithm getTitle algorithmData supports data isQuick name type xmlFileURL parameters IData name algorithmType xmlFileURL userDefined inputFilters outputFilters arguments IMatch status links IMatchLink resourceName startPosition endPosition lineNumber resourceLastModified MatchStatus UNRESOLVED UNRESOLVED FIX_APPLIED FIX_APPLIED DEFECT_SUBMITED DEFECT_SUBMITED IGNORED IGNORED OUT_OF_SYNC OUT_OF_SYNC IMetric value ICategory descriptor objects IReview includes algorithmData category name description IEngineListener beginTask taskName totalWork scope review error throwable message processedResult result IAlgorithmRunner run engine algorithms analysisScope listener supports algorithm estimateWork scope algorithms engine name IAnalysisScope name rootResources IEngine init algorithmExtensions runnerExtensions analyze listener getReviews getCategories getTemplateCategories getRunners getCategory data getTemplateCategory template getEnabledData alg getAlgorithmExtension data getAlgorithmExtension template create template cat delete data move data cat getEngineDataListeners isRunning cancel getAlgorithm data name analysisScope enableStateTracker currentReview inputFilters ISolution supportsHeadlessMode canFix match fix match headless undoFix match name IEnableStateTracker isEnabled data isEnabled category setEnabled data enabled setEnabled category enabled disabledAlgorithmNames disabledCategoryNames IEngineManager loadEngines saveEngine engine saveEngines getEngines newEngine name findEngine name getEngineFile engine doNotSaveOnExit engine baseDirectory ICategoryDescriptor name description relativeDirectory IAlgorithmExtension init pluginBaseDir workspaceBaseDir newVersion getAlgorithms getAlgorithmData categoryDescriptor getTemplateAlgorithms categoryDescriptor getSolutions problemData match getCategoryReviewList create template descr save data move data categoryDescriptor delete data getPluginDirectory getWorkspaceDirectory IRunnerExtension runner ICategoryReviewList reviews categories templateCategories IResult categoryName algorithmName dataName IResultSet reviewName scopeName rootResourceNames engineName analysisTimeStamp results IEngineDataListener created data deleted data moved data oldCategory algorithm IProblemData severity IResourceAlgorithm analyze resource data categoryDescriptor listener IArgument getValue setValue value editable true hidden false ITemplateAlgorithm newAlgorithmData ProblemSeverity HIGH HIGH MEDIUM MEDIUM LOW LOW IParameter name description type allowedValues editable true hidden false IIntegerArgument intValue IEObjectArgument eobject IDoubleArgument doubleValue ILongArgument longValue IStringArgument stringValue IMethodArgument method IClassArgument clazz IInterfaceArgument interf IPackageArgument pkg MatchEqualsFilter iMatch IStringArrayArgument stringArray IBooleanArgument booleanValue IComponentArgument compnt types DataArray org.eclipse.tptp.platform.analysis.engine.IData[] org.eclipse.tptp.platform.analysis.engine.IData[] SolutionArray org.eclipse.tptp.platform.analysis.engine.ISolution[] org.eclipse.tptp.platform.analysis.engine.ISolution[] TemplateAlgorithmArray org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[] org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[] AlgorithmArray org.eclipse.tptp.platform.analysis.engine.IAlgorithm[] org.eclipse.tptp.platform.analysis.engine.IAlgorithm[] AlgorithmExtensionArray org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[] org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[] AlgorithmRunnerArray org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[] org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[] ReviewArray org.eclipse.tptp.platform.analysis.engine.IReview[] org.eclipse.tptp.platform.analysis.engine.IReview[] CategoryArray org.eclipse.tptp.platform.analysis.engine.ICategory[] org.eclipse.tptp.platform.analysis.engine.ICategory[] RunnerExtensionArray org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[] org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[] EngineArray org.eclipse.tptp.platform.analysis.engine.IEngine[] org.eclipse.tptp.platform.analysis.engine.IEngine[] CategoryDescriptorArray org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[] org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[] review CompleteReview CategoryReview categoryDescriptor FilterReview filter MultiReview reviews AndReview OrReview runner SingleFileRunner resourceFilter
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine.ecore","name":"engine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAlgorithm","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IData","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMatch","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMatchLink","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MatchStatus","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMetric","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICategory","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IReview","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngineListener","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAlgorithmRunner","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAnalysisScope","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngine","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISolution","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEnableStateTracker","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngineManager","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICategoryDescriptor","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAlgorithmExtension","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRunnerExtension","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICategoryReviewList","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IResult","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IResultSet","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngineDataListener","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine.algorithm","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine/algorithm.ecore","name":"algorithm","id":23,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine.types","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine/types.ecore","name":"types","id":24,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine.review","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine/review.ecore","name":"review","id":25,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine.runner","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine/runner.ecore","name":"runner","id":26,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTitle","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supports","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isQuick","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xmlFileURL","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithmData","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IParameter","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"algorithmType","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xmlFileURL","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefined","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArgument","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceName","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startPosition","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endPosition","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineNumber","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceLastModified","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"name":"UNRESOLVED","id":76,"value":0,"literal":"UNRESOLVED","eClass":"EEnumLiteral"},{"name":"FIX_APPLIED","id":77,"value":1,"literal":"FIX_APPLIED","eClass":"EEnumLiteral"},{"name":"DEFECT_SUBMITED","id":78,"value":2,"literal":"DEFECT_SUBMITED","eClass":"EEnumLiteral"},{"name":"IGNORED","id":79,"value":3,"literal":"IGNORED","eClass":"EEnumLiteral"},{"name":"OUT_OF_SYNC","id":80,"value":4,"literal":"OUT_OF_SYNC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"includes","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithmData","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"category","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginTask","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"processedResult","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"taskName","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"totalWork","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scope","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"review","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"throwable","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"result","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supports","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"estimateWork","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithms","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"analysisScope","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"id":124,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithm[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithm[]","name":"AlgorithmArray","instanceClass":null,"id":125,"serializable":true,"eClass":"EDataType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithm","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scope","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithms","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootResources","changeable":false,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"analyze","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReviews","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCategories","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTemplateCategories","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRunners","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCategory","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTemplateCategory","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnabledData","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithmExtension","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithmExtension","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"move","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngineDataListeners","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRunning","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cancel","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithm","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"analysisScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enableStateTracker","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentReview","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithmExtensions","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"runnerExtensions","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[]","name":"AlgorithmExtensionArray","instanceClass":null,"id":169,"serializable":true,"eClass":"EDataType"},{"id":170,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[]","name":"RunnerExtensionArray","instanceClass":null,"id":171,"serializable":true,"eClass":"EDataType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IReview[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IReview[]","name":"ReviewArray","instanceClass":null,"id":175,"serializable":true,"eClass":"EDataType"},{"id":176,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.ICategory[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.ICategory[]","name":"CategoryArray","instanceClass":null,"id":177,"serializable":true,"eClass":"EDataType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[]","name":"AlgorithmRunnerArray","instanceClass":null,"id":180,"serializable":true,"eClass":"EDataType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"template","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITemplateAlgorithm","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"id":188,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IData[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IData[]","name":"DataArray","instanceClass":null,"id":189,"serializable":true,"eClass":"EDataType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alg","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"template","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"template","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cat","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cat","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportsHeadlessMode","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canFix","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fix","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undoFix","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"match","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"match","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"headless","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"match","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEnabled","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEnabled","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEnabled","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEnabled","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabledAlgorithmNames","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabledCategoryNames","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"category","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabled","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"category","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabled","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadEngines","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveEngine","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveEngines","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngines","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"newEngine","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findEngine","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngineFile","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"doNotSaveOnExit","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseDirectory","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IEngine[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IEngine[]","name":"EngineArray","instanceClass":null,"id":275,"serializable":true,"eClass":"EDataType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EParameter"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EParameter"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativeDirectory","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithms","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithmData","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTemplateAlgorithms","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSolutions","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCategoryReviewList","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"save","lowerBound":0,"id":302,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"move","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPluginDirectory","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getWorkspaceDirectory","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pluginBaseDir","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"workspaceBaseDir","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newVersion","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EParameter"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryDescriptor","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"id":317,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[]","name":"TemplateAlgorithmArray","instanceClass":null,"id":318,"serializable":true,"eClass":"EDataType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryDescriptor","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EParameter"},{"id":321,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.ISolution[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.ISolution[]","name":"SolutionArray","instanceClass":null,"id":322,"serializable":true,"eClass":"EDataType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"problemData","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"match","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProblemData","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"template","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"descr","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EParameter"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryDescriptor","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EParameter"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runner","changeable":false,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categoryName","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"algorithmName","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataName","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reviewName","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scopeName","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootResourceNames","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"engineName","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"analysisTimeStamp","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"created","lowerBound":0,"id":374,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleted","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"moved","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":377,"many":false,"required":false,"eClass":"EParameter"},{"id":378,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":379,"many":false,"required":false,"eClass":"EParameter"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"oldCategory","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EParameter"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IResourceAlgorithm","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProblemSeverity","instanceClass":null,"id":386,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IIntegerArgument","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEObjectArgument","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDoubleArgument","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILongArgument","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStringArgument","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMethodArgument","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IClassArgument","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IInterfaceArgument","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackageArgument","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchEqualsFilter","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStringArrayArgument","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBooleanArgument","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IComponentArgument","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"analyze","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EOperation"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resource","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryDescriptor","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EParameter"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[]","name":"CategoryDescriptorArray","instanceClass":null,"id":411,"serializable":true,"eClass":"EDataType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"editable","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":419,"many":false,"required":false,"eClass":"EParameter"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newAlgorithmData","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"name":"HIGH","id":426,"value":5,"literal":"HIGH","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":427,"value":3,"literal":"MEDIUM","eClass":"EEnumLiteral"},{"name":"LOW","id":428,"value":1,"literal":"LOW","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowedValues","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"editable","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intValue","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eobject","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doubleValue","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longValue","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clazz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iMatch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringArray","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanValue","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compnt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteReview","instanceClass":null,"abstract":false,"id":480,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryReview","instanceClass":null,"abstract":false,"id":481,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterReview","instanceClass":null,"abstract":false,"id":482,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReview","instanceClass":null,"abstract":false,"id":483,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndReview","instanceClass":null,"abstract":false,"id":484,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrReview","instanceClass":null,"abstract":false,"id":485,"interface":false,"eClass":"EClass"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categoryDescriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleFileRunner","instanceClass":null,"abstract":false,"id":498,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":27,"target":34},{"source":27,"target":1},{"source":27,"target":35},{"source":35,"target":2},{"source":35,"target":36},{"source":35,"target":27},{"source":36,"target":2},{"source":28,"target":37},{"source":28,"target":1},{"source":28,"target":38},{"source":38,"target":2},{"source":38,"target":39},{"source":38,"target":28},{"source":39,"target":2},{"source":29,"target":40},{"source":29,"target":1},{"source":30,"target":41},{"source":30,"target":1},{"source":31,"target":42},{"source":31,"target":1},{"source":32,"target":43},{"source":32,"target":1},{"source":33,"target":44},{"source":33,"target":45},{"source":33,"target":1},{"source":45,"target":44},{"source":2,"target":0},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":46,"target":53},{"source":46,"target":2},{"source":47,"target":54},{"source":47,"target":2},{"source":48,"target":55},{"source":48,"target":2},{"source":49,"target":56},{"source":49,"target":2},{"source":50,"target":57},{"source":50,"target":2},{"source":51,"target":58},{"source":51,"target":2},{"source":52,"target":59},{"source":52,"target":60},{"source":52,"target":2},{"source":60,"target":59},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":61,"target":5},{"source":61,"target":64},{"source":61,"target":3},{"source":64,"target":5},{"source":62,"target":4},{"source":62,"target":65},{"source":62,"target":3},{"source":65,"target":4},{"source":63,"target":20},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":66,"target":71},{"source":66,"target":4},{"source":67,"target":72},{"source":67,"target":4},{"source":68,"target":73},{"source":68,"target":4},{"source":69,"target":74},{"source":69,"target":4},{"source":70,"target":75},{"source":70,"target":4},{"source":5,"target":0},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":76,"target":5},{"source":77,"target":5},{"source":78,"target":5},{"source":79,"target":5},{"source":80,"target":5},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":81},{"source":6,"target":82},{"source":81,"target":83},{"source":81,"target":6},{"source":82,"target":20},{"source":7,"target":0},{"source":7,"target":84},{"source":7,"target":85},{"source":84,"target":16},{"source":84,"target":86},{"source":84,"target":7},{"source":86,"target":16},{"source":85,"target":87},{"source":85,"target":7},{"source":8,"target":0},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":88,"target":91},{"source":88,"target":8},{"source":88,"target":92},{"source":88,"target":93},{"source":92,"target":2},{"source":92,"target":94},{"source":92,"target":88},{"source":94,"target":2},{"source":93,"target":7},{"source":93,"target":95},{"source":93,"target":88},{"source":95,"target":7},{"source":89,"target":96},{"source":89,"target":8},{"source":90,"target":97},{"source":90,"target":8},{"source":9,"target":0},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":98,"target":9},{"source":98,"target":102},{"source":98,"target":103},{"source":98,"target":104},{"source":98,"target":105},{"source":102,"target":106},{"source":102,"target":98},{"source":103,"target":107},{"source":103,"target":98},{"source":104,"target":11},{"source":104,"target":108},{"source":104,"target":98},{"source":108,"target":11},{"source":105,"target":8},{"source":105,"target":109},{"source":105,"target":98},{"source":109,"target":8},{"source":99,"target":9},{"source":99,"target":110},{"source":99,"target":111},{"source":110,"target":112},{"source":110,"target":99},{"source":111,"target":113},{"source":111,"target":99},{"source":100,"target":9},{"source":100,"target":114},{"source":114,"target":20},{"source":114,"target":115},{"source":114,"target":100},{"source":115,"target":20},{"source":10,"target":0},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":116,"target":10},{"source":116,"target":120},{"source":116,"target":121},{"source":116,"target":122},{"source":116,"target":123},{"source":120,"target":12},{"source":120,"target":124},{"source":120,"target":116},{"source":124,"target":12},{"source":121,"target":125},{"source":121,"target":126},{"source":121,"target":116},{"source":126,"target":125},{"source":122,"target":11},{"source":122,"target":127},{"source":122,"target":116},{"source":127,"target":11},{"source":123,"target":9},{"source":123,"target":128},{"source":123,"target":116},{"source":128,"target":9},{"source":117,"target":129},{"source":117,"target":10},{"source":117,"target":130},{"source":130,"target":1},{"source":130,"target":131},{"source":130,"target":117},{"source":131,"target":1},{"source":118,"target":132},{"source":118,"target":10},{"source":118,"target":133},{"source":118,"target":134},{"source":118,"target":135},{"source":133,"target":11},{"source":133,"target":136},{"source":133,"target":118},{"source":136,"target":11},{"source":134,"target":125},{"source":134,"target":137},{"source":134,"target":118},{"source":137,"target":125},{"source":135,"target":12},{"source":135,"target":138},{"source":135,"target":118},{"source":138,"target":12},{"source":119,"target":139},{"source":119,"target":10},{"source":11,"target":0},{"source":11,"target":140},{"source":11,"target":141},{"source":140,"target":142},{"source":140,"target":11},{"source":141,"target":143},{"source":141,"target":11},{"source":12,"target":0},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":12,"target":147},{"source":12,"target":148},{"source":12,"target":149},{"source":12,"target":150},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":12,"target":155},{"source":12,"target":156},{"source":12,"target":157},{"source":12,"target":158},{"source":12,"target":159},{"source":12,"target":160},{"source":12,"target":161},{"source":12,"target":162},{"source":12,"target":163},{"source":12,"target":164},{"source":12,"target":165},{"source":12,"target":166},{"source":144,"target":12},{"source":144,"target":167},{"source":144,"target":168},{"source":167,"target":169},{"source":167,"target":170},{"source":167,"target":144},{"source":170,"target":169},{"source":168,"target":171},{"source":168,"target":172},{"source":168,"target":144},{"source":172,"target":171},{"source":145,"target":12},{"source":145,"target":173},{"source":173,"target":9},{"source":173,"target":174},{"source":173,"target":145},{"source":174,"target":9},{"source":146,"target":175},{"source":146,"target":176},{"source":146,"target":12},{"source":176,"target":175},{"source":147,"target":177},{"source":147,"target":178},{"source":147,"target":12},{"source":178,"target":177},{"source":148,"target":177},{"source":148,"target":179},{"source":148,"target":12},{"source":179,"target":177},{"source":149,"target":180},{"source":149,"target":181},{"source":149,"target":12},{"source":181,"target":180},{"source":150,"target":7},{"source":150,"target":182},{"source":150,"target":12},{"source":150,"target":183},{"source":182,"target":7},{"source":183,"target":2},{"source":183,"target":184},{"source":183,"target":150},{"source":184,"target":2},{"source":151,"target":7},{"source":151,"target":185},{"source":151,"target":12},{"source":151,"target":186},{"source":185,"target":7},{"source":186,"target":187},{"source":186,"target":188},{"source":186,"target":151},{"source":188,"target":187},{"source":152,"target":189},{"source":152,"target":190},{"source":152,"target":12},{"source":152,"target":191},{"source":190,"target":189},{"source":191,"target":1},{"source":191,"target":192},{"source":191,"target":152},{"source":192,"target":1},{"source":153,"target":17},{"source":153,"target":193},{"source":153,"target":12},{"source":153,"target":194},{"source":193,"target":17},{"source":194,"target":2},{"source":194,"target":195},{"source":194,"target":153},{"source":195,"target":2},{"source":154,"target":17},{"source":154,"target":196},{"source":154,"target":12},{"source":154,"target":197},{"source":196,"target":17},{"source":197,"target":187},{"source":197,"target":198},{"source":197,"target":154},{"source":198,"target":187},{"source":155,"target":2},{"source":155,"target":199},{"source":155,"target":12},{"source":155,"target":200},{"source":155,"target":201},{"source":155,"target":202},{"source":199,"target":2},{"source":200,"target":187},{"source":200,"target":203},{"source":200,"target":155},{"source":203,"target":187},{"source":201,"target":7},{"source":201,"target":204},{"source":201,"target":155},{"source":204,"target":7},{"source":156,"target":12},{"source":156,"target":205},{"source":205,"target":2},{"source":205,"target":206},{"source":205,"target":156},{"source":206,"target":2},{"source":157,"target":12},{"source":157,"target":207},{"source":157,"target":208},{"source":157,"target":209},{"source":207,"target":2},{"source":207,"target":210},{"source":207,"target":157},{"source":210,"target":2},{"source":208,"target":7},{"source":208,"target":211},{"source":208,"target":157},{"source":211,"target":7},{"source":158,"target":212},{"source":158,"target":12},{"source":159,"target":213},{"source":159,"target":12},{"source":160,"target":12},{"source":161,"target":1},{"source":161,"target":214},{"source":161,"target":12},{"source":161,"target":215},{"source":214,"target":1},{"source":215,"target":2},{"source":215,"target":216},{"source":215,"target":161},{"source":216,"target":2},{"source":162,"target":217},{"source":162,"target":12},{"source":163,"target":11},{"source":163,"target":218},{"source":163,"target":12},{"source":218,"target":11},{"source":164,"target":14},{"source":164,"target":219},{"source":164,"target":12},{"source":219,"target":14},{"source":165,"target":8},{"source":165,"target":220},{"source":165,"target":12},{"source":220,"target":8},{"source":166,"target":221},{"source":166,"target":12},{"source":13,"target":0},{"source":13,"target":222},{"source":13,"target":223},{"source":13,"target":224},{"source":13,"target":225},{"source":13,"target":226},{"source":222,"target":227},{"source":222,"target":13},{"source":223,"target":228},{"source":223,"target":13},{"source":223,"target":229},{"source":229,"target":3},{"source":229,"target":230},{"source":229,"target":223},{"source":230,"target":3},{"source":224,"target":231},{"source":224,"target":13},{"source":224,"target":232},{"source":224,"target":233},{"source":232,"target":3},{"source":232,"target":234},{"source":232,"target":224},{"source":234,"target":3},{"source":233,"target":235},{"source":233,"target":224},{"source":225,"target":236},{"source":225,"target":13},{"source":225,"target":237},{"source":237,"target":3},{"source":237,"target":238},{"source":237,"target":225},{"source":238,"target":3},{"source":226,"target":239},{"source":226,"target":13},{"source":14,"target":0},{"source":14,"target":240},{"source":14,"target":241},{"source":14,"target":242},{"source":14,"target":243},{"source":14,"target":244},{"source":14,"target":245},{"source":240,"target":246},{"source":240,"target":14},{"source":240,"target":247},{"source":247,"target":2},{"source":247,"target":248},{"source":247,"target":240},{"source":248,"target":2},{"source":241,"target":249},{"source":241,"target":14},{"source":241,"target":250},{"source":250,"target":7},{"source":250,"target":251},{"source":250,"target":241},{"source":251,"target":7},{"source":242,"target":14},{"source":242,"target":252},{"source":242,"target":253},{"source":252,"target":2},{"source":252,"target":254},{"source":252,"target":242},{"source":254,"target":2},{"source":253,"target":255},{"source":253,"target":242},{"source":243,"target":14},{"source":243,"target":256},{"source":243,"target":257},{"source":256,"target":7},{"source":256,"target":258},{"source":256,"target":243},{"source":258,"target":7},{"source":257,"target":259},{"source":257,"target":243},{"source":244,"target":260},{"source":244,"target":14},{"source":245,"target":261},{"source":245,"target":14},{"source":15,"target":0},{"source":15,"target":262},{"source":15,"target":263},{"source":15,"target":264},{"source":15,"target":265},{"source":15,"target":266},{"source":15,"target":267},{"source":15,"target":268},{"source":15,"target":269},{"source":15,"target":270},{"source":262,"target":15},{"source":263,"target":15},{"source":263,"target":271},{"source":263,"target":272},{"source":271,"target":12},{"source":271,"target":273},{"source":271,"target":263},{"source":273,"target":12},{"source":264,"target":15},{"source":264,"target":274},{"source":265,"target":275},{"source":265,"target":276},{"source":265,"target":15},{"source":276,"target":275},{"source":266,"target":12},{"source":266,"target":277},{"source":266,"target":15},{"source":266,"target":278},{"source":277,"target":12},{"source":278,"target":279},{"source":278,"target":266},{"source":267,"target":12},{"source":267,"target":280},{"source":267,"target":15},{"source":267,"target":281},{"source":280,"target":12},{"source":281,"target":282},{"source":281,"target":267},{"source":268,"target":283},{"source":268,"target":15},{"source":268,"target":284},{"source":284,"target":12},{"source":284,"target":285},{"source":284,"target":268},{"source":285,"target":12},{"source":269,"target":15},{"source":269,"target":286},{"source":286,"target":12},{"source":286,"target":287},{"source":286,"target":269},{"source":287,"target":12},{"source":270,"target":288},{"source":270,"target":15},{"source":16,"target":0},{"source":16,"target":289},{"source":16,"target":290},{"source":16,"target":291},{"source":289,"target":292},{"source":289,"target":16},{"source":290,"target":293},{"source":290,"target":16},{"source":291,"target":294},{"source":291,"target":16},{"source":17,"target":0},{"source":17,"target":295},{"source":17,"target":296},{"source":17,"target":297},{"source":17,"target":298},{"source":17,"target":299},{"source":17,"target":300},{"source":17,"target":301},{"source":17,"target":302},{"source":17,"target":303},{"source":17,"target":304},{"source":17,"target":305},{"source":17,"target":306},{"source":295,"target":17},{"source":295,"target":307},{"source":295,"target":308},{"source":295,"target":309},{"source":295,"target":310},{"source":307,"target":311},{"source":307,"target":295},{"source":308,"target":312},{"source":308,"target":295},{"source":309,"target":313},{"source":309,"target":295},{"source":296,"target":125},{"source":296,"target":314},{"source":296,"target":17},{"source":314,"target":125},{"source":297,"target":189},{"source":297,"target":315},{"source":297,"target":17},{"source":297,"target":316},{"source":315,"target":189},{"source":316,"target":16},{"source":316,"target":317},{"source":316,"target":297},{"source":317,"target":16},{"source":298,"target":318},{"source":298,"target":319},{"source":298,"target":17},{"source":298,"target":320},{"source":319,"target":318},{"source":320,"target":16},{"source":320,"target":321},{"source":320,"target":298},{"source":321,"target":16},{"source":299,"target":322},{"source":299,"target":323},{"source":299,"target":17},{"source":299,"target":324},{"source":299,"target":325},{"source":323,"target":322},{"source":324,"target":326},{"source":324,"target":327},{"source":324,"target":299},{"source":327,"target":326},{"source":325,"target":3},{"source":325,"target":328},{"source":325,"target":299},{"source":328,"target":3},{"source":300,"target":19},{"source":300,"target":329},{"source":300,"target":17},{"source":329,"target":19},{"source":301,"target":2},{"source":301,"target":330},{"source":301,"target":17},{"source":301,"target":331},{"source":301,"target":332},{"source":301,"target":333},{"source":330,"target":2},{"source":331,"target":187},{"source":331,"target":334},{"source":331,"target":301},{"source":334,"target":187},{"source":332,"target":16},{"source":332,"target":335},{"source":332,"target":301},{"source":335,"target":16},{"source":302,"target":17},{"source":302,"target":336},{"source":302,"target":337},{"source":336,"target":2},{"source":336,"target":338},{"source":336,"target":302},{"source":338,"target":2},{"source":303,"target":17},{"source":303,"target":339},{"source":303,"target":340},{"source":303,"target":341},{"source":339,"target":2},{"source":339,"target":342},{"source":339,"target":303},{"source":342,"target":2},{"source":340,"target":16},{"source":340,"target":343},{"source":340,"target":303},{"source":343,"target":16},{"source":304,"target":17},{"source":304,"target":344},{"source":344,"target":2},{"source":344,"target":345},{"source":344,"target":304},{"source":345,"target":2},{"source":305,"target":346},{"source":305,"target":17},{"source":306,"target":347},{"source":306,"target":17},{"source":18,"target":0},{"source":18,"target":348},{"source":348,"target":10},{"source":348,"target":349},{"source":348,"target":18},{"source":349,"target":10},{"source":19,"target":0},{"source":19,"target":350},{"source":19,"target":351},{"source":19,"target":352},{"source":350,"target":8},{"source":350,"target":353},{"source":350,"target":19},{"source":353,"target":8},{"source":351,"target":16},{"source":351,"target":354},{"source":351,"target":19},{"source":354,"target":16},{"source":352,"target":16},{"source":352,"target":355},{"source":352,"target":19},{"source":355,"target":16},{"source":20,"target":0},{"source":20,"target":356},{"source":20,"target":357},{"source":20,"target":358},{"source":356,"target":359},{"source":356,"target":20},{"source":357,"target":360},{"source":357,"target":20},{"source":358,"target":361},{"source":358,"target":20},{"source":21,"target":0},{"source":21,"target":362},{"source":21,"target":363},{"source":21,"target":364},{"source":21,"target":365},{"source":21,"target":366},{"source":21,"target":367},{"source":362,"target":368},{"source":362,"target":21},{"source":363,"target":369},{"source":363,"target":21},{"source":364,"target":370},{"source":364,"target":21},{"source":365,"target":371},{"source":365,"target":21},{"source":366,"target":372},{"source":366,"target":21},{"source":367,"target":20},{"source":367,"target":373},{"source":367,"target":21},{"source":373,"target":20},{"source":22,"target":0},{"source":22,"target":374},{"source":22,"target":375},{"source":22,"target":376},{"source":374,"target":22},{"source":374,"target":377},{"source":377,"target":2},{"source":377,"target":378},{"source":377,"target":374},{"source":378,"target":2},{"source":375,"target":22},{"source":375,"target":379},{"source":379,"target":2},{"source":379,"target":380},{"source":379,"target":375},{"source":380,"target":2},{"source":376,"target":22},{"source":376,"target":381},{"source":376,"target":382},{"source":381,"target":2},{"source":381,"target":383},{"source":381,"target":376},{"source":383,"target":2},{"source":382,"target":7},{"source":382,"target":384},{"source":382,"target":376},{"source":384,"target":7},{"source":23,"target":326},{"source":23,"target":385},{"source":23,"target":59},{"source":23,"target":187},{"source":23,"target":386},{"source":23,"target":44},{"source":23,"target":387},{"source":23,"target":388},{"source":23,"target":389},{"source":23,"target":390},{"source":23,"target":391},{"source":23,"target":392},{"source":23,"target":393},{"source":23,"target":394},{"source":23,"target":395},{"source":23,"target":396},{"source":23,"target":397},{"source":23,"target":398},{"source":23,"target":399},{"source":23,"target":0},{"source":326,"target":23},{"source":326,"target":2},{"source":326,"target":400},{"source":326,"target":401},{"source":400,"target":386},{"source":400,"target":402},{"source":400,"target":326},{"source":402,"target":386},{"source":401,"target":2},{"source":385,"target":23},{"source":385,"target":1},{"source":385,"target":403},{"source":385,"target":404},{"source":403,"target":385},{"source":403,"target":405},{"source":403,"target":406},{"source":403,"target":407},{"source":403,"target":408},{"source":405,"target":409},{"source":405,"target":403},{"source":406,"target":189},{"source":406,"target":410},{"source":406,"target":403},{"source":410,"target":189},{"source":407,"target":411},{"source":407,"target":412},{"source":407,"target":403},{"source":412,"target":411},{"source":408,"target":9},{"source":408,"target":413},{"source":408,"target":403},{"source":413,"target":9},{"source":404,"target":1},{"source":59,"target":23},{"source":59,"target":414},{"source":59,"target":415},{"source":59,"target":416},{"source":59,"target":417},{"source":414,"target":418},{"source":414,"target":59},{"source":415,"target":59},{"source":415,"target":419},{"source":419,"target":420},{"source":419,"target":415},{"source":416,"target":421},{"source":416,"target":59},{"source":417,"target":422},{"source":417,"target":59},{"source":187,"target":23},{"source":187,"target":1},{"source":187,"target":423},{"source":187,"target":424},{"source":423,"target":2},{"source":423,"target":425},{"source":423,"target":187},{"source":425,"target":2},{"source":424,"target":1},{"source":386,"target":23},{"source":386,"target":426},{"source":386,"target":427},{"source":386,"target":428},{"source":426,"target":386},{"source":427,"target":386},{"source":428,"target":386},{"source":44,"target":23},{"source":44,"target":429},{"source":44,"target":430},{"source":44,"target":431},{"source":44,"target":432},{"source":44,"target":433},{"source":44,"target":434},{"source":429,"target":435},{"source":429,"target":44},{"source":430,"target":436},{"source":430,"target":44},{"source":431,"target":437},{"source":431,"target":44},{"source":432,"target":438},{"source":432,"target":44},{"source":433,"target":439},{"source":433,"target":44},{"source":434,"target":440},{"source":434,"target":44},{"source":387,"target":23},{"source":387,"target":59},{"source":387,"target":441},{"source":387,"target":442},{"source":441,"target":443},{"source":441,"target":387},{"source":442,"target":59},{"source":388,"target":23},{"source":388,"target":59},{"source":388,"target":444},{"source":388,"target":445},{"source":444,"target":446},{"source":444,"target":388},{"source":445,"target":59},{"source":389,"target":23},{"source":389,"target":59},{"source":389,"target":447},{"source":389,"target":448},{"source":447,"target":449},{"source":447,"target":389},{"source":448,"target":59},{"source":390,"target":23},{"source":390,"target":59},{"source":390,"target":450},{"source":390,"target":451},{"source":450,"target":452},{"source":450,"target":390},{"source":451,"target":59},{"source":391,"target":23},{"source":391,"target":59},{"source":391,"target":453},{"source":391,"target":454},{"source":453,"target":455},{"source":453,"target":391},{"source":454,"target":59},{"source":392,"target":23},{"source":392,"target":59},{"source":392,"target":456},{"source":392,"target":457},{"source":456,"target":458},{"source":456,"target":392},{"source":457,"target":59},{"source":393,"target":23},{"source":393,"target":59},{"source":393,"target":459},{"source":393,"target":460},{"source":459,"target":461},{"source":459,"target":393},{"source":460,"target":59},{"source":394,"target":23},{"source":394,"target":59},{"source":394,"target":462},{"source":394,"target":463},{"source":462,"target":464},{"source":462,"target":394},{"source":463,"target":59},{"source":395,"target":23},{"source":395,"target":59},{"source":395,"target":465},{"source":395,"target":466},{"source":465,"target":467},{"source":465,"target":395},{"source":466,"target":59},{"source":396,"target":23},{"source":396,"target":468},{"source":396,"target":469},{"source":468,"target":3},{"source":468,"target":470},{"source":468,"target":396},{"source":470,"target":3},{"source":397,"target":23},{"source":397,"target":59},{"source":397,"target":471},{"source":397,"target":472},{"source":471,"target":473},{"source":471,"target":397},{"source":472,"target":59},{"source":398,"target":23},{"source":398,"target":59},{"source":398,"target":474},{"source":398,"target":475},{"source":474,"target":476},{"source":474,"target":398},{"source":475,"target":59},{"source":399,"target":23},{"source":399,"target":59},{"source":399,"target":477},{"source":399,"target":478},{"source":477,"target":479},{"source":477,"target":399},{"source":478,"target":59},{"source":24,"target":189},{"source":24,"target":322},{"source":24,"target":318},{"source":24,"target":125},{"source":24,"target":169},{"source":24,"target":180},{"source":24,"target":175},{"source":24,"target":177},{"source":24,"target":171},{"source":24,"target":275},{"source":24,"target":411},{"source":24,"target":0},{"source":189,"target":24},{"source":322,"target":24},{"source":318,"target":24},{"source":125,"target":24},{"source":169,"target":24},{"source":180,"target":24},{"source":175,"target":24},{"source":177,"target":24},{"source":171,"target":24},{"source":275,"target":24},{"source":411,"target":24},{"source":25,"target":480},{"source":25,"target":481},{"source":25,"target":482},{"source":25,"target":483},{"source":25,"target":484},{"source":25,"target":485},{"source":25,"target":0},{"source":480,"target":25},{"source":480,"target":8},{"source":480,"target":486},{"source":486,"target":8},{"source":481,"target":25},{"source":481,"target":8},{"source":481,"target":487},{"source":481,"target":488},{"source":487,"target":16},{"source":487,"target":489},{"source":487,"target":481},{"source":489,"target":16},{"source":488,"target":8},{"source":482,"target":25},{"source":482,"target":8},{"source":482,"target":490},{"source":482,"target":491},{"source":490,"target":492},{"source":490,"target":482},{"source":491,"target":8},{"source":483,"target":25},{"source":483,"target":8},{"source":483,"target":493},{"source":483,"target":494},{"source":493,"target":8},{"source":493,"target":495},{"source":493,"target":483},{"source":495,"target":8},{"source":494,"target":8},{"source":484,"target":25},{"source":484,"target":483},{"source":484,"target":496},{"source":496,"target":483},{"source":485,"target":25},{"source":485,"target":483},{"source":485,"target":497},{"source":497,"target":483},{"source":26,"target":498},{"source":26,"target":0},{"source":498,"target":26},{"source":498,"target":10},{"source":498,"target":499},{"source":498,"target":500},{"source":499,"target":501},{"source":499,"target":498},{"source":500,"target":10}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="abapgitrepositories" nsURI="http://www.sap.com/adt/abapgit/repositories" nsPrefix="abapgitrepo"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;Schema definition for&#xA;&#x9;&#x9;&#x9;ABAP Development Tools core types&#xA;&#xA;&#x9;&#x9;&#x9;Author: SAP AG&#xA;&#x9;&#x9;&#x9;Copyright (c) 2009 by&#xA;&#x9;&#x9;&#x9;SAP AG&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;Schema definition for&#xA;&#x9;&#x9;&#x9;ATOM links&#xA;&#xA;&#x9;&#x9;&#x9;Author: SAP AG&#xA;&#x9;&#x9;&#x9;Copyright (c) 2011 by&#xA;&#x9;&#x9;&#x9;SAP AG&#xA;&#x9;&#x9;&#xA;&#xA; See http://www.w3.org/XML/1998/namespace.html and&#xA; http://www.w3.org/TR/REC-xml for information about this namespace.&#xA;&#xA; This schema document describes the XML namespace, in a form&#xA; suitable for import by other schema documents. &#xA;&#xA; Note that local names in this namespace are intended to be defined&#xA; only by the World Wide Web Consortium or its subgroups. The&#xA; following names are currently defined in this namespace and should&#xA; not be used with conflicting semantics by any Working Group,&#xA; specification, or document instance:&#xA;&#xA; base (as an attribute name): denotes an attribute whose value&#xA; provides a URI to be used as the base for interpreting any&#xA; relative URIs in the scope of the element on which it&#xA; appears; its value is inherited. This name is reserved&#xA; by virtue of its definition in the XML Base specification.&#xA;&#xA; lang (as an attribute name): denotes an attribute whose value&#xA; is a language code for the natural language of the content of&#xA; any element; its value is inherited. This name is reserved&#xA; by virtue of its definition in the XML specification.&#xA; &#xA; space (as an attribute name): denotes an attribute whose&#xA; value is a keyword indicating what whitespace processing&#xA; discipline is intended for the content of the element; its&#xA; value is inherited. This name is reserved by virtue of its&#xA; definition in the XML specification.&#xA;&#xA; Father (in any context at all): denotes Jon Bosak, the chair of &#xA; the original XML Working Group. This name is reserved by &#xA; the following decision of the W3C XML Plenary and &#xA; XML Coordination groups:&#xA;&#xA; In appreciation for his vision, leadership and dedication&#xA; the W3C XML Plenary on this 10th day of February, 2000&#xA; reserves for Jon Bosak in perpetuity the XML name&#xA; xml:Father&#xA; &#xA;This schema defines attributes and an attribute group&#xA; suitable for use by&#xA; schemas wishing to allow xml:base, xml:lang or xml:space attributes&#xA; on elements they define.&#xA;&#xA; To enable this, such a schema must import this schema&#xA; for the XML namespace, e.g. as follows:&#xA; &lt;schema . . .>&#xA; . . .&#xA; &lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xA; schemaLocation=&quot;http://www.w3.org/2001/03/xml.xsd&quot;/>&#xA;&#xA; Subsequently, qualified reference to any of the attributes&#xA; or the group defined below will have the desired effect, e.g.&#xA;&#xA; &lt;type . . .>&#xA; . . .&#xA; &lt;attributeGroup ref=&quot;xml:specialAttrs&quot;/>&#xA; &#xA; will define a type which will schema-validate an instance&#xA; element with any of those attributes&#xA;In keeping with the XML Schema WG's standard versioning&#xA; policy, this schema document will persist at&#xA; http://www.w3.org/2001/03/xml.xsd.&#xA; At the date of issue it can also be found at&#xA; http://www.w3.org/2001/xml.xsd.&#xA; The schema document at that URI may however change in the future,&#xA; in order to remain compatible with the latest version of XML Schema&#xA; itself. In other words, if the XML Schema namespace changes, the version&#xA; of this document at&#xA; http://www.w3.org/2001/xml.xsd will change&#xA; accordingly; the version at&#xA; http://www.w3.org/2001/03/xml.xsd will not change.&#xA; "/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Repository"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="repository"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="ecore:EClass ../../com.sap.adt.tools.core.base/model/atom.ecore#//AtomLink" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="http://www.w3.org/2005/Atom"/> <details key="name" value="link"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="package"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="url"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="branchName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdBy" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="createdBy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="createdEmail"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdAt" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="createdAt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deserializedAt" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="deserializedAt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deserializedEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="deserializedEmail"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deserializedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="deserializedBy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="status"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusText" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="statusText"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteUser" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="remoteUser"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remotePassword" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="remotePassword"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transportRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="transportRequest"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repositories"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="repositories"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1" eType="#//Repository" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="repository"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> <details key="name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="repositories" eType="#//Repositories" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="repositories"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Repository" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="repository"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/abapGit/ADT_Frontend/org.abapgit.adt.backend/model/abapgitrepositories.ecore
ecore
abapgitrepositories Repository links key package url branchName createdBy createdEmail createdAt deserializedAt deserializedEmail deserializedBy status statusText remoteUser remotePassword transportRequest Repositories repositories DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation repositories repository
null
{"directed":true,"nodes":[{"nsPrefix":"abapgitrepo","nsURI":"http://www.sap.com/adt/abapgit/repositories","name":"abapgitrepositories","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repositories","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":false,"lowerBound":0,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branchName","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdBy","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdEmail","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdAt","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deserializedAt","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deserializedEmail","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deserializedBy","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusText","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteUser","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remotePassword","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transportRequest","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repositories","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"repositories","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"repository","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":true},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":4,"target":20},{"source":4,"target":1},{"source":5,"target":21},{"source":5,"target":1},{"source":6,"target":22},{"source":6,"target":1},{"source":7,"target":23},{"source":7,"target":1},{"source":8,"target":24},{"source":8,"target":1},{"source":9,"target":25},{"source":9,"target":1},{"source":10,"target":26},{"source":10,"target":1},{"source":11,"target":27},{"source":11,"target":1},{"source":12,"target":28},{"source":12,"target":1},{"source":13,"target":29},{"source":13,"target":1},{"source":14,"target":30},{"source":14,"target":1},{"source":15,"target":31},{"source":15,"target":1},{"source":16,"target":32},{"source":16,"target":1},{"source":17,"target":33},{"source":17,"target":1},{"source":18,"target":34},{"source":18,"target":1},{"source":19,"target":35},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":1},{"source":36,"target":37},{"source":36,"target":2},{"source":37,"target":1},{"source":3,"target":0},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":38,"target":43},{"source":38,"target":3},{"source":39,"target":44},{"source":39,"target":3},{"source":40,"target":45},{"source":40,"target":3},{"source":41,"target":2},{"source":41,"target":46},{"source":41,"target":3},{"source":46,"target":2},{"source":42,"target":1},{"source":42,"target":47},{"source":42,"target":3},{"source":47,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ordered_annotation" nsURI="http://sdfsad.com" nsPrefix="some"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eOperations name="a" eType="//A"/> <eOperations name="orda" eType="//A"/> <eOperations name="norda" ordered="false" eType="//A"/> <eOperations name="ap" eType="//A"> <eParameters name="x"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eParameters> </eOperations> <eOperations name="apord" eType="//A"> <eParameters name="x"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eParameters> </eOperations> <eOperations name="apnord" eType="//A"> <eParameters name="x" ordered="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordx"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nordx" ordered="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xarr" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordxarr" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nordxarr" ordered="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xxcoll" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordxxcoll" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nordxxcoll" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xxlist" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordxxlist" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xxset" ordered="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordxxset" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nordxxset" ordered="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mcoll" ordered="false" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordmcoll" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nordmcoll" ordered="false" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mlist" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordmlist" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mset" ordered="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordmset" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nordmset" ordered="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/abreslav/java2ecore/org.abreslav.java2ecore.tests/model.expected/ordered_annotation.ecore
ecore
ordered_annotation A a orda norda ap x apord x apnord x x ordx nordx xarr ordxarr nordxarr xxcoll ordxxcoll nordxxcoll xxlist ordxxlist xxset ordxxset nordxxset mcoll ordmcoll nordmcoll mlist ordmlist mset ordmset nordmset
null
{"directed":true,"nodes":[{"nsPrefix":"some","nsURI":"http://sdfsad.com","name":"ordered_annotation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"a","lowerBound":0,"id":2,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"orda","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"norda","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ap","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"apord","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"apnord","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordx","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nordx","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xarr","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordxarr","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nordxarr","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"xxcoll","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ordxxcoll","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nordxxcoll","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"xxlist","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ordxxlist","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xxset","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordxxset","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nordxxset","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mcoll","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ordmcoll","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nordmcoll","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mlist","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ordmlist","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mset","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordmset","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nordmset","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":2,"target":1},{"source":2,"target":30},{"source":2,"target":1},{"source":30,"target":1},{"source":3,"target":1},{"source":3,"target":31},{"source":3,"target":1},{"source":31,"target":1},{"source":4,"target":1},{"source":4,"target":32},{"source":4,"target":1},{"source":32,"target":1},{"source":5,"target":1},{"source":5,"target":33},{"source":5,"target":1},{"source":5,"target":34},{"source":33,"target":1},{"source":34,"target":35},{"source":34,"target":5},{"source":6,"target":1},{"source":6,"target":36},{"source":6,"target":1},{"source":6,"target":37},{"source":36,"target":1},{"source":37,"target":38},{"source":37,"target":6},{"source":7,"target":1},{"source":7,"target":39},{"source":7,"target":1},{"source":7,"target":40},{"source":39,"target":1},{"source":40,"target":41},{"source":40,"target":7},{"source":8,"target":42},{"source":8,"target":1},{"source":9,"target":43},{"source":9,"target":1},{"source":10,"target":44},{"source":10,"target":1},{"source":11,"target":45},{"source":11,"target":1},{"source":12,"target":46},{"source":12,"target":1},{"source":13,"target":47},{"source":13,"target":1},{"source":14,"target":48},{"source":14,"target":1},{"source":15,"target":49},{"source":15,"target":1},{"source":16,"target":50},{"source":16,"target":1},{"source":17,"target":51},{"source":17,"target":1},{"source":18,"target":52},{"source":18,"target":1},{"source":19,"target":53},{"source":19,"target":1},{"source":20,"target":54},{"source":20,"target":1},{"source":21,"target":55},{"source":21,"target":1},{"source":22,"target":56},{"source":22,"target":1},{"source":23,"target":57},{"source":23,"target":1},{"source":24,"target":58},{"source":24,"target":1},{"source":25,"target":59},{"source":25,"target":1},{"source":26,"target":60},{"source":26,"target":1},{"source":27,"target":61},{"source":27,"target":1},{"source":28,"target":62},{"source":28,"target":1},{"source":29,"target":63},{"source":29,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ewe" nsURI="ewe" nsPrefix="ewe"> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eAnnotations source="gmf.diagram"> <details key="note" value="Root class"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" lowerBound="1" upperBound="-1" eType="#//Target" containment="true" eOpposite="#//Target/containingProject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultTarget" lowerBound="1" eType="#//Target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="border.width" value="2"/> <details key="border.color" value="0,0,0"/> <details key="color" value="249,249,213"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="follows" eType="#//Task" eOpposite="#//Task/follower"> <eAnnotations source="gmf.link"> <details key="label" value="follows"/> <details key="target.decoration" value="arrow"/> <details key="style" value="dash"/> <details key="width" value="2"/> <details key="tool.small.bundle" value="Epsilon_Workflow_Editor.edit"/> <details key="tool.small.path" value="icons/full/obj16/Follows.gif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="follower" eType="#//Task" eOpposite="#//Task/follows"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="taskelements" upperBound="-1" eType="#//NestedElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EpsilonTask" abstract="true" eSuperTypes="#//Task"/> <eClassifiers xsi:type="ecore:EClass" name="LoadModelTask" eSuperTypes="#//EpsilonTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Load Model Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParameterNestedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoreModelTask" eSuperTypes="#//EpsilonTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Store Model Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="model" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterNestedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableNestedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="as" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExportsNestedElement" eSuperTypes="#//VariableNestedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UsesNestedElement" eSuperTypes="#//VariableNestedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ModelNestedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="as" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableModelTask" abstract="true" eSuperTypes="#//EpsilonTask"> <eAnnotations source="gmf.node"> <details key="label" value="src"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1" eType="#//ExportsNestedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//UsesNestedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1" eType="#//ModelNestedElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RollbackTransactionTask" eSuperTypes="#//EpsilonTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Rollback Transaction Task"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisposeModelTask" eSuperTypes="#//EpsilonTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Dispose Model Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="model" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartTransactionTask" eSuperTypes="#//EpsilonTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Start Transaction Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="models" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EolTask" eSuperTypes="#//ExecutableModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="EOL Task"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmlTask" eSuperTypes="#//ExecutableModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="EML Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useMatchTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportTransformationTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportMergeTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EglTask" eSuperTypes="#//ExecutableModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="EGL Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EtlTask" eSuperTypes="#//ExecutableModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="ETL Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportTransformationTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvlTask" eSuperTypes="#//ExecutableModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="EVL Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failOnErrors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failOnWarnings" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportAsModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportConstraintTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommitTransactionTask" eSuperTypes="#//EpsilonTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Commit Transaction Task"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Target"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="border.width" value="2"/> <details key="border.color" value="0,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="targetTasks" lowerBound="1" upperBound="-1" eType="#//Task" containment="true"> <eAnnotations source="gmf.compartment"> <details key="note" value="targetTasks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containingProject" lowerBound="1" eType="#//Project" eOpposite="#//Project/targets"> <eAnnotations source="gmf.compartment"> <details key="note" value="targets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="depends" upperBound="-1" eType="#//Target"> <eAnnotations source="gmf.link"> <details key="label" value="depends"/> <details key="target.decoration" value="filledclosedarrow"/> <details key="style" value="dash"/> <details key="width" value="3"/> <details key="tool.small.bundle" value="Epsilon_Workflow_Editor.edit"/> <details key="tool.small.path" value="icons/full/obj16/Depends.gif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoadEMFModelTask" eSuperTypes="#//LoadModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Load EMF Model Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelFile" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMetamodelFileBased" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnLoad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storeOnDisposal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedElement" eSuperTypes="#//Task"/> <eClassifiers xsi:type="ecore:EClass" name="FlockTask" eSuperTypes="#//ExecutableModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Flock Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="migratedModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EUnitTask" eSuperTypes="#//ExecutableModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="EUnit Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failOnErrors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="report" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="no"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toDir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EclTask" eSuperTypes="#//ExecutableModelTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="ECL Task"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useMatchTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportMatchTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisposeModelsTask" eSuperTypes="#//EpsilonTask"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Dispose Models Task"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/epsilonlabs/epsilonlabs/Epsilon_Workflow_Editor/model/epsilon_workflow_editor.ecore
ecore
ewe Project name targets defaultTarget Task name follows follower attributes taskelements EpsilonTask LoadModelTask parameters type StoreModelTask model target ParameterNestedElement name value VariableNestedElement ref as optional ExportsNestedElement UsesNestedElement ModelNestedElement ref as ExecutableModelTask src exports uses models RollbackTransactionTask DisposeModelTask model StartTransactionTask models EolTask EmlTask useMatchTrace exportTransformationTrace exportMergeTrace EglTask target EtlTask exportTransformationTrace EvlTask failOnErrors failOnWarnings exportAsModel exportConstraintTrace CommitTransactionTask Target targetTasks name containingProject depends description LoadEMFModelTask modelFile metamodelFile isMetamodelFileBased readOnLoad metamodelUri storeOnDisposal Attribute name value NestedElement FlockTask originalModel migratedModel EUnitTask failOnErrors report no toDir package EclTask useMatchTrace exportMatchTrace DisposeModelsTask
null
{"directed":true,"nodes":[{"nsPrefix":"ewe","nsURI":"ewe","name":"ewe","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EpsilonTask","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadModelTask","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreModelTask","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterNestedElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableNestedElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExportsNestedElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsesNestedElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelNestedElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableModelTask","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RollbackTransactionTask","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisposeModelTask","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartTransactionTask","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolTask","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmlTask","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EglTask","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EtlTask","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvlTask","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommitTransactionTask","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadEMFModelTask","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlockTask","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EUnitTask","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclTask","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisposeModelsTask","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingProject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"follows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"follower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taskelements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"as","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"as","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"useMatchTrace","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exportTransformationTrace","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exportMergeTrace","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exportTransformationTrace","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failOnErrors","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failOnWarnings","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exportAsModel","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"exportConstraintTrace","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetTasks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"modelFile","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodelFile","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMetamodelFileBased","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readOnLoad","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodelUri","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storeOnDisposal","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalModel","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"migratedModel","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failOnErrors","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"no","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"no","unsettable":false,"transient":false,"unique":true,"name":"report","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toDir","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"useMatchTrace","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exportMatchTrace","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":1},{"source":30,"target":21},{"source":30,"target":33},{"source":30,"target":1},{"source":30,"target":34},{"source":33,"target":21},{"source":31,"target":21},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":21},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":36,"target":41},{"source":36,"target":2},{"source":37,"target":2},{"source":37,"target":42},{"source":37,"target":2},{"source":37,"target":38},{"source":42,"target":2},{"source":38,"target":2},{"source":38,"target":43},{"source":38,"target":2},{"source":38,"target":37},{"source":43,"target":2},{"source":39,"target":23},{"source":39,"target":44},{"source":39,"target":2},{"source":44,"target":23},{"source":40,"target":24},{"source":40,"target":45},{"source":40,"target":2},{"source":45,"target":24},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":46},{"source":46,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":47,"target":6},{"source":47,"target":50},{"source":47,"target":4},{"source":50,"target":6},{"source":48,"target":51},{"source":48,"target":4},{"source":49,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":52,"target":55},{"source":52,"target":5},{"source":53,"target":56},{"source":53,"target":5},{"source":54,"target":3},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":57,"target":59},{"source":57,"target":6},{"source":58,"target":60},{"source":58,"target":6},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":61,"target":64},{"source":61,"target":7},{"source":62,"target":65},{"source":62,"target":7},{"source":63,"target":66},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":67},{"source":67,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":68,"target":7},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":71},{"source":69,"target":10},{"source":70,"target":72},{"source":70,"target":10},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":73,"target":78},{"source":73,"target":11},{"source":74,"target":8},{"source":74,"target":79},{"source":74,"target":11},{"source":79,"target":8},{"source":75,"target":9},{"source":75,"target":80},{"source":75,"target":11},{"source":80,"target":9},{"source":76,"target":10},{"source":76,"target":81},{"source":76,"target":11},{"source":81,"target":10},{"source":77,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":82},{"source":82,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":83},{"source":13,"target":84},{"source":83,"target":85},{"source":83,"target":13},{"source":84,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":86},{"source":14,"target":87},{"source":86,"target":88},{"source":86,"target":14},{"source":87,"target":3},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":89},{"source":89,"target":11},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":16,"target":93},{"source":90,"target":94},{"source":90,"target":16},{"source":91,"target":95},{"source":91,"target":16},{"source":92,"target":96},{"source":92,"target":16},{"source":93,"target":11},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":97},{"source":17,"target":98},{"source":97,"target":99},{"source":97,"target":17},{"source":98,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":100},{"source":18,"target":101},{"source":100,"target":102},{"source":100,"target":18},{"source":101,"target":11},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":103},{"source":19,"target":104},{"source":19,"target":105},{"source":19,"target":106},{"source":19,"target":107},{"source":103,"target":108},{"source":103,"target":19},{"source":104,"target":109},{"source":104,"target":19},{"source":105,"target":110},{"source":105,"target":19},{"source":106,"target":111},{"source":106,"target":19},{"source":107,"target":11},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":112},{"source":112,"target":3},{"source":21,"target":0},{"source":21,"target":113},{"source":21,"target":114},{"source":21,"target":34},{"source":21,"target":115},{"source":21,"target":116},{"source":113,"target":2},{"source":113,"target":117},{"source":113,"target":21},{"source":117,"target":2},{"source":114,"target":118},{"source":114,"target":21},{"source":34,"target":1},{"source":34,"target":119},{"source":34,"target":21},{"source":34,"target":30},{"source":119,"target":1},{"source":115,"target":21},{"source":115,"target":120},{"source":115,"target":21},{"source":120,"target":21},{"source":116,"target":121},{"source":116,"target":21},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":122},{"source":22,"target":123},{"source":22,"target":124},{"source":22,"target":125},{"source":22,"target":126},{"source":22,"target":127},{"source":22,"target":128},{"source":122,"target":129},{"source":122,"target":22},{"source":123,"target":130},{"source":123,"target":22},{"source":124,"target":131},{"source":124,"target":22},{"source":125,"target":132},{"source":125,"target":22},{"source":126,"target":133},{"source":126,"target":22},{"source":127,"target":134},{"source":127,"target":22},{"source":128,"target":4},{"source":23,"target":0},{"source":23,"target":135},{"source":23,"target":136},{"source":135,"target":137},{"source":135,"target":23},{"source":136,"target":138},{"source":136,"target":23},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":139},{"source":139,"target":2},{"source":25,"target":0},{"source":25,"target":11},{"source":25,"target":140},{"source":25,"target":141},{"source":25,"target":142},{"source":140,"target":143},{"source":140,"target":25},{"source":141,"target":144},{"source":141,"target":25},{"source":142,"target":11},{"source":26,"target":0},{"source":26,"target":11},{"source":26,"target":145},{"source":26,"target":146},{"source":26,"target":147},{"source":26,"target":148},{"source":26,"target":149},{"source":145,"target":150},{"source":145,"target":26},{"source":146,"target":151},{"source":146,"target":26},{"source":147,"target":152},{"source":147,"target":26},{"source":148,"target":153},{"source":148,"target":26},{"source":149,"target":11},{"source":27,"target":0},{"source":27,"target":11},{"source":27,"target":154},{"source":27,"target":155},{"source":27,"target":156},{"source":154,"target":157},{"source":154,"target":27},{"source":155,"target":158},{"source":155,"target":27},{"source":156,"target":11},{"source":28,"target":0},{"source":28,"target":3},{"source":28,"target":159},{"source":159,"target":3}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spem" nsURI="http://www.thalesgroup.com/spem/2.0" nsPrefix="spem"> <eAnnotations source="add-ons"> <details key="uma" value="WorkProductUseRelationship"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//Kind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//ExtensibleElement"/> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinitionPerformer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkDefinition" eType="#//WorkDefinition" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preCondition" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postCondition" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//WorkDefinitionParameter" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="TODO"> <details key="implem" value="isDerived"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinitionParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ParameterDirectionKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakdownElement" abstract="true" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMultipleOccurrences" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPlanned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="planningData" eType="#//PlanningData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkBreakdownElement" abstract="true" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRepeatable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOngoing" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEventDriven" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkToPredecessor" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkToSuccessor" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkKind" ordered="false" eType="#//WorkSequenceKind" defaultValueLiteral="finishToStart"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkBreakdownElement" eOpposite="#//WorkBreakdownElement/linkToSuccessor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkBreakdownElement" eOpposite="#//WorkBreakdownElement/linkToPredecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceKind"> <eLiterals name="finishToStart"/> <eLiterals name="finishToFinish" value="1"/> <eLiterals name="startToStart" value="2"/> <eLiterals name="startToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//WorkDefinition #//WorkBreakdownElement #//VariabilityElement"> <eAnnotations source="add-ons"> <details key="uma" value="isEnactable"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useKind" ordered="false" lowerBound="1" eType="#//ActivityUseKind" defaultValueLiteral="na"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedActivity" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedBreakdownElement" upperBound="-1" eType="#//BreakdownElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suppressedBreakdownElement" upperBound="-1" eType="#//BreakdownElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessParameter" upperBound="-1" eType="#//ProcessParameter" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultContext" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validContext" upperBound="-1" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnactable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActivityUseKind"> <eLiterals name="na"/> <eLiterals name="extension" value="1"/> <eLiterals name="localContribution" value="2"/> <eLiterals name="localReplacement" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPerformer" eSuperTypes="#//WorkDefinitionPerformer #//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleUse" lowerBound="1" upperBound="-1" eType="#//RoleUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedActivity" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedTaskUse" eType="#//TaskUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//RoleDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessResponsibilityAssignment" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleUse" lowerBound="1" upperBound="-1" eType="#//RoleUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkProductUse" lowerBound="1" eType="#//WorkProductUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="workProduct" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductUseRelationship" eSuperTypes="#//BreakdownElement"> <eAnnotations source="add-ons"> <details key="uma" value="relationshipkind"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipKind" lowerBound="1" eType="#//WorkProductRelationshipKind" defaultValueLiteral="impactedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessParameter" eSuperTypes="#//WorkDefinitionParameter #//BreakdownElement"> <eAnnotations source="add-ons"> <details key="Thales R&amp;T" value="optionality (bug in the spec)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionality" eType="#//OptionalityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Milestone" eSuperTypes="#//WorkBreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResult" upperBound="-1" eType="#//WorkProductUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true" eSuperTypes="#//DescribableElement #//ProcessPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="processKind" eType="#//ProcessKind" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescribableElement" abstract="true" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="add-ons"> <details key="uma" value="category, copyright, author, changeDate, changeDescription, version"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="briefDescription" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mainDescription" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guidance" upperBound="-1" eType="#//Guidance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metric" upperBound="-1" eType="#//Metric"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//Category" eOpposite="#//Category/categorizedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyright" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subCategory" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categorizedElement" upperBound="-1" eType="#//DescribableElement" eOpposite="#//DescribableElement/category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EClass" name="Metric" eSuperTypes="#//DescribableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentElement" abstract="true" eSuperTypes="#//DescribableElement #//MethodContentPackageableElement #//VariabilityElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodContentKind" eType="#//MethodContentKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolDefinition" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="managedWorkProduct" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDefinition" eSuperTypes="#//WorkDefinition #//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTaskDefinitionParameter" upperBound="-1" eType="#//Default_TaskDefinitionParameter" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedTool" upperBound="-1" eType="#//ToolDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="step" upperBound="-1" eType="#//Step" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#//WorkDefinition #//DescribableElement #//VariabilityElement"> <eAnnotations source="add-ons"> <details key="Thales R&amp;T" value="predecessor, successor in order to replace Section metaclass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" eType="#//Step" eOpposite="#//Step/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" eType="#//Step" eOpposite="#//Step/predecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinition" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinition" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synonym" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinitionRelationship" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//WorkProductDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_TaskDefinitionPerformer" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedTaskDefinition" lowerBound="1" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleDefinition" lowerBound="1" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_ResponsibilityAssignment" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleDefinition" lowerBound="1" upperBound="-1" eType="#//RoleDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkProductDefinition" lowerBound="1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_TaskDefinitionParameter" eSuperTypes="#//WorkDefinitionParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" eType="#//WorkProductDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionality" eType="#//OptionalityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Qualification" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EEnum" name="OptionalityKind"> <eLiterals name="mandatory"/> <eLiterals name="optional" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentPackageableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPackageableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentPackage" eSuperTypes="#//MethodContentPackageableElement #//MethodPluginPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMethodContentMember" upperBound="-1" eType="#//MethodContentPackageableElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedPackage" upperBound="-1" eType="#//MethodContentPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPackage" eSuperTypes="#//ProcessPackageableElement #//MethodPluginPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessMember" upperBound="-1" eType="#//ProcessPackageableElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentKind" abstract="true" eSuperTypes="#//MethodContentElement #//Kind"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessKind" abstract="true" eSuperTypes="#//ProcessElement #//Kind"/> <eClassifiers xsi:type="ecore:EClass" name="PlanningData" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finishDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentUse" abstract="true" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSynchronizedWithSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskUse" eSuperTypes="#//MethodContentUse #//WorkBreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedQualification" upperBound="-1" eType="#//Qualification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedStep" upperBound="-1" eType="#//Step"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessParameter" upperBound="-1" eType="#//ProcessParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeRole" eSuperTypes="#//RoleUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedRole" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TeamProfile" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subTeam" upperBound="-1" eType="#//TeamProfile" containment="true" resolveProxies="false" eOpposite="#//TeamProfile/superTeam"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superTeam" eType="#//TeamProfile" eOpposite="#//TeamProfile/subTeam"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teamRole" upperBound="-1" eType="#//RoleUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariabilityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityType" eType="#//VariabilityType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variabilityBasedOnElement" eType="#//VariabilityElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponent" eSuperTypes="#//ProcessPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//Activity" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPort" upperBound="-1" eType="#//WorkProductPort" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponentUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="processComponent" lowerBound="1" eType="#//ProcessComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedPort" upperBound="-1" eType="#//WorkProductPort" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodLibraryPackageableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodPluginPackageableElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MethodConfiguration" eSuperTypes="#//MethodLibraryPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseConfiguration" upperBound="-1" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodPluginSelection" lowerBound="1" upperBound="-1" eType="#//MethodPlugin" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processPackageSelection" upperBound="-1" eType="#//ProcessPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPackageSelection" upperBound="-1" eType="#//MethodContentPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substractedCategory" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultView" lowerBound="1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processView" upperBound="-1" eType="#//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodPlugin" eSuperTypes="#//MethodLibraryPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMethodContentPackage" upperBound="-1" eType="#//MethodContentPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessPackage" upperBound="-1" eType="#//ProcessPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basePlugin" upperBound="-1" eType="#//MethodPlugin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodLibrary"> <eAnnotations source="add-ons"> <details key="uma" value="configurationPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMethodPlugin" upperBound="-1" eType="#//MethodPlugin" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predefinedConfiguration" upperBound="-1" eType="#//MethodConfiguration" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationPackage" eType="#//MethodContentPackage" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductPort" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portKind" ordered="false" eType="#//ParameterDirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductPortConnector" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedPort" upperBound="-1" eType="#//WorkProductPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariabilityType"> <eLiterals name="na"/> <eLiterals name="contributes" value="1"/> <eLiterals name="extends" value="2"/> <eLiterals name="replaces" value="3"/> <eLiterals name="extends_replaces" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WorkProductRelationshipKind"> <eLiterals name="impactedBy" literal="impactedBy"/> <eLiterals name="composition" value="1" literal="composition"/> <eLiterals name="aggregation" value="2" literal="aggregation"/> </eClassifiers> <eSubpackages name="uma" nsURI="http://www.thalesgroup.com/spem/2.0/uma" nsPrefix="uma"> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//WorkProductUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedArtifact" upperBound="-1" eType="#//uma/Artifact" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityPattern" eSuperTypes="#//uma/Process"/> <eClassifiers xsi:type="ecore:EClass" name="Checklist" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Concept" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="CategoryPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="CustomCategory" eSuperTypes="#//Category"/> <eClassifiers xsi:type="ecore:EClass" name="Deliverable" eSuperTypes="#//WorkProductUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="deliveredProduct" upperBound="-1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packagingGuidance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedPattern" upperBound="-1" eType="#//uma/CapabilityPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usageNote" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedConnector" upperBound="-1" eType="#//WorkProductPortConnector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeliveryProcess" eSuperTypes="#//uma/Process"> <eAnnotations source="doc"> <details key="scale" value="represents the size in man.year or other equivalent units"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectCharacteristics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="riskLevel" eType="#//uma/RiskLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimatingTechnique" eType="#//uma/EstimatingTechnique"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectMemberExpertise" eType="#//uma/ExpertiseLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeOfContract" eType="#//uma/ContractKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationMaterial" upperBound="-1" eType="#//uma/SupportingMaterial"/> <eStructuralFeatures xsi:type="ecore:EReference" name="educationalMaterial" upperBound="-1" eType="#//uma/SupportingMaterial"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RiskLevel"> <eLiterals name="LOW"/> <eLiterals name="MID" value="1"/> <eLiterals name="HIGH" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EstimatingTechnique"> <eLiterals name="COST"/> <eLiterals name="TIME" value="1"/> <eLiterals name="SKILLS" value="2"/> <eLiterals name="DEFECTS" value="3"/> <eLiterals name="OTHER" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExpertiseLevel"> <eLiterals name="LOW"/> <eLiterals name="MID" value="1"/> <eLiterals name="LEVEL" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContractKind"> <eLiterals name="EXPRESS" value="1"/> <eLiterals name="IMPLIED" value="2"/> <eLiterals name="OTHER" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Discipline" eSuperTypes="#//Category"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTask" upperBound="-1" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedWorflow" upperBound="-1" eType="#//uma/Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisciplineGrouping" eSuperTypes="#//Category"/> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodConfiguration" upperBound="-2" eType="#//MethodConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodLibrary" upperBound="-2" eType="#//MethodLibrary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MethodPlugin" upperBound="-2" eType="#//MethodPlugin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//Category"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedProduct" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EstimatingConsideration" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Example" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Outcome" eSuperTypes="#//WorkProductUse"/> <eClassifiers xsi:type="ecore:EClass" name="Phase" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Practice" eSuperTypes="#//Guidance"> <eStructuralFeatures xsi:type="ecore:EReference" name="subPractice" upperBound="-1" eType="#//uma/Practice" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedActivity" upperBound="-1" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentReference" upperBound="-1" eType="#//MethodContentElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalInfo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="application" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="goal" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="levelOfAdoption" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="problem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPlanningTemplate" eSuperTypes="#//uma/Process"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseProcess" upperBound="-1" eType="#//uma/Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Report" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="ReusableAsset" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Roadmap" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="TermDefinition" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="ToolMentor" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Whitepaper" eSuperTypes="#//uma/Concept"/> <eClassifiers xsi:type="ecore:EClass" name="Guideline" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="SupportingMaterial" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="TaskDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="GuidancePackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DisciplinePackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DomainPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductKindPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="RoleSetPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ToolDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationPackage" eSuperTypes="#//MethodContentPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfiguration" upperBound="-1" eType="#//MethodConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityPatternPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DeliveryProcessPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="RoleSet" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualificationPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponentPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductKind" eSuperTypes="#//Kind #//MethodContentElement"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/spem2.ecore
ecore
spem ExtensibleElement kind Kind WorkDefinitionPerformer linkedWorkDefinition WorkDefinition preCondition postCondition ownedParameter WorkDefinitionParameter direction ParameterDirectionKind in in out out inout inout BreakdownElement hasMultipleOccurrences false isOptional false isPlanned false planningData WorkBreakdownElement isRepeatable false isOngoing false isEventDriven false linkToPredecessor linkToSuccessor WorkSequence linkKind finishToStart predecessor successor WorkSequenceKind finishToStart finishToStart finishToFinish finishToFinish startToStart startToStart startToFinish startToFinish Activity useKind na usedActivity nestedBreakdownElement suppressedBreakdownElement ownedProcessParameter defaultContext validContext isEnactable ActivityUseKind na na extension extension localContribution localContribution localReplacement localReplacement ProcessPerformer linkedRoleUse linkedActivity linkedTaskUse RoleUse role appliedQualification ProcessResponsibilityAssignment linkedRoleUse linkedWorkProductUse WorkProductUse workProduct WorkProductUseRelationship source target relationshipKind impactedBy ProcessParameter parameterType optionality Milestone requiredResult ProcessElement processKind DescribableElement presentationName briefDescription mainDescription purpose guidance metric category copyright author changeDate changeDescription version Category subCategory categorizedElement Guidance Metric expression MethodContentElement methodContentKind ToolDefinition managedWorkProduct TaskDefinition ownedTaskDefinitionParameter usedTool step requiredQualification Step name predecessor successor WorkProductDefinition RoleDefinition synonym providedQualification WorkProductDefinitionRelationship source target Default_TaskDefinitionPerformer linkedTaskDefinition linkedRoleDefinition Default_ResponsibilityAssignment linkedRoleDefinition linkedWorkProductDefinition Default_TaskDefinitionParameter name parameterType optionality Qualification OptionalityKind mandatory mandatory optional optional MethodContentPackageableElement name ProcessPackageableElement name MethodContentPackage ownedMethodContentMember reusedPackage ProcessPackage ownedProcessMember MethodContentKind ProcessKind PlanningData startDate finishDate rank duration MethodContentUse isSynchronizedWithSource TaskUse task usedQualification selectedStep ownedProcessParameter preCondition postCondition CompositeRole aggregatedRole TeamProfile subTeam superTeam teamRole VariabilityElement variabilityType variabilityBasedOnElement ProcessComponent process ownedPort ProcessComponentUse processComponent usedPort MethodLibraryPackageableElement name MethodPluginPackageableElement MethodConfiguration baseConfiguration methodPluginSelection processPackageSelection contentPackageSelection substractedCategory defaultView processView MethodPlugin ownedMethodContentPackage ownedProcessPackage basePlugin MethodLibrary name ownedMethodPlugin predefinedConfiguration configurationPackage WorkProductPort isOptional false portKind portType WorkProductPortConnector connectedPort VariabilityType na na contributes contributes extends extends replaces replaces extends_replaces extends_replaces WorkProductRelationshipKind impactedBy impactedBy composition composition aggregation aggregation uma Artifact containedArtifact CapabilityPattern Checklist Concept CategoryPackage CustomCategory Deliverable deliveredProduct externalDescription packagingGuidance Process includedPattern scope usageNote includedConnector DeliveryProcess scale projectCharacteristics riskLevel estimatingTechnique projectMemberExpertise typeOfContract communicationMaterial educationalMaterial RiskLevel LOW LOW MID MID HIGH HIGH EstimatingTechnique COST COST TIME TIME SKILLS SKILLS DEFECTS DEFECTS OTHER OTHER ExpertiseLevel LOW LOW MID MID LEVEL LEVEL ContractKind EXPRESS EXPRESS IMPLIED IMPLIED OTHER OTHER Discipline relatedTask relatedWorflow DisciplineGrouping Root methodConfiguration methodLibrary MethodPlugin Domain relatedProduct EstimatingConsideration Example Iteration Outcome Phase Practice subPractice referencedActivity contentReference additionalInfo application background goal levelOfAdoption problem ProcessPlanningTemplate baseProcess Report ReusableAsset Roadmap Template TermDefinition ToolMentor Whitepaper Guideline SupportingMaterial RoleDefinitionPackage TaskDefinitionPackage WorkProductDefinitionPackage GuidancePackage DisciplinePackage DomainPackage WorkProductKindPackage RoleSetPackage ToolDefinitionPackage ConfigurationPackage ownedConfiguration CapabilityPatternPackage DeliveryProcessPackage RoleSet role QualificationPackage ProcessComponentPackage WorkProductKind
null
{"directed":true,"nodes":[{"nsPrefix":"spem","nsURI":"http://www.thalesgroup.com/spem/2.0","name":"spem","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinitionPerformer","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinitionParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakdownElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkBreakdownElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityUseKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPerformer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleUse","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessResponsibilityAssignment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductUse","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductUseRelationship","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescribableElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDefinition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinitionRelationship","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_TaskDefinitionPerformer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_ResponsibilityAssignment","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_TaskDefinitionParameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Qualification","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OptionalityKind","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentPackageableElement","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPackageableElement","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentPackage","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPackage","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentKind","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessKind","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanningData","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentUse","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskUse","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeRole","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamProfile","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityElement","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponent","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponentUse","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodLibraryPackageableElement","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPluginPackageableElement","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodConfiguration","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPlugin","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodLibrary","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductPort","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductPortConnector","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariabilityType","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkProductRelationshipKind","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"uma","nsURI":"http://www.thalesgroup.com/spem/2.0/uma","name":"uma","id":60,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"linkedWorkDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":true},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preCondition","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"name":"in","id":74,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":75,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":76,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hasMultipleOccurrences","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isPlanned","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"planningData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isRepeatable","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOngoing","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isEventDriven","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkToPredecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkToSuccessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"finishToStart","unsettable":false,"transient":false,"unique":true,"name":"linkKind","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"name":"finishToStart","id":104,"value":0,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":105,"value":1,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"name":"startToStart","id":106,"value":2,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":107,"value":3,"literal":"startToFinish","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"na","unsettable":false,"transient":false,"unique":true,"name":"useKind","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedBreakdownElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"suppressedBreakdownElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEnactable","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"name":"na","id":127,"value":0,"literal":"na","eClass":"EEnumLiteral"},{"name":"extension","id":128,"value":1,"literal":"extension","eClass":"EEnumLiteral"},{"name":"localContribution","id":129,"value":2,"literal":"localContribution","eClass":"EEnumLiteral"},{"name":"localReplacement","id":130,"value":3,"literal":"localReplacement","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedRoleUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedTaskUse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedQualification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedRoleUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedWorkProductUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"impactedBy","unsettable":false,"transient":false,"unique":true,"name":"relationshipKind","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optionality","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"processKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":true},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presentationName","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"briefDescription","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mainDescription","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guidance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDate","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDescription","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categorizedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodContentKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"managedWorkProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTaskDefinitionParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedTool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"resolveProxies":false,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredQualification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synonym","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedQualification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedTaskDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedRoleDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedRoleDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedWorkProductDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optionality","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"name":"mandatory","id":262,"value":0,"literal":"mandatory","eClass":"EEnumLiteral"},{"name":"optional","id":263,"value":1,"literal":"optional","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodContentMember","changeable":true,"resolveProxies":false,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessMember","changeable":true,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finishDate","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rank","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSynchronizedWithSource","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedQualification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preCondition","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggregatedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subTeam","changeable":true,"resolveProxies":false,"lowerBound":0,"id":311,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superTeam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teamRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variabilityType","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variabilityBasedOnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":false,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPort","changeable":true,"resolveProxies":false,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodPluginSelection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processPackageSelection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentPackageSelection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substractedCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodContentPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basePlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodPlugin","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":1,"iD":false,"id":364,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"portKind","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"name":"na","id":374,"value":0,"literal":"na","eClass":"EEnumLiteral"},{"name":"contributes","id":375,"value":1,"literal":"contributes","eClass":"EEnumLiteral"},{"name":"extends","id":376,"value":2,"literal":"extends","eClass":"EEnumLiteral"},{"name":"replaces","id":377,"value":3,"literal":"replaces","eClass":"EEnumLiteral"},{"name":"extends_replaces","id":378,"value":4,"literal":"extends_replaces","eClass":"EEnumLiteral"},{"name":"impactedBy","id":379,"value":0,"literal":"impactedBy","eClass":"EEnumLiteral"},{"name":"composition","id":380,"value":1,"literal":"composition","eClass":"EEnumLiteral"},{"name":"aggregation","id":381,"value":2,"literal":"aggregation","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityPattern","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checklist","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryPackage","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomCategory","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deliverable","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliveryProcess","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RiskLevel","instanceClass":null,"id":391,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EstimatingTechnique","instanceClass":null,"id":392,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpertiseLevel","instanceClass":null,"id":393,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContractKind","instanceClass":null,"id":394,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Discipline","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisciplineGrouping","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstimatingConsideration","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Example","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Outcome","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Practice","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPlanningTemplate","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Report","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReusableAsset","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roadmap","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermDefinition","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolMentor","instanceClass":null,"abstract":false,"id":411,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Whitepaper","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guideline","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportingMaterial","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinitionPackage","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDefinitionPackage","instanceClass":null,"abstract":false,"id":416,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinitionPackage","instanceClass":null,"abstract":false,"id":417,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuidancePackage","instanceClass":null,"abstract":false,"id":418,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisciplinePackage","instanceClass":null,"abstract":false,"id":419,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainPackage","instanceClass":null,"abstract":false,"id":420,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductKindPackage","instanceClass":null,"abstract":false,"id":421,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSetPackage","instanceClass":null,"abstract":false,"id":422,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDefinitionPackage","instanceClass":null,"abstract":false,"id":423,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationPackage","instanceClass":null,"abstract":false,"id":424,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityPatternPackage","instanceClass":null,"abstract":false,"id":425,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliveryProcessPackage","instanceClass":null,"abstract":false,"id":426,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSet","instanceClass":null,"abstract":false,"id":427,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualificationPackage","instanceClass":null,"abstract":false,"id":428,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponentPackage","instanceClass":null,"abstract":false,"id":429,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductKind","instanceClass":null,"abstract":false,"id":430,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deliveredProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalDescription","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packagingGuidance","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includedPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usageNote","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includedConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectCharacteristics","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"riskLevel","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimatingTechnique","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectMemberExpertise","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeOfContract","changeable":true,"lowerBound":0,"iD":false,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"communicationMaterial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"educationalMaterial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"name":"LOW","id":472,"value":0,"literal":"LOW","eClass":"EEnumLiteral"},{"name":"MID","id":473,"value":1,"literal":"MID","eClass":"EEnumLiteral"},{"name":"HIGH","id":474,"value":2,"literal":"HIGH","eClass":"EEnumLiteral"},{"name":"COST","id":475,"value":0,"literal":"COST","eClass":"EEnumLiteral"},{"name":"TIME","id":476,"value":1,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"SKILLS","id":477,"value":2,"literal":"SKILLS","eClass":"EEnumLiteral"},{"name":"DEFECTS","id":478,"value":3,"literal":"DEFECTS","eClass":"EEnumLiteral"},{"name":"OTHER","id":479,"value":4,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"LOW","id":480,"value":0,"literal":"LOW","eClass":"EEnumLiteral"},{"name":"MID","id":481,"value":1,"literal":"MID","eClass":"EEnumLiteral"},{"name":"LEVEL","id":482,"value":2,"literal":"LEVEL","eClass":"EEnumLiteral"},{"name":"EXPRESS","id":483,"value":1,"literal":"EXPRESS","eClass":"EEnumLiteral"},{"name":"IMPLIED","id":484,"value":2,"literal":"IMPLIED","eClass":"EEnumLiteral"},{"name":"OTHER","id":485,"value":2,"literal":"OTHER","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedWorflow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MethodPlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subPractice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additionalInfo","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"lowerBound":0,"iD":false,"id":510,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"levelOfAdoption","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"problem","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":1,"target":0},{"source":1,"target":61},{"source":61,"target":2},{"source":61,"target":62},{"source":61,"target":1},{"source":62,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":63},{"source":63,"target":1},{"source":3,"target":0},{"source":3,"target":64},{"source":64,"target":4},{"source":64,"target":65},{"source":64,"target":3},{"source":65,"target":4},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":66,"target":69},{"source":66,"target":4},{"source":67,"target":70},{"source":67,"target":4},{"source":68,"target":5},{"source":68,"target":71},{"source":68,"target":4},{"source":71,"target":5},{"source":5,"target":0},{"source":5,"target":72},{"source":72,"target":6},{"source":72,"target":73},{"source":72,"target":5},{"source":73,"target":6},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":74,"target":6},{"source":75,"target":6},{"source":76,"target":6},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":77,"target":82},{"source":77,"target":7},{"source":78,"target":83},{"source":78,"target":7},{"source":79,"target":84},{"source":79,"target":7},{"source":80,"target":43},{"source":80,"target":85},{"source":80,"target":7},{"source":85,"target":43},{"source":81,"target":20},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":86,"target":92},{"source":86,"target":8},{"source":87,"target":93},{"source":87,"target":8},{"source":88,"target":94},{"source":88,"target":8},{"source":89,"target":9},{"source":89,"target":95},{"source":89,"target":8},{"source":89,"target":96},{"source":95,"target":9},{"source":90,"target":9},{"source":90,"target":97},{"source":90,"target":8},{"source":90,"target":98},{"source":97,"target":9},{"source":91,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":99},{"source":9,"target":98},{"source":9,"target":96},{"source":9,"target":100},{"source":99,"target":10},{"source":99,"target":101},{"source":99,"target":9},{"source":101,"target":10},{"source":98,"target":8},{"source":98,"target":102},{"source":98,"target":9},{"source":98,"target":90},{"source":102,"target":8},{"source":96,"target":8},{"source":96,"target":103},{"source":96,"target":9},{"source":96,"target":89},{"source":103,"target":8},{"source":100,"target":7},{"source":10,"target":0},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":104,"target":10},{"source":105,"target":10},{"source":106,"target":10},{"source":107,"target":10},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":8},{"source":11,"target":48},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":11,"target":115},{"source":11,"target":116},{"source":11,"target":117},{"source":11,"target":118},{"source":108,"target":12},{"source":108,"target":119},{"source":108,"target":11},{"source":119,"target":12},{"source":109,"target":11},{"source":109,"target":120},{"source":109,"target":11},{"source":120,"target":11},{"source":110,"target":7},{"source":110,"target":121},{"source":110,"target":11},{"source":121,"target":7},{"source":111,"target":7},{"source":111,"target":122},{"source":111,"target":11},{"source":122,"target":7},{"source":112,"target":18},{"source":112,"target":123},{"source":112,"target":11},{"source":123,"target":18},{"source":113,"target":53},{"source":113,"target":124},{"source":113,"target":11},{"source":124,"target":53},{"source":114,"target":53},{"source":114,"target":125},{"source":114,"target":11},{"source":125,"target":53},{"source":115,"target":126},{"source":115,"target":11},{"source":116,"target":4},{"source":117,"target":8},{"source":118,"target":48},{"source":12,"target":0},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":130},{"source":127,"target":12},{"source":128,"target":12},{"source":129,"target":12},{"source":130,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":7},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":131,"target":14},{"source":131,"target":136},{"source":131,"target":13},{"source":136,"target":14},{"source":132,"target":11},{"source":132,"target":137},{"source":132,"target":13},{"source":137,"target":11},{"source":133,"target":45},{"source":133,"target":138},{"source":133,"target":13},{"source":138,"target":45},{"source":134,"target":3},{"source":135,"target":7},{"source":14,"target":0},{"source":14,"target":44},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":139,"target":30},{"source":139,"target":142},{"source":139,"target":14},{"source":142,"target":30},{"source":140,"target":35},{"source":140,"target":143},{"source":140,"target":14},{"source":143,"target":35},{"source":141,"target":44},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":144,"target":14},{"source":144,"target":147},{"source":144,"target":15},{"source":147,"target":14},{"source":145,"target":16},{"source":145,"target":148},{"source":145,"target":15},{"source":148,"target":16},{"source":146,"target":7},{"source":16,"target":0},{"source":16,"target":44},{"source":16,"target":149},{"source":16,"target":150},{"source":149,"target":29},{"source":149,"target":151},{"source":149,"target":16},{"source":151,"target":29},{"source":150,"target":44},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":17,"target":155},{"source":152,"target":16},{"source":152,"target":156},{"source":152,"target":17},{"source":156,"target":16},{"source":153,"target":16},{"source":153,"target":157},{"source":153,"target":17},{"source":157,"target":16},{"source":154,"target":59},{"source":154,"target":158},{"source":154,"target":17},{"source":158,"target":59},{"source":155,"target":7},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":7},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":159,"target":16},{"source":159,"target":163},{"source":159,"target":18},{"source":163,"target":16},{"source":160,"target":36},{"source":160,"target":164},{"source":160,"target":18},{"source":164,"target":36},{"source":161,"target":5},{"source":162,"target":7},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":165},{"source":19,"target":166},{"source":165,"target":16},{"source":165,"target":167},{"source":165,"target":19},{"source":167,"target":16},{"source":166,"target":8},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":38},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":168,"target":42},{"source":168,"target":171},{"source":168,"target":20},{"source":171,"target":42},{"source":169,"target":21},{"source":170,"target":38},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":177},{"source":21,"target":178},{"source":21,"target":179},{"source":21,"target":180},{"source":21,"target":181},{"source":21,"target":182},{"source":21,"target":183},{"source":21,"target":184},{"source":172,"target":185},{"source":172,"target":21},{"source":173,"target":186},{"source":173,"target":21},{"source":174,"target":187},{"source":174,"target":21},{"source":175,"target":188},{"source":175,"target":21},{"source":176,"target":23},{"source":176,"target":189},{"source":176,"target":21},{"source":189,"target":23},{"source":177,"target":24},{"source":177,"target":190},{"source":177,"target":21},{"source":190,"target":24},{"source":178,"target":22},{"source":178,"target":191},{"source":178,"target":21},{"source":178,"target":192},{"source":191,"target":22},{"source":179,"target":193},{"source":179,"target":21},{"source":180,"target":194},{"source":180,"target":21},{"source":181,"target":195},{"source":181,"target":21},{"source":182,"target":196},{"source":182,"target":21},{"source":183,"target":197},{"source":183,"target":21},{"source":184,"target":1},{"source":22,"target":0},{"source":22,"target":25},{"source":22,"target":198},{"source":22,"target":192},{"source":22,"target":199},{"source":198,"target":22},{"source":198,"target":200},{"source":198,"target":22},{"source":200,"target":22},{"source":192,"target":21},{"source":192,"target":201},{"source":192,"target":22},{"source":192,"target":178},{"source":201,"target":21},{"source":199,"target":25},{"source":23,"target":0},{"source":23,"target":25},{"source":23,"target":202},{"source":202,"target":25},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":203},{"source":24,"target":204},{"source":203,"target":205},{"source":203,"target":24},{"source":204,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":37},{"source":25,"target":48},{"source":25,"target":206},{"source":25,"target":207},{"source":25,"target":208},{"source":25,"target":209},{"source":206,"target":41},{"source":206,"target":210},{"source":206,"target":25},{"source":210,"target":41},{"source":207,"target":21},{"source":208,"target":37},{"source":209,"target":48},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":211},{"source":26,"target":212},{"source":211,"target":29},{"source":211,"target":213},{"source":211,"target":26},{"source":213,"target":29},{"source":212,"target":25},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":25},{"source":27,"target":214},{"source":27,"target":215},{"source":27,"target":216},{"source":27,"target":217},{"source":27,"target":218},{"source":27,"target":219},{"source":214,"target":34},{"source":214,"target":220},{"source":214,"target":27},{"source":220,"target":34},{"source":215,"target":26},{"source":215,"target":221},{"source":215,"target":27},{"source":221,"target":26},{"source":216,"target":28},{"source":216,"target":222},{"source":216,"target":27},{"source":222,"target":28},{"source":217,"target":35},{"source":217,"target":223},{"source":217,"target":27},{"source":223,"target":35},{"source":218,"target":4},{"source":219,"target":25},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":21},{"source":28,"target":48},{"source":28,"target":224},{"source":28,"target":225},{"source":28,"target":226},{"source":28,"target":227},{"source":28,"target":228},{"source":28,"target":229},{"source":224,"target":230},{"source":224,"target":28},{"source":225,"target":28},{"source":225,"target":231},{"source":225,"target":28},{"source":225,"target":226},{"source":231,"target":28},{"source":226,"target":28},{"source":226,"target":232},{"source":226,"target":28},{"source":226,"target":225},{"source":232,"target":28},{"source":227,"target":4},{"source":228,"target":21},{"source":229,"target":48},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":233},{"source":233,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":234},{"source":30,"target":235},{"source":30,"target":236},{"source":234,"target":237},{"source":234,"target":30},{"source":235,"target":35},{"source":235,"target":238},{"source":235,"target":30},{"source":238,"target":35},{"source":236,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":239},{"source":31,"target":240},{"source":31,"target":241},{"source":239,"target":29},{"source":239,"target":242},{"source":239,"target":31},{"source":242,"target":29},{"source":240,"target":29},{"source":240,"target":243},{"source":240,"target":31},{"source":243,"target":29},{"source":241,"target":25},{"source":32,"target":0},{"source":32,"target":25},{"source":32,"target":244},{"source":32,"target":245},{"source":32,"target":246},{"source":244,"target":27},{"source":244,"target":247},{"source":244,"target":32},{"source":247,"target":27},{"source":245,"target":30},{"source":245,"target":248},{"source":245,"target":32},{"source":248,"target":30},{"source":246,"target":25},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":249,"target":30},{"source":249,"target":252},{"source":249,"target":33},{"source":252,"target":30},{"source":250,"target":29},{"source":250,"target":253},{"source":250,"target":33},{"source":253,"target":29},{"source":251,"target":25},{"source":34,"target":0},{"source":34,"target":5},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":254,"target":258},{"source":254,"target":34},{"source":255,"target":29},{"source":255,"target":259},{"source":255,"target":34},{"source":259,"target":29},{"source":256,"target":36},{"source":256,"target":260},{"source":256,"target":34},{"source":260,"target":36},{"source":257,"target":5},{"source":35,"target":0},{"source":35,"target":25},{"source":35,"target":261},{"source":261,"target":25},{"source":36,"target":0},{"source":36,"target":262},{"source":36,"target":263},{"source":262,"target":36},{"source":263,"target":36},{"source":37,"target":0},{"source":37,"target":264},{"source":264,"target":265},{"source":264,"target":37},{"source":38,"target":0},{"source":38,"target":266},{"source":266,"target":267},{"source":266,"target":38},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":52},{"source":39,"target":268},{"source":39,"target":269},{"source":39,"target":270},{"source":39,"target":271},{"source":268,"target":37},{"source":268,"target":272},{"source":268,"target":39},{"source":272,"target":37},{"source":269,"target":39},{"source":269,"target":273},{"source":269,"target":39},{"source":273,"target":39},{"source":270,"target":37},{"source":271,"target":52},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":52},{"source":40,"target":274},{"source":40,"target":275},{"source":40,"target":276},{"source":274,"target":38},{"source":274,"target":277},{"source":274,"target":40},{"source":277,"target":38},{"source":275,"target":38},{"source":276,"target":52},{"source":41,"target":0},{"source":41,"target":25},{"source":41,"target":2},{"source":41,"target":278},{"source":41,"target":279},{"source":278,"target":25},{"source":279,"target":2},{"source":42,"target":0},{"source":42,"target":20},{"source":42,"target":2},{"source":42,"target":280},{"source":42,"target":281},{"source":280,"target":20},{"source":281,"target":2},{"source":43,"target":0},{"source":43,"target":20},{"source":43,"target":282},{"source":43,"target":283},{"source":43,"target":284},{"source":43,"target":285},{"source":43,"target":286},{"source":282,"target":287},{"source":282,"target":43},{"source":283,"target":288},{"source":283,"target":43},{"source":284,"target":289},{"source":284,"target":43},{"source":285,"target":290},{"source":285,"target":43},{"source":286,"target":20},{"source":44,"target":0},{"source":44,"target":7},{"source":44,"target":291},{"source":44,"target":292},{"source":291,"target":293},{"source":291,"target":44},{"source":292,"target":7},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":8},{"source":45,"target":294},{"source":45,"target":295},{"source":45,"target":296},{"source":45,"target":297},{"source":45,"target":298},{"source":45,"target":299},{"source":45,"target":300},{"source":45,"target":301},{"source":294,"target":27},{"source":294,"target":302},{"source":294,"target":45},{"source":302,"target":27},{"source":295,"target":35},{"source":295,"target":303},{"source":295,"target":45},{"source":303,"target":35},{"source":296,"target":28},{"source":296,"target":304},{"source":296,"target":45},{"source":304,"target":28},{"source":297,"target":18},{"source":297,"target":305},{"source":297,"target":45},{"source":305,"target":18},{"source":298,"target":306},{"source":298,"target":45},{"source":299,"target":307},{"source":299,"target":45},{"source":300,"target":44},{"source":301,"target":8},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":308},{"source":46,"target":309},{"source":308,"target":30},{"source":308,"target":310},{"source":308,"target":46},{"source":310,"target":30},{"source":309,"target":14},{"source":47,"target":0},{"source":47,"target":7},{"source":47,"target":311},{"source":47,"target":312},{"source":47,"target":313},{"source":47,"target":314},{"source":311,"target":47},{"source":311,"target":315},{"source":311,"target":47},{"source":311,"target":312},{"source":315,"target":47},{"source":312,"target":47},{"source":312,"target":316},{"source":312,"target":47},{"source":312,"target":311},{"source":316,"target":47},{"source":313,"target":14},{"source":313,"target":317},{"source":313,"target":47},{"source":317,"target":14},{"source":314,"target":7},{"source":48,"target":0},{"source":48,"target":318},{"source":48,"target":319},{"source":318,"target":58},{"source":318,"target":320},{"source":318,"target":48},{"source":320,"target":58},{"source":319,"target":48},{"source":319,"target":321},{"source":319,"target":48},{"source":321,"target":48},{"source":49,"target":0},{"source":49,"target":40},{"source":49,"target":322},{"source":49,"target":323},{"source":49,"target":324},{"source":322,"target":11},{"source":322,"target":325},{"source":322,"target":49},{"source":325,"target":11},{"source":323,"target":56},{"source":323,"target":326},{"source":323,"target":49},{"source":326,"target":56},{"source":324,"target":40},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":327},{"source":50,"target":328},{"source":50,"target":329},{"source":327,"target":49},{"source":327,"target":330},{"source":327,"target":50},{"source":330,"target":49},{"source":328,"target":56},{"source":328,"target":331},{"source":328,"target":50},{"source":331,"target":56},{"source":329,"target":44},{"source":51,"target":0},{"source":51,"target":332},{"source":332,"target":333},{"source":332,"target":51},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":334},{"source":53,"target":335},{"source":53,"target":336},{"source":53,"target":337},{"source":53,"target":338},{"source":53,"target":339},{"source":53,"target":340},{"source":53,"target":341},{"source":334,"target":53},{"source":334,"target":342},{"source":334,"target":53},{"source":342,"target":53},{"source":335,"target":54},{"source":335,"target":343},{"source":335,"target":53},{"source":343,"target":54},{"source":336,"target":40},{"source":336,"target":344},{"source":336,"target":53},{"source":344,"target":40},{"source":337,"target":39},{"source":337,"target":345},{"source":337,"target":53},{"source":345,"target":39},{"source":338,"target":22},{"source":338,"target":346},{"source":338,"target":53},{"source":346,"target":22},{"source":339,"target":22},{"source":339,"target":347},{"source":339,"target":53},{"source":347,"target":22},{"source":340,"target":22},{"source":340,"target":348},{"source":340,"target":53},{"source":348,"target":22},{"source":341,"target":51},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":349},{"source":54,"target":350},{"source":54,"target":351},{"source":54,"target":352},{"source":349,"target":39},{"source":349,"target":353},{"source":349,"target":54},{"source":353,"target":39},{"source":350,"target":40},{"source":350,"target":354},{"source":350,"target":54},{"source":354,"target":40},{"source":351,"target":54},{"source":351,"target":355},{"source":351,"target":54},{"source":355,"target":54},{"source":352,"target":51},{"source":55,"target":0},{"source":55,"target":356},{"source":55,"target":357},{"source":55,"target":358},{"source":55,"target":359},{"source":356,"target":360},{"source":356,"target":55},{"source":357,"target":54},{"source":357,"target":361},{"source":357,"target":55},{"source":361,"target":54},{"source":358,"target":53},{"source":358,"target":362},{"source":358,"target":55},{"source":362,"target":53},{"source":359,"target":39},{"source":359,"target":363},{"source":359,"target":55},{"source":363,"target":39},{"source":56,"target":0},{"source":56,"target":20},{"source":56,"target":364},{"source":56,"target":365},{"source":56,"target":366},{"source":56,"target":367},{"source":364,"target":368},{"source":364,"target":56},{"source":365,"target":6},{"source":365,"target":369},{"source":365,"target":56},{"source":369,"target":6},{"source":366,"target":29},{"source":366,"target":370},{"source":366,"target":56},{"source":370,"target":29},{"source":367,"target":20},{"source":57,"target":0},{"source":57,"target":20},{"source":57,"target":371},{"source":57,"target":372},{"source":371,"target":56},{"source":371,"target":373},{"source":371,"target":57},{"source":373,"target":56},{"source":372,"target":20},{"source":58,"target":0},{"source":58,"target":374},{"source":58,"target":375},{"source":58,"target":376},{"source":58,"target":377},{"source":58,"target":378},{"source":374,"target":58},{"source":375,"target":58},{"source":376,"target":58},{"source":377,"target":58},{"source":378,"target":58},{"source":59,"target":0},{"source":59,"target":379},{"source":59,"target":380},{"source":59,"target":381},{"source":379,"target":59},{"source":380,"target":59},{"source":381,"target":59},{"source":60,"target":382},{"source":60,"target":383},{"source":60,"target":384},{"source":60,"target":385},{"source":60,"target":386},{"source":60,"target":387},{"source":60,"target":388},{"source":60,"target":389},{"source":60,"target":390},{"source":60,"target":391},{"source":60,"target":392},{"source":60,"target":393},{"source":60,"target":394},{"source":60,"target":395},{"source":60,"target":396},{"source":60,"target":397},{"source":60,"target":398},{"source":60,"target":399},{"source":60,"target":400},{"source":60,"target":401},{"source":60,"target":402},{"source":60,"target":403},{"source":60,"target":404},{"source":60,"target":405},{"source":60,"target":406},{"source":60,"target":407},{"source":60,"target":408},{"source":60,"target":409},{"source":60,"target":410},{"source":60,"target":411},{"source":60,"target":412},{"source":60,"target":413},{"source":60,"target":414},{"source":60,"target":415},{"source":60,"target":416},{"source":60,"target":417},{"source":60,"target":418},{"source":60,"target":419},{"source":60,"target":420},{"source":60,"target":421},{"source":60,"target":422},{"source":60,"target":423},{"source":60,"target":424},{"source":60,"target":425},{"source":60,"target":426},{"source":60,"target":427},{"source":60,"target":428},{"source":60,"target":429},{"source":60,"target":430},{"source":60,"target":0},{"source":382,"target":60},{"source":382,"target":16},{"source":382,"target":431},{"source":382,"target":432},{"source":431,"target":382},{"source":431,"target":433},{"source":431,"target":382},{"source":433,"target":382},{"source":432,"target":16},{"source":383,"target":60},{"source":383,"target":389},{"source":383,"target":434},{"source":434,"target":389},{"source":384,"target":60},{"source":384,"target":23},{"source":384,"target":435},{"source":435,"target":23},{"source":385,"target":60},{"source":385,"target":23},{"source":385,"target":436},{"source":436,"target":23},{"source":386,"target":60},{"source":386,"target":39},{"source":386,"target":437},{"source":437,"target":39},{"source":387,"target":60},{"source":387,"target":22},{"source":387,"target":438},{"source":438,"target":22},{"source":388,"target":60},{"source":388,"target":16},{"source":388,"target":439},{"source":388,"target":440},{"source":388,"target":441},{"source":388,"target":442},{"source":439,"target":16},{"source":439,"target":443},{"source":439,"target":388},{"source":443,"target":16},{"source":440,"target":444},{"source":440,"target":388},{"source":441,"target":445},{"source":441,"target":388},{"source":442,"target":16},{"source":389,"target":60},{"source":389,"target":11},{"source":389,"target":446},{"source":389,"target":447},{"source":389,"target":448},{"source":389,"target":449},{"source":389,"target":450},{"source":446,"target":383},{"source":446,"target":451},{"source":446,"target":389},{"source":451,"target":383},{"source":447,"target":452},{"source":447,"target":389},{"source":448,"target":453},{"source":448,"target":389},{"source":449,"target":57},{"source":449,"target":454},{"source":449,"target":389},{"source":454,"target":57},{"source":450,"target":11},{"source":390,"target":60},{"source":390,"target":389},{"source":390,"target":455},{"source":390,"target":456},{"source":390,"target":457},{"source":390,"target":458},{"source":390,"target":459},{"source":390,"target":460},{"source":390,"target":461},{"source":390,"target":462},{"source":390,"target":463},{"source":455,"target":464},{"source":455,"target":390},{"source":456,"target":465},{"source":456,"target":390},{"source":457,"target":391},{"source":457,"target":466},{"source":457,"target":390},{"source":466,"target":391},{"source":458,"target":392},{"source":458,"target":467},{"source":458,"target":390},{"source":467,"target":392},{"source":459,"target":393},{"source":459,"target":468},{"source":459,"target":390},{"source":468,"target":393},{"source":460,"target":394},{"source":460,"target":469},{"source":460,"target":390},{"source":469,"target":394},{"source":461,"target":414},{"source":461,"target":470},{"source":461,"target":390},{"source":470,"target":414},{"source":462,"target":414},{"source":462,"target":471},{"source":462,"target":390},{"source":471,"target":414},{"source":463,"target":389},{"source":391,"target":60},{"source":391,"target":472},{"source":391,"target":473},{"source":391,"target":474},{"source":472,"target":391},{"source":473,"target":391},{"source":474,"target":391},{"source":392,"target":60},{"source":392,"target":475},{"source":392,"target":476},{"source":392,"target":477},{"source":392,"target":478},{"source":392,"target":479},{"source":475,"target":392},{"source":476,"target":392},{"source":477,"target":392},{"source":478,"target":392},{"source":479,"target":392},{"source":393,"target":60},{"source":393,"target":480},{"source":393,"target":481},{"source":393,"target":482},{"source":480,"target":393},{"source":481,"target":393},{"source":482,"target":393},{"source":394,"target":60},{"source":394,"target":483},{"source":394,"target":484},{"source":394,"target":485},{"source":483,"target":394},{"source":484,"target":394},{"source":485,"target":394},{"source":395,"target":60},{"source":395,"target":22},{"source":395,"target":486},{"source":395,"target":487},{"source":395,"target":488},{"source":486,"target":27},{"source":486,"target":489},{"source":486,"target":395},{"source":489,"target":27},{"source":487,"target":389},{"source":487,"target":490},{"source":487,"target":395},{"source":490,"target":389},{"source":488,"target":22},{"source":396,"target":60},{"source":396,"target":22},{"source":396,"target":491},{"source":491,"target":22},{"source":397,"target":60},{"source":397,"target":492},{"source":397,"target":493},{"source":397,"target":494},{"source":492,"target":53},{"source":492,"target":495},{"source":492,"target":397},{"source":495,"target":53},{"source":493,"target":55},{"source":493,"target":496},{"source":493,"target":397},{"source":496,"target":55},{"source":494,"target":54},{"source":494,"target":497},{"source":494,"target":397},{"source":497,"target":54},{"source":398,"target":60},{"source":398,"target":22},{"source":398,"target":498},{"source":398,"target":499},{"source":498,"target":29},{"source":498,"target":500},{"source":498,"target":398},{"source":500,"target":29},{"source":499,"target":22},{"source":399,"target":60},{"source":399,"target":23},{"source":399,"target":501},{"source":501,"target":23},{"source":400,"target":60},{"source":400,"target":23},{"source":400,"target":502},{"source":502,"target":23},{"source":401,"target":60},{"source":401,"target":11},{"source":401,"target":503},{"source":503,"target":11},{"source":402,"target":60},{"source":402,"target":16},{"source":402,"target":504},{"source":504,"target":16},{"source":403,"target":60},{"source":403,"target":11},{"source":403,"target":505},{"source":505,"target":11},{"source":404,"target":60},{"source":404,"target":23},{"source":404,"target":506},{"source":404,"target":507},{"source":404,"target":508},{"source":404,"target":509},{"source":404,"target":510},{"source":404,"target":511},{"source":404,"target":512},{"source":404,"target":513},{"source":404,"target":514},{"source":404,"target":515},{"source":506,"target":404},{"source":506,"target":516},{"source":506,"target":404},{"source":516,"target":404},{"source":507,"target":11},{"source":507,"target":517},{"source":507,"target":404},{"source":517,"target":11},{"source":508,"target":25},{"source":508,"target":518},{"source":508,"target":404},{"source":518,"target":25},{"source":509,"target":519},{"source":509,"target":404},{"source":510,"target":520},{"source":510,"target":404},{"source":511,"target":521},{"source":511,"target":404},{"source":512,"target":522},{"source":512,"target":404},{"source":513,"target":523},{"source":513,"target":404},{"source":514,"target":524},{"source":514,"target":404},{"source":515,"target":23},{"source":405,"target":60},{"source":405,"target":389},{"source":405,"target":525},{"source":405,"target":526},{"source":525,"target":389},{"source":525,"target":527},{"source":525,"target":405},{"source":527,"target":389},{"source":526,"target":389},{"source":406,"target":60},{"source":406,"target":23},{"source":406,"target":528},{"source":528,"target":23},{"source":407,"target":60},{"source":407,"target":23},{"source":407,"target":529},{"source":529,"target":23},{"source":408,"target":60},{"source":408,"target":23},{"source":408,"target":530},{"source":530,"target":23},{"source":409,"target":60},{"source":409,"target":23},{"source":409,"target":531},{"source":531,"target":23},{"source":410,"target":60},{"source":410,"target":23},{"source":410,"target":532},{"source":532,"target":23},{"source":411,"target":60},{"source":411,"target":23},{"source":411,"target":533},{"source":533,"target":23},{"source":412,"target":60},{"source":412,"target":385},{"source":412,"target":534},{"source":534,"target":385},{"source":413,"target":60},{"source":413,"target":23},{"source":413,"target":535},{"source":535,"target":23},{"source":414,"target":60},{"source":414,"target":23},{"source":414,"target":536},{"source":536,"target":23},{"source":415,"target":60},{"source":415,"target":39},{"source":415,"target":537},{"source":537,"target":39},{"source":416,"target":60},{"source":416,"target":39},{"source":416,"target":538},{"source":538,"target":39},{"source":417,"target":60},{"source":417,"target":39},{"source":417,"target":539},{"source":539,"target":39},{"source":418,"target":60},{"source":418,"target":39},{"source":418,"target":540},{"source":540,"target":39},{"source":419,"target":60},{"source":419,"target":39},{"source":419,"target":541},{"source":541,"target":39},{"source":420,"target":60},{"source":420,"target":39},{"source":420,"target":542},{"source":542,"target":39},{"source":421,"target":60},{"source":421,"target":39},{"source":421,"target":543},{"source":543,"target":39},{"source":422,"target":60},{"source":422,"target":39},{"source":422,"target":544},{"source":544,"target":39},{"source":423,"target":60},{"source":423,"target":39},{"source":423,"target":545},{"source":545,"target":39},{"source":424,"target":60},{"source":424,"target":39},{"source":424,"target":546},{"source":424,"target":547},{"source":546,"target":53},{"source":546,"target":548},{"source":546,"target":424},{"source":548,"target":53},{"source":547,"target":39},{"source":425,"target":60},{"source":425,"target":40},{"source":425,"target":549},{"source":549,"target":40},{"source":426,"target":60},{"source":426,"target":40},{"source":426,"target":550},{"source":550,"target":40},{"source":427,"target":60},{"source":427,"target":25},{"source":427,"target":551},{"source":427,"target":552},{"source":551,"target":30},{"source":551,"target":553},{"source":551,"target":427},{"source":553,"target":30},{"source":552,"target":25},{"source":428,"target":60},{"source":428,"target":39},{"source":428,"target":554},{"source":554,"target":39},{"source":429,"target":60},{"source":429,"target":40},{"source":429,"target":555},{"source":555,"target":40},{"source":430,"target":60},{"source":430,"target":2},{"source":430,"target":25},{"source":430,"target":556},{"source":430,"target":557},{"source":556,"target":2},{"source":557,"target":25}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rhythm" nsURI="http://fr.polytech.dsl/rhythm" nsPrefix="rhythm"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Music" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tracks" lowerBound="1" upperBound="-1" eType="#//Track" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//Section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soundBankPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Track" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="instrument" lowerBound="1" eType="#//Instrument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bars" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instrument" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1" eType="#//Layer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//SectionLayer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BatteryNoteType"> <eLiterals name="SNARE_DRUM"/> <eLiterals name="BASS_DRUM" value="1"/> <eLiterals name="CLOSED_HIHAT" value="2"/> <eLiterals name="OPENED_HIHAT" value="3"/> <eLiterals name="CRASH_CYMBAL" value="4"/> <eLiterals name="RIDE_CYMBAL" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Battery" eSuperTypes="#//Instrument"/> <eClassifiers xsi:type="ecore:EClass" name="Melody" eSuperTypes="#//Instrument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instrument" eType="#//Instruments" defaultValueLiteral="PIANO"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="other" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Note" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="#//Duration" defaultValueLiteral="QUARTER"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BatteryNote" eSuperTypes="#//Note"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noteType" eType="#//BatteryNoteType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyNote" eSuperTypes="#//Note"/> <eClassifiers xsi:type="ecore:EClass" name="Layer"> <eStructuralFeatures xsi:type="ecore:EReference" name="notes" upperBound="-1" eType="#//Note" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MelodyNote" eSuperTypes="#//Note"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noteType" eType="#//MelodyNoteType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octaveOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octaveAbsolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MelodyNoteType"> <eLiterals name="C"/> <eLiterals name="D" value="1"/> <eLiterals name="E" value="2"/> <eLiterals name="F" value="3"/> <eLiterals name="G" value="4"/> <eLiterals name="A" value="5"/> <eLiterals name="B" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeNote" eSuperTypes="#//Note"> <eStructuralFeatures xsi:type="ecore:EReference" name="notes" upperBound="-1" eType="#//Note" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeats" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SectionLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1" eType="#//Layer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="section" lowerBound="1" eType="#//Section"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Instruments"> <eLiterals name="PIANO"/> <eLiterals name="GUITAR" value="1"/> <eLiterals name="HARPSICHORD" value="2"/> <eLiterals name="CLAVINET" value="3"/> <eLiterals name="VIOLIN" value="4"/> <eLiterals name="SYNTH_BASS_1" value="5"/> <eLiterals name="OCARINA" value="6"/> <eLiterals name="ACOUSTIC_BASS" value="7"/> <eLiterals name="CHURCH_ORGAN" value="8"/> <eLiterals name="MUSIC_BOX" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Duration"> <eLiterals name="WHOLE"/> <eLiterals name="HALF" value="1"/> <eLiterals name="QUARTER" value="2"/> <eLiterals name="EIGHTH" value="3"/> <eLiterals name="SIXTEENTH" value="4" literal="SIXTEENTH"/> <eLiterals name="THIRTY_SECOND" value="5" literal="THIRTY_SECOND"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/JeremiFerre/RhythmML/dsl/fr.polytech.dsl.rhythm/model/rhythm.ecore
ecore
rhythm NamedElement name Music tracks sections soundBankPath Track instrument Section tempo signature bars Instrument layers sections BatteryNoteType SNARE_DRUM SNARE_DRUM BASS_DRUM BASS_DRUM CLOSED_HIHAT CLOSED_HIHAT OPENED_HIHAT OPENED_HIHAT CRASH_CYMBAL CRASH_CYMBAL RIDE_CYMBAL RIDE_CYMBAL Battery Melody instrument PIANO other Note duration QUARTER BatteryNote noteType EmptyNote Layer notes MelodyNote noteType octaveOffset octaveAbsolute 5 MelodyNoteType C C D D E E F F G G A A B B CompositeNote notes repeats SectionLayer layers section Instruments PIANO PIANO GUITAR GUITAR HARPSICHORD HARPSICHORD CLAVINET CLAVINET VIOLIN VIOLIN SYNTH_BASS_1 SYNTH_BASS_1 OCARINA OCARINA ACOUSTIC_BASS ACOUSTIC_BASS CHURCH_ORGAN CHURCH_ORGAN MUSIC_BOX MUSIC_BOX Duration WHOLE WHOLE HALF HALF QUARTER QUARTER EIGHTH EIGHTH SIXTEENTH SIXTEENTH THIRTY_SECOND THIRTY_SECOND
null
{"directed":true,"nodes":[{"nsPrefix":"rhythm","nsURI":"http://fr.polytech.dsl/rhythm","name":"rhythm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Music","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instrument","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BatteryNoteType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Battery","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Melody","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BatteryNote","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyNote","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MelodyNote","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MelodyNoteType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeNote","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SectionLayer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Instruments","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tracks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soundBankPath","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instrument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempo","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bars","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"name":"SNARE_DRUM","id":43,"value":0,"literal":"SNARE_DRUM","eClass":"EEnumLiteral"},{"name":"BASS_DRUM","id":44,"value":1,"literal":"BASS_DRUM","eClass":"EEnumLiteral"},{"name":"CLOSED_HIHAT","id":45,"value":2,"literal":"CLOSED_HIHAT","eClass":"EEnumLiteral"},{"name":"OPENED_HIHAT","id":46,"value":3,"literal":"OPENED_HIHAT","eClass":"EEnumLiteral"},{"name":"CRASH_CYMBAL","id":47,"value":4,"literal":"CRASH_CYMBAL","eClass":"EEnumLiteral"},{"name":"RIDE_CYMBAL","id":48,"value":5,"literal":"RIDE_CYMBAL","eClass":"EEnumLiteral"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"PIANO","unsettable":false,"transient":false,"unique":true,"name":"instrument","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"other","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"QUARTER","unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noteType","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noteType","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octaveOffset","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"octaveAbsolute","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"C","id":70,"value":0,"literal":"C","eClass":"EEnumLiteral"},{"name":"D","id":71,"value":1,"literal":"D","eClass":"EEnumLiteral"},{"name":"E","id":72,"value":2,"literal":"E","eClass":"EEnumLiteral"},{"name":"F","id":73,"value":3,"literal":"F","eClass":"EEnumLiteral"},{"name":"G","id":74,"value":4,"literal":"G","eClass":"EEnumLiteral"},{"name":"A","id":75,"value":5,"literal":"A","eClass":"EEnumLiteral"},{"name":"B","id":76,"value":6,"literal":"B","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repeats","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"name":"PIANO","id":86,"value":0,"literal":"PIANO","eClass":"EEnumLiteral"},{"name":"GUITAR","id":87,"value":1,"literal":"GUITAR","eClass":"EEnumLiteral"},{"name":"HARPSICHORD","id":88,"value":2,"literal":"HARPSICHORD","eClass":"EEnumLiteral"},{"name":"CLAVINET","id":89,"value":3,"literal":"CLAVINET","eClass":"EEnumLiteral"},{"name":"VIOLIN","id":90,"value":4,"literal":"VIOLIN","eClass":"EEnumLiteral"},{"name":"SYNTH_BASS_1","id":91,"value":5,"literal":"SYNTH_BASS_1","eClass":"EEnumLiteral"},{"name":"OCARINA","id":92,"value":6,"literal":"OCARINA","eClass":"EEnumLiteral"},{"name":"ACOUSTIC_BASS","id":93,"value":7,"literal":"ACOUSTIC_BASS","eClass":"EEnumLiteral"},{"name":"CHURCH_ORGAN","id":94,"value":8,"literal":"CHURCH_ORGAN","eClass":"EEnumLiteral"},{"name":"MUSIC_BOX","id":95,"value":9,"literal":"MUSIC_BOX","eClass":"EEnumLiteral"},{"name":"WHOLE","id":96,"value":0,"literal":"WHOLE","eClass":"EEnumLiteral"},{"name":"HALF","id":97,"value":1,"literal":"HALF","eClass":"EEnumLiteral"},{"name":"QUARTER","id":98,"value":2,"literal":"QUARTER","eClass":"EEnumLiteral"},{"name":"EIGHTH","id":99,"value":3,"literal":"EIGHTH","eClass":"EEnumLiteral"},{"name":"SIXTEENTH","id":100,"value":4,"literal":"SIXTEENTH","eClass":"EEnumLiteral"},{"name":"THIRTY_SECOND","id":101,"value":5,"literal":"THIRTY_SECOND","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":19,"target":20},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":3},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":4},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":28},{"source":3,"target":29},{"source":28,"target":5},{"source":28,"target":30},{"source":28,"target":3},{"source":30,"target":5},{"source":29,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":31,"target":35},{"source":31,"target":4},{"source":32,"target":36},{"source":32,"target":4},{"source":33,"target":37},{"source":33,"target":4},{"source":34,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":38,"target":12},{"source":38,"target":41},{"source":38,"target":5},{"source":41,"target":12},{"source":39,"target":16},{"source":39,"target":42},{"source":39,"target":5},{"source":42,"target":16},{"source":40,"target":1},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":43,"target":6},{"source":44,"target":6},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6},{"source":48,"target":6},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":49},{"source":49,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":50,"target":17},{"source":50,"target":53},{"source":50,"target":8},{"source":53,"target":17},{"source":51,"target":54},{"source":51,"target":8},{"source":52,"target":5},{"source":9,"target":0},{"source":9,"target":55},{"source":55,"target":18},{"source":55,"target":56},{"source":55,"target":9},{"source":56,"target":18},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":57},{"source":10,"target":58},{"source":57,"target":6},{"source":57,"target":59},{"source":57,"target":10},{"source":59,"target":6},{"source":58,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":60},{"source":60,"target":9},{"source":12,"target":0},{"source":12,"target":61},{"source":61,"target":9},{"source":61,"target":62},{"source":61,"target":12},{"source":62,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":63,"target":14},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":14},{"source":64,"target":68},{"source":64,"target":13},{"source":65,"target":69},{"source":65,"target":13},{"source":66,"target":9},{"source":14,"target":0},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":14,"target":74},{"source":14,"target":75},{"source":14,"target":76},{"source":70,"target":14},{"source":71,"target":14},{"source":72,"target":14},{"source":73,"target":14},{"source":74,"target":14},{"source":75,"target":14},{"source":76,"target":14},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":77},{"source":15,"target":78},{"source":15,"target":79},{"source":77,"target":9},{"source":77,"target":80},{"source":77,"target":15},{"source":80,"target":9},{"source":78,"target":81},{"source":78,"target":15},{"source":79,"target":9},{"source":16,"target":0},{"source":16,"target":82},{"source":16,"target":83},{"source":82,"target":12},{"source":82,"target":84},{"source":82,"target":16},{"source":84,"target":12},{"source":83,"target":4},{"source":83,"target":85},{"source":83,"target":16},{"source":85,"target":4},{"source":17,"target":0},{"source":17,"target":86},{"source":17,"target":87},{"source":17,"target":88},{"source":17,"target":89},{"source":17,"target":90},{"source":17,"target":91},{"source":17,"target":92},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":86,"target":17},{"source":87,"target":17},{"source":88,"target":17},{"source":89,"target":17},{"source":90,"target":17},{"source":91,"target":17},{"source":92,"target":17},{"source":93,"target":17},{"source":94,"target":17},{"source":95,"target":17},{"source":18,"target":0},{"source":18,"target":96},{"source":18,"target":97},{"source":18,"target":98},{"source":18,"target":99},{"source":18,"target":100},{"source":18,"target":101},{"source":96,"target":18},{"source":97,"target":18},{"source":98,"target":18},{"source":99,"target":18},{"source":100,"target":18},{"source":101,"target":18}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.omg.org/spec/BPMN/20100524/DI-XMI" nsPrefix="bpmndi"> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNDiagram" upperBound="-2" eType="#//BPMNDiagram" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNDiagram"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNEdge" upperBound="-2" eType="#//BPMNEdge" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNEdge"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabel" upperBound="-2" eType="#//BPMNLabel" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabelStyle" upperBound="-2" eType="#//BPMNLabelStyle" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNPlane" upperBound="-2" eType="#//BPMNPlane" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNShape" upperBound="-2" eType="#//BPMNShape" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNShape"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNDiagram" eSuperTypes="DI.ecore#//Diagram"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNDiagram"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="plane" ordered="false" lowerBound="1" eType="#//BPMNPlane" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" upperBound="-1" eType="#//BPMNLabelStyle" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNEdge" eSuperTypes="DI.ecore#//LabeledEdge"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNEdge"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageVisibleKind" ordered="false" eType="#//MessageVisibleKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="messageVisibleKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sourceElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="targetElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabel" eSuperTypes="DI.ecore#//Label"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabel"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" eType="#//BPMNLabelStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="labelStyle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabelStyle" eSuperTypes="DI.ecore#//Style"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabelStyle"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" lowerBound="1" eType="ecore:EClass DC.ecore#//Font" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Font"/> <details key="namespace" value="http://www.omg.org/spec/DD/20100524/DC"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNPlane" eSuperTypes="DI.ecore#//Plane"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNPlane"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNShape" eSuperTypes="DI.ecore#//LabeledShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNShape"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyActivityShape" ordered="false" eType="#//BPMNShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="choreographyActivityShape"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExpanded" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isExpanded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHorizontal" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isHorizontal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMarkerVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMarkerVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMessageVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMessageVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="participantBandKind" ordered="false" eType="#//ParticipantBandKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="participantBandKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageVisibleKind"> <eLiterals name="initiating"/> <eLiterals name="non_initiating" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParticipantBandKind"> <eLiterals name="top_initiating"/> <eLiterals name="middle_initiating" value="1"/> <eLiterals name="bottom_initiating" value="2"/> <eLiterals name="top_non_initiating" value="3"/> <eLiterals name="middle_non_initiating" value="4"/> <eLiterals name="bottom_non_initiating" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/abdush/BPMN2StateChart/BPMN Normalization/metamodels/BPMNDI.ecore
ecore
di DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation bPMNDiagram bPMNEdge bPMNLabel bPMNLabelStyle bPMNPlane bPMNShape BPMNDiagram plane labelStyle BPMNEdge label bpmnElement messageVisibleKind sourceElement targetElement BPMNLabel labelStyle BPMNLabelStyle font BPMNPlane bpmnElement BPMNShape label bpmnElement choreographyActivityShape isExpanded isHorizontal isMarkerVisible isMessageVisible participantBandKind MessageVisibleKind initiating initiating non_initiating non_initiating ParticipantBandKind top_initiating top_initiating middle_initiating middle_initiating bottom_initiating bottom_initiating top_non_initiating top_non_initiating middle_non_initiating middle_non_initiating bottom_non_initiating bottom_non_initiating
null
{"directed":true,"nodes":[{"nsPrefix":"bpmndi","nsURI":"http://www.omg.org/spec/BPMN/20100524/DI-XMI","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNDiagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNEdge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabelStyle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNPlane","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNShape","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageVisibleKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParticipantBandKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNDiagram","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNEdge","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabelStyle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNPlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNShape","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plane","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageVisibleKind","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyActivityShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExpanded","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMarkerVisible","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMessageVisible","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"participantBandKind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"initiating","id":70,"value":0,"literal":"initiating","eClass":"EEnumLiteral"},{"name":"non_initiating","id":71,"value":1,"literal":"non_initiating","eClass":"EEnumLiteral"},{"name":"top_initiating","id":72,"value":0,"literal":"top_initiating","eClass":"EEnumLiteral"},{"name":"middle_initiating","id":73,"value":1,"literal":"middle_initiating","eClass":"EEnumLiteral"},{"name":"bottom_initiating","id":74,"value":2,"literal":"bottom_initiating","eClass":"EEnumLiteral"},{"name":"top_non_initiating","id":75,"value":3,"literal":"top_non_initiating","eClass":"EEnumLiteral"},{"name":"middle_non_initiating","id":76,"value":4,"literal":"middle_non_initiating","eClass":"EEnumLiteral"},{"name":"bottom_non_initiating","id":77,"value":5,"literal":"bottom_non_initiating","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":22},{"source":13,"target":1},{"source":22,"target":2},{"source":14,"target":3},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":3},{"source":15,"target":4},{"source":15,"target":24},{"source":15,"target":1},{"source":24,"target":4},{"source":16,"target":5},{"source":16,"target":25},{"source":16,"target":1},{"source":25,"target":5},{"source":17,"target":6},{"source":17,"target":26},{"source":17,"target":1},{"source":26,"target":6},{"source":18,"target":7},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":7},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":6},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":6},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":5},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":33,"target":4},{"source":33,"target":39},{"source":33,"target":3},{"source":39,"target":4},{"source":34,"target":40},{"source":34,"target":3},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":3},{"source":41,"target":8},{"source":36,"target":42},{"source":36,"target":3},{"source":37,"target":43},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":44,"target":5},{"source":44,"target":46},{"source":44,"target":4},{"source":46,"target":5},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":49},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":53,"target":4},{"source":53,"target":62},{"source":53,"target":7},{"source":62,"target":4},{"source":54,"target":63},{"source":54,"target":7},{"source":55,"target":7},{"source":55,"target":64},{"source":55,"target":7},{"source":64,"target":7},{"source":56,"target":65},{"source":56,"target":7},{"source":57,"target":66},{"source":57,"target":7},{"source":58,"target":67},{"source":58,"target":7},{"source":59,"target":68},{"source":59,"target":7},{"source":60,"target":9},{"source":60,"target":69},{"source":60,"target":7},{"source":69,"target":9},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":70,"target":8},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":72,"target":9},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":9}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="form" nsURI="http://tura.org/2016/v2/form" nsPrefix="tura.form"> <eClassifiers xsi:type="ecore:EClass" name="Form"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//Views" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datacontrols" eType="#//Controls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//FormParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormParameter" eSuperTypes="type.ecore#//TypePointer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Views"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="canvases" upperBound="-1" eType="#//CanvasFrame" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewInheritances" upperBound="-1" eType="#//ViewInheritance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tabPagesInheritances" upperBound="-1" eType="#//TabPagesInheritance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menus" upperBound="-1" eType="#//MenuDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Comparator"> <eLiterals name="EQ"/> <eLiterals name="NEQ" value="1"/> <eLiterals name="GT" value="2"/> <eLiterals name="GEQ" value="3"/> <eLiterals name="LT" value="4"/> <eLiterals name="LEQ" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Order"> <eLiterals name="ASC"/> <eLiterals name="DESC" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiLangLabel"> <eStructuralFeatures xsi:type="ecore:EReference" name="multiLangLabel" eType="#//Context" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CanvasFrame" eSuperTypes="#//StyleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewPortHolder" eSuperTypes="common.ecore#//HTMLLayerHolder"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewElement" upperBound="-1" eType="#//ViewElement" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultCavas"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultCanvas" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewElement" eSuperTypes="#//StyleElement artifact.ecore#//Categorized #//NickNamed"/> <eClassifiers xsi:type="ecore:EClass" name="PopupCanvas" eSuperTypes="#//CanvasFrame #//ViewPortHolder #//DefaultCavas #//MultiLangLabel artifact.ecore#//Categorized #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OverlayCanvas" eSuperTypes="#//CanvasFrame #//ViewPortHolder #//DefaultCavas #//MultiLangLabel artifact.ecore#//Categorized #//FlexFields #//NickNamed"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceTarget" upperBound="-1" eType="#//AreaRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//CanvasFrame #//ViewPortHolder #//DefaultCavas #//MultiLangLabel artifact.ecore#//Categorized #//FlexFields"/> <eClassifiers xsi:type="ecore:EClass" name="Window" eSuperTypes="#//CanvasFrame #//ViewPortHolder #//MultiLangLabel artifact.ecore#//Categorized permission.ecore#//Secured #//FlexFields"/> <eClassifiers xsi:type="ecore:EClass" name="MenuDefinition" eSuperTypes="#//StyleElement artifact.ecore#//Categorized"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menuFolders" upperBound="-1" eType="#//MenuFolder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toSubMenu" upperBound="-1" eType="#//ToSubmenu" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Orientation"> <eLiterals name="Top"/> <eLiterals name="Bottom" value="1"/> <eLiterals name="Left" value="2"/> <eLiterals name="Right" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabCanvas" eSuperTypes="#//CanvasFrame #//DefaultCavas #//MultiLangLabel artifact.ecore#//Categorized #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="#//Orientation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabPage" eSuperTypes="#//CanvasFrame #//ViewPortHolder #//MultiLangLabel artifact.ecore#//Categorized common.ecore#//Orderable #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabSequence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewPort" eSuperTypes="#//ViewElement common.ecore#//Orderable #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewPortTrigger" eType="#//ViewPortTrigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewArea" eSuperTypes="#//ViewElement common.ecore#//Orderable #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseCanvas" eType="#//LayerHolder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkToLabels" upperBound="-1" eType="#//LinkToLabel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkToMessages" upperBound="-1" eType="#//LinkToMessage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewPortTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewInheritance"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ViewPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//CanvasFrame"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabPagesInheritance"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//TabCanvas"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//TabPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkToMessage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//InputElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//MessageElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkToLabel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//InputElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildrenHolder"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Uielement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refObj" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//Comparator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ContextValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1" eType="#//ExpressionPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objRef" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ContextParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" eSuperTypes="#//ContextValue #//ContextParameters"/> <eClassifiers xsi:type="ecore:EClass" name="StyleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//Context" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NickNamed"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nickname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlexFields"> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//FlexField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlexField" eSuperTypes="#//Context artifact.ecore#//Categorized"/> <eClassifiers xsi:type="ecore:EClass" name="EnabledUIItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="enabled" eType="#//Context" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Uielement" eSuperTypes="#//StyleElement #//NickNamed artifact.ecore#//Categorized common.ecore#//Orderable #//EnabledUIItem #//FlexFields #//MenuHolder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="required" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readOnly" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refreshAreas" upperBound="-1" eType="#//AreaRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemIcon"> <eStructuralFeatures xsi:type="ecore:EReference" name="icon" eType="#//Context" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AreaRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="area" eType="#//NickNamed"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formatable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlPointer"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePointer" eType="#//DataControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valuePointer" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceCast" eType="ecore:EClass type.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceCastDataControl" eType="#//DataControl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourcesPointer" eSuperTypes="#//Uielement #//ControlPointer"/> <eClassifiers xsi:type="ecore:EClass" name="InputElement" eSuperTypes="#//SourcesPointer"/> <eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="#//StyleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="displayOptionPointer" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueOptionPointer" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerHolder" eSuperTypes="#//Uielement #//ChildrenHolder common.ecore#//HTMLLayerHolder"/> <eClassifiers xsi:type="ecore:EClass" name="InputText" eSuperTypes="#//InputElement #//Formatable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Password" eSuperTypes="#//InputElement #//Formatable"/> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Uielement #//MultiLangLabel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageElement" eSuperTypes="#//Uielement #//MultiLangLabel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputText" eSuperTypes="#//InputElement #//Formatable"/> <eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//InputElement"/> <eClassifiers xsi:type="ecore:EClass" name="OptionSelection"> <eStructuralFeatures xsi:type="ecore:EReference" name="optionPointer" eType="#//DataControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionCast" eType="ecore:EClass type.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionCastDataControl" eType="#//DataControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" eType="#//Selection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialOptionMessage" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialOptionValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RadioLayout"> <eLiterals name="lineDirection"/> <eLiterals name="pageDirection" value="1"/> <eLiterals name="custom" value="2"/> <eLiterals name="responsive" value="3"/> <eLiterals name="grid" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropDownSelection" eSuperTypes="#//OptionSelection #//InputElement"/> <eClassifiers xsi:type="ecore:EClass" name="SelectManyMenu" eSuperTypes="#//OptionSelection #//Uielement"/> <eClassifiers xsi:type="ecore:EClass" name="RadioSelection" eSuperTypes="#//OptionSelection #//InputElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layout" eType="#//RadioLayout"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//InputElement"/> <eClassifiers xsi:type="ecore:EClass" name="Date" eSuperTypes="#//InputElement #//Formatable"/> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//Uielement #//MultiLangLabel #//ItemIcon"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataExporter" eSuperTypes="#//InputElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceTarget" upperBound="-1" eType="#//AreaRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DataExporterType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataExporterType"> <eLiterals name="xls"/> <eLiterals name="pdf" value="1"/> <eLiterals name="csv" value="2"/> <eLiterals name="xml" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Sortable"> <eLiterals name="Not"/> <eLiterals name="Default" value="1"/> <eLiterals name="Asc" value="2"/> <eLiterals name="Desc" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//StyleElement #//MultiLangLabel artifact.ecore#//Categorized common.ecore#//HTMLLayerHolder common.ecore#//Orderable #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortable" eType="#//Sortable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//Uielement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SelectionMode"> <eLiterals name="Single"/> <eLiterals name="Multiple" value="1"/> <eLiterals name="CheckBox" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//SourcesPointer #//MultiLangLabel common.ecore#//HTMLLayerHolder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionMode" eType="#//SelectionMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cols" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scrollable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scrollHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu" eSuperTypes="#//Uielement #//MultiLangLabel"/> <eClassifiers xsi:type="ecore:EClass" name="BlockUI" eSuperTypes="#//Uielement #//ChildrenHolder common.ecore#//HTMLLayerHolder"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceTarget" upperBound="-1" eType="#//AreaRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileUpload" eSuperTypes="#//Uielement"/> <eClassifiers xsi:type="ecore:EClass" name="FileDownload" eSuperTypes="#//Uielement #//MultiLangLabel"/> <eClassifiers xsi:type="ecore:EClass" name="DataScroller" eSuperTypes="#//SourcesPointer #//ChildrenHolder #//MultiLangLabel common.ecore#//HTMLLayerHolder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Poll" eSuperTypes="#//Uielement"/> <eClassifiers xsi:type="ecore:EClass" name="DataTemplate" eSuperTypes="#//InputElement"/> <eClassifiers xsi:type="ecore:EClass" name="WindowRef" eSuperTypes="#//Uielement #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuHolder"> <eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//MenuFolder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuExtensionRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionRef" eType="#//MenuFolder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuElement" eSuperTypes="#//MultiLangLabel #//StyleElement artifact.ecore#//Categorized #//EnabledUIItem common.ecore#//Orderable #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuFolder" eSuperTypes="common.ecore#//HTMLLayerHolder #//EnabledUIItem artifact.ecore#//Categorized #//StyleElement #//MultiLangLabel #//ItemIcon #//FlexFields"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menuElements" upperBound="-1" eType="#//MenuElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuItem" eSuperTypes="#//MenuElement #//ItemIcon"> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refreshAreas" upperBound="-1" eType="#//AreaRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuExtensionPoint" eSuperTypes="#//MenuElement #//MenuExtensionRef"/> <eClassifiers xsi:type="ecore:EClass" name="SubMenu" eSuperTypes="#//MenuElement #//ItemIcon #//FlexFields"/> <eClassifiers xsi:type="ecore:EClass" name="ToSubmenu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//SubMenu"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//MenuFolder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuSeparator" eSuperTypes="#//MenuElement"/> <eClassifiers xsi:type="ecore:EClass" name="Tree" eSuperTypes="#//SourcesPointer #//MultiLangLabel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionMode" eType="#//SelectionMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cols" upperBound="-1" eType="#//Column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//Root" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controls" upperBound="-1" eType="#//DataControl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//Dependency" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="type.ecore#//MethodPointer #//ContextParameters"/> <eClassifiers xsi:type="ecore:EClass" name="PREFormTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PREQueryTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="POSTQueryTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PREInsertTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PREDeleteTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="POSTCreateTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PREUpdateTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InsertTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SearchTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preFormTrigger" eType="#//PREFormTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//FormVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormVariable" eSuperTypes="type.ecore#//TypePointer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramRef" eType="#//FormParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataControl" eSuperTypes="artifact.ecore#//Categorized"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="ecore:EClass type.ecore#//TypePointer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preQueryTrigger" eType="#//PREQueryTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postQueryTrigger" eType="#//POSTQueryTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preInsertTrigger" eType="#//PREInsertTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preDeleteTrigger" eType="#//PREDeleteTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postCreateTrigger" eType="#//POSTCreateTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preUpdateTrigger" eType="#//PREUpdateTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="create" eType="#//CreateTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="search" eType="#//SearchTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artificialFields" upperBound="-1" eType="#//ArtificialField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultSearch" eType="#//ContextParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultOrderBy" eType="#//Orders" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationMappers" upperBound="-1" eType="#//RelationMapper" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationMapper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataControlRef" eType="#//DataControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="ecore:EClass type.ecore#//TypeElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assosiationRef" eType="ecore:EClass type.ecore#//Assosiation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Orders"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderRules" upperBound="-1" eType="#//OrderBy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderBy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refObj" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="#//Order"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="master" eType="#//DataControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="detail" eType="#//DataControl"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTree" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="ecore:EClass type.ecore#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalRelation" eSuperTypes="#//Relation"> <eStructuralFeatures xsi:type="ecore:EReference" name="assosiationRef" eType="ecore:EClass type.ecore#//Assosiation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="master" eType="#//DataControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="detail" eType="#//DataControl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtificialField" eSuperTypes="type.ecore#//TypePointer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/isakovarseniy/tura/sirius/plugins/org.tura.metamodel/model/form.ecore
ecore
form Form uid name view datacontrols parameters FormParameter uid name Views uid canvases viewInheritances tabPagesInheritances menus Comparator EQ EQ NEQ NEQ GT GT GEQ GEQ LT LT LEQ LEQ Order ASC ASC DESC DESC MultiLangLabel multiLangLabel CanvasFrame uid name ViewPortHolder viewElement DefaultCavas defaultCanvas ViewElement PopupCanvas modal OverlayCanvas modal sourceTarget Canvas Window MenuDefinition uid name menuFolders toSubMenu Orientation Top Top Bottom Bottom Left Left Right Right TabCanvas orientation TabPage tabSequence ViewPort uid name viewPortTrigger ViewArea uid name baseCanvas linkToLabels linkToMessages ViewPortTrigger uid ViewInheritance uid source target TabPagesInheritance uid source target LinkToMessage uid source target LinkToLabel uid source target ChildrenHolder children ContextParameter uid refObj operation value ContextValue uid constant value expression ExpressionPart uid objRef order expressionType ContextParameters parameters Context StyleElement style NickNamed nickname FlexFields fields FlexField EnabledUIItem enabled Uielement uid required readOnly refreshAreas ItemIcon icon AreaRef area group Formatable format ControlPointer sourcePointer valuePointer sourceCast sourceCastDataControl SourcesPointer InputElement Selection displayOptionPointer valueOptionPointer LayerHolder InputText rows columns Password Label label MessageElement label OutputText CheckBox OptionSelection optionPointer optionCast optionCastDataControl selection initialOptionMessage initialOptionValue RadioLayout lineDirection lineDirection pageDirection pageDirection custom custom responsive responsive grid grid DropDownSelection SelectManyMenu RadioSelection layout columns Image Date Button label DataExporter sourceTarget type DataExporterType xls xls pdf pdf csv csv xml xml Sortable Not Not Default Default Asc Asc Desc Desc Column uid label sortable element priority SelectionMode Single Single Multiple Multiple CheckBox CheckBox Table label rowNumber selectionMode cols scrollable scrollHeight Menu BlockUI sourceTarget FileUpload FileDownload DataScroller rowNumber colNumber Poll DataTemplate WindowRef label MenuHolder menu MenuExtensionRef extensionRef MenuElement uid name MenuFolder uid name extensionPoint menuElements MenuItem transition refreshAreas MenuExtensionPoint SubMenu ToSubmenu uid source target MenuSeparator Tree label selectionMode image cols Controls uid root controls relations dependencies Trigger PREFormTrigger uid PREQueryTrigger uid POSTQueryTrigger uid PREInsertTrigger uid PREDeleteTrigger uid POSTCreateTrigger uid PREUpdateTrigger uid CreateTrigger uid InsertTrigger uid UpdateTrigger uid DeleteTrigger uid SearchTrigger uid Root uid name preFormTrigger variables FormVariable uid name paramRef DataControl uid name baseType preQueryTrigger postQueryTrigger preInsertTrigger preDeleteTrigger postCreateTrigger preUpdateTrigger create search artificialFields defaultSearch defaultOrderBy relationMappers RelationMapper uid dataControlRef typeRef assosiationRef Orders uid orderRules OrderBy uid refObj order Relation uid name master detail isTree links InternalRelation assosiationRef Dependency uid name master detail ArtificialField uid name
null
{"directed":true,"nodes":[{"nsPrefix":"tura.form","nsURI":"http://tura.org/2016/v2/form","name":"form","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormParameter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Views","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Comparator","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Order","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiLangLabel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CanvasFrame","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewPortHolder","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultCavas","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopupCanvas","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverlayCanvas","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Window","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuDefinition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Orientation","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabCanvas","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabPage","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewPort","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewArea","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewPortTrigger","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewInheritance","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabPagesInheritance","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkToMessage","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkToLabel","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildrenHolder","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextParameter","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextValue","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionPart","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextParameters","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleElement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NickNamed","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlexFields","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlexField","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnabledUIItem","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uielement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemIcon","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AreaRef","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formatable","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlPointer","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourcesPointer","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputElement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerHolder","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputText","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Password","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputText","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionSelection","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RadioLayout","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropDownSelection","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectManyMenu","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioSelection","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Date","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataExporter","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataExporterType","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Sortable","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SelectionMode","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockUI","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileUpload","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileDownload","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataScroller","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Poll","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTemplate","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowRef","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuHolder","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuExtensionRef","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuElement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuFolder","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuExtensionPoint","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubMenu","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToSubmenu","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuSeparator","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controls","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PREFormTrigger","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PREQueryTrigger","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POSTQueryTrigger","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PREInsertTrigger","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PREDeleteTrigger","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POSTCreateTrigger","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PREUpdateTrigger","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTrigger","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertTrigger","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateTrigger","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteTrigger","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SearchTrigger","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormVariable","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataControl","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationMapper","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Orders","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderBy","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalRelation","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtificialField","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"datacontrols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"canvases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewInheritances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tabPagesInheritances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"name":"EQ","id":133,"value":0,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"NEQ","id":134,"value":1,"literal":"NEQ","eClass":"EEnumLiteral"},{"name":"GT","id":135,"value":2,"literal":"GT","eClass":"EEnumLiteral"},{"name":"GEQ","id":136,"value":3,"literal":"GEQ","eClass":"EEnumLiteral"},{"name":"LT","id":137,"value":4,"literal":"LT","eClass":"EEnumLiteral"},{"name":"LEQ","id":138,"value":5,"literal":"LEQ","eClass":"EEnumLiteral"},{"name":"ASC","id":139,"value":0,"literal":"ASC","eClass":"EEnumLiteral"},{"name":"DESC","id":140,"value":1,"literal":"DESC","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiLangLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultCanvas","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modal","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modal","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menuFolders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toSubMenu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"name":"Top","id":197,"value":0,"literal":"Top","eClass":"EEnumLiteral"},{"name":"Bottom","id":198,"value":1,"literal":"Bottom","eClass":"EEnumLiteral"},{"name":"Left","id":199,"value":2,"literal":"Left","eClass":"EEnumLiteral"},{"name":"Right","id":200,"value":3,"literal":"Right","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tabSequence","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewPortTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseCanvas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkToLabels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkToMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refObj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionType","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nickname","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"readOnly","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refreshAreas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"area","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourcePointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valuePointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceCast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceCastDataControl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"displayOptionPointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueOptionPointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"optionPointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"optionCast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"optionCastDataControl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOptionMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialOptionValue","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"name":"lineDirection","id":378,"value":0,"literal":"lineDirection","eClass":"EEnumLiteral"},{"name":"pageDirection","id":379,"value":1,"literal":"pageDirection","eClass":"EEnumLiteral"},{"name":"custom","id":380,"value":2,"literal":"custom","eClass":"EEnumLiteral"},{"name":"responsive","id":381,"value":3,"literal":"responsive","eClass":"EEnumLiteral"},{"name":"grid","id":382,"value":4,"literal":"grid","eClass":"EEnumLiteral"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"name":"xls","id":406,"value":0,"literal":"xls","eClass":"EEnumLiteral"},{"name":"pdf","id":407,"value":1,"literal":"pdf","eClass":"EEnumLiteral"},{"name":"csv","id":408,"value":2,"literal":"csv","eClass":"EEnumLiteral"},{"name":"xml","id":409,"value":3,"literal":"xml","eClass":"EEnumLiteral"},{"name":"Not","id":410,"value":0,"literal":"Not","eClass":"EEnumLiteral"},{"name":"Default","id":411,"value":1,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Asc","id":412,"value":2,"literal":"Asc","eClass":"EEnumLiteral"},{"name":"Desc","id":413,"value":3,"literal":"Desc","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortable","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"name":"Single","id":430,"value":0,"literal":"Single","eClass":"EEnumLiteral"},{"name":"Multiple","id":431,"value":1,"literal":"Multiple","eClass":"EEnumLiteral"},{"name":"CheckBox","id":432,"value":2,"literal":"CheckBox","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rowNumber","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionMode","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scrollable","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scrollHeight","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rowNumber","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colNumber","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extensionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":476,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":486,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extensionPoint","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menuElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refreshAreas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":512,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionMode","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":529,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":577,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preFormTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":585,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":586,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paramRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":592,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":593,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preQueryTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":595,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postQueryTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preInsertTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":597,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preDeleteTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postCreateTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preUpdateTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":600,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":601,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"search","changeable":true,"resolveProxies":true,"lowerBound":0,"id":602,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artificialFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultSearch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":604,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultOrderBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationMappers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":623,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataControlRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":624,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":625,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assosiationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":631,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":635,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refObj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":641,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":642,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"master","changeable":true,"resolveProxies":true,"lowerBound":0,"id":643,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"detail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTree","changeable":true,"lowerBound":0,"iD":false,"id":645,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":646,"derived":false},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assosiationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":653,"derived":false},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":656,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":657,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"master","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"detail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"id":664,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":665,"derived":false},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":1,"target":0},{"source":1,"target":108},{"source":1,"target":109},{"source":1,"target":110},{"source":1,"target":111},{"source":1,"target":112},{"source":108,"target":113},{"source":108,"target":1},{"source":109,"target":114},{"source":109,"target":1},{"source":110,"target":3},{"source":110,"target":115},{"source":110,"target":1},{"source":115,"target":3},{"source":111,"target":84},{"source":111,"target":116},{"source":111,"target":1},{"source":116,"target":84},{"source":112,"target":2},{"source":112,"target":117},{"source":112,"target":1},{"source":117,"target":2},{"source":2,"target":0},{"source":2,"target":118},{"source":2,"target":119},{"source":2,"target":120},{"source":118,"target":121},{"source":118,"target":2},{"source":119,"target":122},{"source":119,"target":2},{"source":3,"target":0},{"source":3,"target":123},{"source":3,"target":124},{"source":3,"target":125},{"source":3,"target":126},{"source":3,"target":127},{"source":123,"target":128},{"source":123,"target":3},{"source":124,"target":7},{"source":124,"target":129},{"source":124,"target":3},{"source":129,"target":7},{"source":125,"target":22},{"source":125,"target":130},{"source":125,"target":3},{"source":130,"target":22},{"source":126,"target":23},{"source":126,"target":131},{"source":126,"target":3},{"source":131,"target":23},{"source":127,"target":15},{"source":127,"target":132},{"source":127,"target":3},{"source":132,"target":15},{"source":4,"target":0},{"source":4,"target":133},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":133,"target":4},{"source":134,"target":4},{"source":135,"target":4},{"source":136,"target":4},{"source":137,"target":4},{"source":138,"target":4},{"source":5,"target":0},{"source":5,"target":139},{"source":5,"target":140},{"source":139,"target":5},{"source":140,"target":5},{"source":6,"target":0},{"source":6,"target":141},{"source":141,"target":31},{"source":141,"target":142},{"source":141,"target":6},{"source":142,"target":31},{"source":7,"target":0},{"source":7,"target":32},{"source":7,"target":143},{"source":7,"target":144},{"source":7,"target":145},{"source":143,"target":146},{"source":143,"target":7},{"source":144,"target":147},{"source":144,"target":7},{"source":145,"target":32},{"source":8,"target":0},{"source":8,"target":148},{"source":8,"target":149},{"source":148,"target":10},{"source":148,"target":150},{"source":148,"target":8},{"source":150,"target":10},{"source":9,"target":0},{"source":9,"target":151},{"source":151,"target":152},{"source":151,"target":9},{"source":10,"target":0},{"source":10,"target":32},{"source":10,"target":33},{"source":10,"target":153},{"source":10,"target":154},{"source":10,"target":155},{"source":153,"target":32},{"source":155,"target":33},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":8},{"source":11,"target":9},{"source":11,"target":6},{"source":11,"target":34},{"source":11,"target":156},{"source":11,"target":157},{"source":11,"target":158},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":156,"target":163},{"source":156,"target":11},{"source":157,"target":7},{"source":158,"target":8},{"source":159,"target":9},{"source":160,"target":6},{"source":162,"target":34},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":8},{"source":12,"target":9},{"source":12,"target":6},{"source":12,"target":34},{"source":12,"target":33},{"source":12,"target":164},{"source":12,"target":165},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":12,"target":171},{"source":12,"target":172},{"source":164,"target":173},{"source":164,"target":12},{"source":165,"target":39},{"source":165,"target":174},{"source":165,"target":12},{"source":174,"target":39},{"source":166,"target":7},{"source":167,"target":8},{"source":168,"target":9},{"source":169,"target":6},{"source":171,"target":34},{"source":172,"target":33},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":8},{"source":13,"target":9},{"source":13,"target":6},{"source":13,"target":34},{"source":13,"target":175},{"source":13,"target":176},{"source":13,"target":177},{"source":13,"target":178},{"source":13,"target":179},{"source":13,"target":180},{"source":175,"target":7},{"source":176,"target":8},{"source":177,"target":9},{"source":178,"target":6},{"source":180,"target":34},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":8},{"source":14,"target":6},{"source":14,"target":34},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":14,"target":184},{"source":14,"target":185},{"source":14,"target":186},{"source":181,"target":7},{"source":182,"target":8},{"source":183,"target":6},{"source":186,"target":34},{"source":15,"target":0},{"source":15,"target":32},{"source":15,"target":187},{"source":15,"target":188},{"source":15,"target":189},{"source":15,"target":190},{"source":15,"target":191},{"source":15,"target":192},{"source":187,"target":193},{"source":187,"target":15},{"source":188,"target":194},{"source":188,"target":15},{"source":189,"target":77},{"source":189,"target":195},{"source":189,"target":15},{"source":195,"target":77},{"source":190,"target":81},{"source":190,"target":196},{"source":190,"target":15},{"source":196,"target":81},{"source":191,"target":32},{"source":16,"target":0},{"source":16,"target":197},{"source":16,"target":198},{"source":16,"target":199},{"source":16,"target":200},{"source":197,"target":16},{"source":198,"target":16},{"source":199,"target":16},{"source":200,"target":16},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":9},{"source":17,"target":6},{"source":17,"target":34},{"source":17,"target":201},{"source":17,"target":202},{"source":17,"target":203},{"source":17,"target":204},{"source":17,"target":205},{"source":17,"target":206},{"source":201,"target":16},{"source":201,"target":207},{"source":201,"target":17},{"source":207,"target":16},{"source":202,"target":7},{"source":203,"target":9},{"source":204,"target":6},{"source":206,"target":34},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":8},{"source":18,"target":6},{"source":18,"target":34},{"source":18,"target":208},{"source":18,"target":209},{"source":18,"target":210},{"source":18,"target":211},{"source":18,"target":212},{"source":18,"target":213},{"source":18,"target":214},{"source":208,"target":215},{"source":208,"target":18},{"source":209,"target":7},{"source":210,"target":8},{"source":211,"target":6},{"source":214,"target":34},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":34},{"source":19,"target":216},{"source":19,"target":217},{"source":19,"target":218},{"source":19,"target":219},{"source":19,"target":220},{"source":19,"target":221},{"source":216,"target":222},{"source":216,"target":19},{"source":217,"target":223},{"source":217,"target":19},{"source":218,"target":21},{"source":218,"target":224},{"source":218,"target":19},{"source":224,"target":21},{"source":219,"target":10},{"source":221,"target":34},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":34},{"source":20,"target":225},{"source":20,"target":226},{"source":20,"target":227},{"source":20,"target":228},{"source":20,"target":229},{"source":20,"target":230},{"source":20,"target":231},{"source":20,"target":232},{"source":225,"target":233},{"source":225,"target":20},{"source":226,"target":234},{"source":226,"target":20},{"source":227,"target":45},{"source":227,"target":235},{"source":227,"target":20},{"source":235,"target":45},{"source":228,"target":25},{"source":228,"target":236},{"source":228,"target":20},{"source":236,"target":25},{"source":229,"target":24},{"source":229,"target":237},{"source":229,"target":20},{"source":237,"target":24},{"source":230,"target":10},{"source":232,"target":34},{"source":21,"target":0},{"source":21,"target":85},{"source":21,"target":238},{"source":21,"target":239},{"source":238,"target":240},{"source":238,"target":21},{"source":239,"target":85},{"source":22,"target":0},{"source":22,"target":241},{"source":22,"target":242},{"source":22,"target":243},{"source":241,"target":244},{"source":241,"target":22},{"source":242,"target":19},{"source":242,"target":245},{"source":242,"target":22},{"source":245,"target":19},{"source":243,"target":7},{"source":243,"target":246},{"source":243,"target":22},{"source":246,"target":7},{"source":23,"target":0},{"source":23,"target":247},{"source":23,"target":248},{"source":23,"target":249},{"source":247,"target":250},{"source":247,"target":23},{"source":248,"target":17},{"source":248,"target":251},{"source":248,"target":23},{"source":251,"target":17},{"source":249,"target":18},{"source":249,"target":252},{"source":249,"target":23},{"source":252,"target":18},{"source":24,"target":0},{"source":24,"target":253},{"source":24,"target":254},{"source":24,"target":255},{"source":253,"target":256},{"source":253,"target":24},{"source":254,"target":43},{"source":254,"target":257},{"source":254,"target":24},{"source":257,"target":43},{"source":255,"target":49},{"source":255,"target":258},{"source":255,"target":24},{"source":258,"target":49},{"source":25,"target":0},{"source":25,"target":259},{"source":25,"target":260},{"source":25,"target":261},{"source":259,"target":262},{"source":259,"target":25},{"source":260,"target":43},{"source":260,"target":263},{"source":260,"target":25},{"source":263,"target":43},{"source":261,"target":48},{"source":261,"target":264},{"source":261,"target":25},{"source":264,"target":48},{"source":26,"target":0},{"source":26,"target":265},{"source":265,"target":37},{"source":265,"target":266},{"source":265,"target":26},{"source":266,"target":37},{"source":27,"target":0},{"source":27,"target":267},{"source":27,"target":268},{"source":27,"target":269},{"source":27,"target":270},{"source":267,"target":271},{"source":267,"target":27},{"source":268,"target":272},{"source":268,"target":27},{"source":269,"target":4},{"source":269,"target":273},{"source":269,"target":27},{"source":273,"target":4},{"source":270,"target":28},{"source":270,"target":274},{"source":270,"target":27},{"source":274,"target":28},{"source":28,"target":0},{"source":28,"target":275},{"source":28,"target":276},{"source":28,"target":277},{"source":28,"target":278},{"source":275,"target":279},{"source":275,"target":28},{"source":276,"target":280},{"source":276,"target":28},{"source":277,"target":281},{"source":277,"target":28},{"source":278,"target":29},{"source":278,"target":282},{"source":278,"target":28},{"source":282,"target":29},{"source":29,"target":0},{"source":29,"target":283},{"source":29,"target":284},{"source":29,"target":285},{"source":29,"target":286},{"source":283,"target":287},{"source":283,"target":29},{"source":284,"target":288},{"source":284,"target":29},{"source":285,"target":289},{"source":285,"target":29},{"source":286,"target":290},{"source":286,"target":29},{"source":30,"target":0},{"source":30,"target":291},{"source":291,"target":27},{"source":291,"target":292},{"source":291,"target":30},{"source":292,"target":27},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":30},{"source":31,"target":293},{"source":31,"target":294},{"source":293,"target":28},{"source":294,"target":30},{"source":32,"target":0},{"source":32,"target":295},{"source":295,"target":31},{"source":295,"target":296},{"source":295,"target":32},{"source":296,"target":31},{"source":33,"target":0},{"source":33,"target":297},{"source":297,"target":298},{"source":297,"target":33},{"source":34,"target":0},{"source":34,"target":299},{"source":299,"target":35},{"source":299,"target":300},{"source":299,"target":34},{"source":300,"target":35},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":301},{"source":35,"target":302},{"source":301,"target":31},{"source":36,"target":0},{"source":36,"target":303},{"source":303,"target":31},{"source":303,"target":304},{"source":303,"target":36},{"source":304,"target":31},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":33},{"source":37,"target":36},{"source":37,"target":34},{"source":37,"target":74},{"source":37,"target":305},{"source":37,"target":306},{"source":37,"target":307},{"source":37,"target":308},{"source":37,"target":309},{"source":37,"target":310},{"source":37,"target":311},{"source":37,"target":312},{"source":37,"target":313},{"source":37,"target":314},{"source":37,"target":315},{"source":305,"target":316},{"source":305,"target":37},{"source":306,"target":31},{"source":306,"target":317},{"source":306,"target":37},{"source":317,"target":31},{"source":307,"target":31},{"source":307,"target":318},{"source":307,"target":37},{"source":318,"target":31},{"source":308,"target":39},{"source":308,"target":319},{"source":308,"target":37},{"source":319,"target":39},{"source":309,"target":32},{"source":310,"target":33},{"source":313,"target":36},{"source":314,"target":34},{"source":315,"target":74},{"source":38,"target":0},{"source":38,"target":320},{"source":320,"target":31},{"source":320,"target":321},{"source":320,"target":38},{"source":321,"target":31},{"source":39,"target":0},{"source":39,"target":322},{"source":39,"target":323},{"source":322,"target":33},{"source":322,"target":324},{"source":322,"target":39},{"source":324,"target":33},{"source":323,"target":325},{"source":323,"target":39},{"source":40,"target":0},{"source":40,"target":326},{"source":326,"target":327},{"source":326,"target":40},{"source":41,"target":0},{"source":41,"target":328},{"source":41,"target":329},{"source":41,"target":330},{"source":41,"target":331},{"source":328,"target":100},{"source":328,"target":332},{"source":328,"target":41},{"source":332,"target":100},{"source":329,"target":333},{"source":329,"target":41},{"source":330,"target":334},{"source":330,"target":41},{"source":331,"target":100},{"source":331,"target":335},{"source":331,"target":41},{"source":335,"target":100},{"source":42,"target":0},{"source":42,"target":37},{"source":42,"target":41},{"source":42,"target":336},{"source":42,"target":337},{"source":336,"target":37},{"source":337,"target":41},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":338},{"source":338,"target":42},{"source":44,"target":0},{"source":44,"target":32},{"source":44,"target":339},{"source":44,"target":340},{"source":44,"target":341},{"source":339,"target":342},{"source":339,"target":44},{"source":340,"target":343},{"source":340,"target":44},{"source":341,"target":32},{"source":45,"target":0},{"source":45,"target":37},{"source":45,"target":26},{"source":45,"target":344},{"source":45,"target":345},{"source":45,"target":346},{"source":344,"target":37},{"source":345,"target":26},{"source":46,"target":0},{"source":46,"target":43},{"source":46,"target":40},{"source":46,"target":347},{"source":46,"target":348},{"source":46,"target":349},{"source":46,"target":350},{"source":347,"target":351},{"source":347,"target":46},{"source":348,"target":352},{"source":348,"target":46},{"source":349,"target":43},{"source":350,"target":40},{"source":47,"target":0},{"source":47,"target":43},{"source":47,"target":40},{"source":47,"target":353},{"source":47,"target":354},{"source":353,"target":43},{"source":354,"target":40},{"source":48,"target":0},{"source":48,"target":37},{"source":48,"target":6},{"source":48,"target":355},{"source":48,"target":356},{"source":48,"target":357},{"source":355,"target":358},{"source":355,"target":48},{"source":356,"target":37},{"source":357,"target":6},{"source":49,"target":0},{"source":49,"target":37},{"source":49,"target":6},{"source":49,"target":359},{"source":49,"target":360},{"source":49,"target":361},{"source":359,"target":362},{"source":359,"target":49},{"source":360,"target":37},{"source":361,"target":6},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":40},{"source":50,"target":363},{"source":50,"target":364},{"source":363,"target":43},{"source":364,"target":40},{"source":51,"target":0},{"source":51,"target":43},{"source":51,"target":365},{"source":365,"target":43},{"source":52,"target":0},{"source":52,"target":366},{"source":52,"target":367},{"source":52,"target":368},{"source":52,"target":369},{"source":52,"target":370},{"source":52,"target":371},{"source":366,"target":100},{"source":366,"target":372},{"source":366,"target":52},{"source":372,"target":100},{"source":367,"target":373},{"source":367,"target":52},{"source":368,"target":100},{"source":368,"target":374},{"source":368,"target":52},{"source":374,"target":100},{"source":369,"target":44},{"source":369,"target":375},{"source":369,"target":52},{"source":375,"target":44},{"source":370,"target":31},{"source":370,"target":376},{"source":370,"target":52},{"source":376,"target":31},{"source":371,"target":377},{"source":371,"target":52},{"source":53,"target":0},{"source":53,"target":378},{"source":53,"target":379},{"source":53,"target":380},{"source":53,"target":381},{"source":53,"target":382},{"source":378,"target":53},{"source":379,"target":53},{"source":380,"target":53},{"source":381,"target":53},{"source":382,"target":53},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":43},{"source":54,"target":383},{"source":54,"target":384},{"source":383,"target":52},{"source":384,"target":43},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":37},{"source":55,"target":385},{"source":55,"target":386},{"source":385,"target":52},{"source":386,"target":37},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":43},{"source":56,"target":387},{"source":56,"target":388},{"source":56,"target":389},{"source":56,"target":390},{"source":387,"target":53},{"source":387,"target":391},{"source":387,"target":56},{"source":391,"target":53},{"source":388,"target":392},{"source":388,"target":56},{"source":389,"target":52},{"source":390,"target":43},{"source":57,"target":0},{"source":57,"target":43},{"source":57,"target":393},{"source":393,"target":43},{"source":58,"target":0},{"source":58,"target":43},{"source":58,"target":40},{"source":58,"target":394},{"source":58,"target":395},{"source":394,"target":43},{"source":395,"target":40},{"source":59,"target":0},{"source":59,"target":37},{"source":59,"target":6},{"source":59,"target":38},{"source":59,"target":396},{"source":59,"target":397},{"source":59,"target":398},{"source":59,"target":399},{"source":396,"target":400},{"source":396,"target":59},{"source":397,"target":37},{"source":398,"target":6},{"source":399,"target":38},{"source":60,"target":0},{"source":60,"target":43},{"source":60,"target":401},{"source":60,"target":402},{"source":60,"target":403},{"source":401,"target":39},{"source":401,"target":404},{"source":401,"target":60},{"source":404,"target":39},{"source":402,"target":61},{"source":402,"target":405},{"source":402,"target":60},{"source":405,"target":61},{"source":403,"target":43},{"source":61,"target":0},{"source":61,"target":406},{"source":61,"target":407},{"source":61,"target":408},{"source":61,"target":409},{"source":406,"target":61},{"source":407,"target":61},{"source":408,"target":61},{"source":409,"target":61},{"source":62,"target":0},{"source":62,"target":410},{"source":62,"target":411},{"source":62,"target":412},{"source":62,"target":413},{"source":410,"target":62},{"source":411,"target":62},{"source":412,"target":62},{"source":413,"target":62},{"source":63,"target":0},{"source":63,"target":32},{"source":63,"target":6},{"source":63,"target":34},{"source":63,"target":414},{"source":63,"target":415},{"source":63,"target":416},{"source":63,"target":417},{"source":63,"target":418},{"source":63,"target":419},{"source":63,"target":420},{"source":63,"target":421},{"source":63,"target":422},{"source":63,"target":423},{"source":63,"target":424},{"source":414,"target":425},{"source":414,"target":63},{"source":415,"target":426},{"source":415,"target":63},{"source":416,"target":62},{"source":416,"target":427},{"source":416,"target":63},{"source":427,"target":62},{"source":417,"target":37},{"source":417,"target":428},{"source":417,"target":63},{"source":428,"target":37},{"source":418,"target":429},{"source":418,"target":63},{"source":419,"target":32},{"source":420,"target":6},{"source":424,"target":34},{"source":64,"target":0},{"source":64,"target":430},{"source":64,"target":431},{"source":64,"target":432},{"source":430,"target":64},{"source":431,"target":64},{"source":432,"target":64},{"source":65,"target":0},{"source":65,"target":42},{"source":65,"target":6},{"source":65,"target":433},{"source":65,"target":434},{"source":65,"target":435},{"source":65,"target":436},{"source":65,"target":437},{"source":65,"target":438},{"source":65,"target":439},{"source":65,"target":440},{"source":65,"target":441},{"source":433,"target":442},{"source":433,"target":65},{"source":434,"target":443},{"source":434,"target":65},{"source":435,"target":64},{"source":435,"target":444},{"source":435,"target":65},{"source":444,"target":64},{"source":436,"target":63},{"source":436,"target":445},{"source":436,"target":65},{"source":445,"target":63},{"source":437,"target":446},{"source":437,"target":65},{"source":438,"target":447},{"source":438,"target":65},{"source":439,"target":42},{"source":440,"target":6},{"source":66,"target":0},{"source":66,"target":37},{"source":66,"target":6},{"source":66,"target":448},{"source":66,"target":449},{"source":448,"target":37},{"source":449,"target":6},{"source":67,"target":0},{"source":67,"target":37},{"source":67,"target":26},{"source":67,"target":450},{"source":67,"target":451},{"source":67,"target":452},{"source":67,"target":453},{"source":450,"target":39},{"source":450,"target":454},{"source":450,"target":67},{"source":454,"target":39},{"source":451,"target":37},{"source":452,"target":26},{"source":68,"target":0},{"source":68,"target":37},{"source":68,"target":455},{"source":455,"target":37},{"source":69,"target":0},{"source":69,"target":37},{"source":69,"target":6},{"source":69,"target":456},{"source":69,"target":457},{"source":456,"target":37},{"source":457,"target":6},{"source":70,"target":0},{"source":70,"target":42},{"source":70,"target":26},{"source":70,"target":6},{"source":70,"target":458},{"source":70,"target":459},{"source":70,"target":460},{"source":70,"target":461},{"source":70,"target":462},{"source":70,"target":463},{"source":458,"target":464},{"source":458,"target":70},{"source":459,"target":465},{"source":459,"target":70},{"source":460,"target":42},{"source":461,"target":26},{"source":462,"target":6},{"source":71,"target":0},{"source":71,"target":37},{"source":71,"target":466},{"source":466,"target":37},{"source":72,"target":0},{"source":72,"target":43},{"source":72,"target":467},{"source":467,"target":43},{"source":73,"target":0},{"source":73,"target":37},{"source":73,"target":34},{"source":73,"target":468},{"source":73,"target":469},{"source":73,"target":470},{"source":468,"target":471},{"source":468,"target":73},{"source":469,"target":37},{"source":470,"target":34},{"source":74,"target":0},{"source":74,"target":472},{"source":472,"target":77},{"source":472,"target":473},{"source":472,"target":74},{"source":473,"target":77},{"source":75,"target":0},{"source":75,"target":474},{"source":474,"target":77},{"source":474,"target":475},{"source":474,"target":75},{"source":475,"target":77},{"source":76,"target":0},{"source":76,"target":6},{"source":76,"target":32},{"source":76,"target":36},{"source":76,"target":34},{"source":76,"target":476},{"source":76,"target":477},{"source":76,"target":478},{"source":76,"target":479},{"source":76,"target":480},{"source":76,"target":481},{"source":76,"target":482},{"source":76,"target":483},{"source":476,"target":484},{"source":476,"target":76},{"source":477,"target":485},{"source":477,"target":76},{"source":478,"target":6},{"source":479,"target":32},{"source":481,"target":36},{"source":483,"target":34},{"source":77,"target":0},{"source":77,"target":36},{"source":77,"target":32},{"source":77,"target":6},{"source":77,"target":38},{"source":77,"target":34},{"source":77,"target":486},{"source":77,"target":487},{"source":77,"target":488},{"source":77,"target":489},{"source":77,"target":490},{"source":77,"target":491},{"source":77,"target":492},{"source":77,"target":493},{"source":77,"target":494},{"source":77,"target":495},{"source":77,"target":496},{"source":486,"target":497},{"source":486,"target":77},{"source":487,"target":498},{"source":487,"target":77},{"source":488,"target":499},{"source":488,"target":77},{"source":489,"target":76},{"source":489,"target":500},{"source":489,"target":77},{"source":500,"target":76},{"source":491,"target":36},{"source":493,"target":32},{"source":494,"target":6},{"source":495,"target":38},{"source":496,"target":34},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":38},{"source":78,"target":501},{"source":78,"target":502},{"source":78,"target":503},{"source":78,"target":504},{"source":501,"target":31},{"source":501,"target":505},{"source":501,"target":78},{"source":505,"target":31},{"source":502,"target":39},{"source":502,"target":506},{"source":502,"target":78},{"source":506,"target":39},{"source":503,"target":76},{"source":504,"target":38},{"source":79,"target":0},{"source":79,"target":76},{"source":79,"target":75},{"source":79,"target":507},{"source":79,"target":508},{"source":507,"target":76},{"source":508,"target":75},{"source":80,"target":0},{"source":80,"target":76},{"source":80,"target":38},{"source":80,"target":34},{"source":80,"target":509},{"source":80,"target":510},{"source":80,"target":511},{"source":509,"target":76},{"source":510,"target":38},{"source":511,"target":34},{"source":81,"target":0},{"source":81,"target":512},{"source":81,"target":513},{"source":81,"target":514},{"source":512,"target":515},{"source":512,"target":81},{"source":513,"target":80},{"source":513,"target":516},{"source":513,"target":81},{"source":516,"target":80},{"source":514,"target":77},{"source":514,"target":517},{"source":514,"target":81},{"source":517,"target":77},{"source":82,"target":0},{"source":82,"target":76},{"source":82,"target":518},{"source":518,"target":76},{"source":83,"target":0},{"source":83,"target":42},{"source":83,"target":6},{"source":83,"target":519},{"source":83,"target":520},{"source":83,"target":521},{"source":83,"target":522},{"source":83,"target":523},{"source":83,"target":524},{"source":519,"target":525},{"source":519,"target":83},{"source":520,"target":64},{"source":520,"target":526},{"source":520,"target":83},{"source":526,"target":64},{"source":521,"target":31},{"source":521,"target":527},{"source":521,"target":83},{"source":527,"target":31},{"source":522,"target":63},{"source":522,"target":528},{"source":522,"target":83},{"source":528,"target":63},{"source":523,"target":42},{"source":524,"target":6},{"source":84,"target":0},{"source":84,"target":529},{"source":84,"target":530},{"source":84,"target":531},{"source":84,"target":532},{"source":84,"target":533},{"source":529,"target":534},{"source":529,"target":84},{"source":530,"target":98},{"source":530,"target":535},{"source":530,"target":84},{"source":535,"target":98},{"source":531,"target":100},{"source":531,"target":536},{"source":531,"target":84},{"source":536,"target":100},{"source":532,"target":104},{"source":532,"target":537},{"source":532,"target":84},{"source":537,"target":104},{"source":533,"target":106},{"source":533,"target":538},{"source":533,"target":84},{"source":538,"target":106},{"source":85,"target":0},{"source":85,"target":30},{"source":85,"target":539},{"source":85,"target":540},{"source":540,"target":30},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":541},{"source":86,"target":542},{"source":541,"target":543},{"source":541,"target":86},{"source":542,"target":85},{"source":87,"target":0},{"source":87,"target":85},{"source":87,"target":544},{"source":87,"target":545},{"source":544,"target":546},{"source":544,"target":87},{"source":545,"target":85},{"source":88,"target":0},{"source":88,"target":85},{"source":88,"target":547},{"source":88,"target":548},{"source":547,"target":549},{"source":547,"target":88},{"source":548,"target":85},{"source":89,"target":0},{"source":89,"target":85},{"source":89,"target":550},{"source":89,"target":551},{"source":550,"target":552},{"source":550,"target":89},{"source":551,"target":85},{"source":90,"target":0},{"source":90,"target":85},{"source":90,"target":553},{"source":90,"target":554},{"source":553,"target":555},{"source":553,"target":90},{"source":554,"target":85},{"source":91,"target":0},{"source":91,"target":85},{"source":91,"target":556},{"source":91,"target":557},{"source":556,"target":558},{"source":556,"target":91},{"source":557,"target":85},{"source":92,"target":0},{"source":92,"target":85},{"source":92,"target":559},{"source":92,"target":560},{"source":559,"target":561},{"source":559,"target":92},{"source":560,"target":85},{"source":93,"target":0},{"source":93,"target":85},{"source":93,"target":562},{"source":93,"target":563},{"source":562,"target":564},{"source":562,"target":93},{"source":563,"target":85},{"source":94,"target":0},{"source":94,"target":85},{"source":94,"target":565},{"source":94,"target":566},{"source":565,"target":567},{"source":565,"target":94},{"source":566,"target":85},{"source":95,"target":0},{"source":95,"target":85},{"source":95,"target":568},{"source":95,"target":569},{"source":568,"target":570},{"source":568,"target":95},{"source":569,"target":85},{"source":96,"target":0},{"source":96,"target":85},{"source":96,"target":571},{"source":96,"target":572},{"source":571,"target":573},{"source":571,"target":96},{"source":572,"target":85},{"source":97,"target":0},{"source":97,"target":85},{"source":97,"target":574},{"source":97,"target":575},{"source":574,"target":576},{"source":574,"target":97},{"source":575,"target":85},{"source":98,"target":0},{"source":98,"target":577},{"source":98,"target":578},{"source":98,"target":579},{"source":98,"target":580},{"source":577,"target":581},{"source":577,"target":98},{"source":578,"target":582},{"source":578,"target":98},{"source":579,"target":86},{"source":579,"target":583},{"source":579,"target":98},{"source":583,"target":86},{"source":580,"target":99},{"source":580,"target":584},{"source":580,"target":98},{"source":584,"target":99},{"source":99,"target":0},{"source":99,"target":585},{"source":99,"target":586},{"source":99,"target":587},{"source":99,"target":588},{"source":585,"target":589},{"source":585,"target":99},{"source":586,"target":590},{"source":586,"target":99},{"source":587,"target":2},{"source":587,"target":591},{"source":587,"target":99},{"source":591,"target":2},{"source":100,"target":0},{"source":100,"target":592},{"source":100,"target":593},{"source":100,"target":594},{"source":100,"target":595},{"source":100,"target":596},{"source":100,"target":597},{"source":100,"target":598},{"source":100,"target":599},{"source":100,"target":600},{"source":100,"target":601},{"source":100,"target":602},{"source":100,"target":603},{"source":100,"target":604},{"source":100,"target":605},{"source":100,"target":606},{"source":100,"target":607},{"source":592,"target":608},{"source":592,"target":100},{"source":593,"target":609},{"source":593,"target":100},{"source":594,"target":610},{"source":594,"target":100},{"source":595,"target":87},{"source":595,"target":611},{"source":595,"target":100},{"source":611,"target":87},{"source":596,"target":88},{"source":596,"target":612},{"source":596,"target":100},{"source":612,"target":88},{"source":597,"target":89},{"source":597,"target":613},{"source":597,"target":100},{"source":613,"target":89},{"source":598,"target":90},{"source":598,"target":614},{"source":598,"target":100},{"source":614,"target":90},{"source":599,"target":91},{"source":599,"target":615},{"source":599,"target":100},{"source":615,"target":91},{"source":600,"target":92},{"source":600,"target":616},{"source":600,"target":100},{"source":616,"target":92},{"source":601,"target":93},{"source":601,"target":617},{"source":601,"target":100},{"source":617,"target":93},{"source":602,"target":97},{"source":602,"target":618},{"source":602,"target":100},{"source":618,"target":97},{"source":603,"target":107},{"source":603,"target":619},{"source":603,"target":100},{"source":619,"target":107},{"source":604,"target":30},{"source":604,"target":620},{"source":604,"target":100},{"source":620,"target":30},{"source":605,"target":102},{"source":605,"target":621},{"source":605,"target":100},{"source":621,"target":102},{"source":606,"target":101},{"source":606,"target":622},{"source":606,"target":100},{"source":622,"target":101},{"source":101,"target":0},{"source":101,"target":623},{"source":101,"target":624},{"source":101,"target":625},{"source":101,"target":626},{"source":623,"target":627},{"source":623,"target":101},{"source":624,"target":100},{"source":624,"target":628},{"source":624,"target":101},{"source":628,"target":100},{"source":625,"target":629},{"source":625,"target":101},{"source":626,"target":630},{"source":626,"target":101},{"source":102,"target":0},{"source":102,"target":631},{"source":102,"target":632},{"source":631,"target":633},{"source":631,"target":102},{"source":632,"target":103},{"source":632,"target":634},{"source":632,"target":102},{"source":634,"target":103},{"source":103,"target":0},{"source":103,"target":635},{"source":103,"target":636},{"source":103,"target":637},{"source":635,"target":638},{"source":635,"target":103},{"source":636,"target":639},{"source":636,"target":103},{"source":637,"target":5},{"source":637,"target":640},{"source":637,"target":103},{"source":640,"target":5},{"source":104,"target":0},{"source":104,"target":641},{"source":104,"target":642},{"source":104,"target":643},{"source":104,"target":644},{"source":104,"target":645},{"source":104,"target":646},{"source":641,"target":647},{"source":641,"target":104},{"source":642,"target":648},{"source":642,"target":104},{"source":643,"target":100},{"source":643,"target":649},{"source":643,"target":104},{"source":649,"target":100},{"source":644,"target":100},{"source":644,"target":650},{"source":644,"target":104},{"source":650,"target":100},{"source":645,"target":651},{"source":645,"target":104},{"source":646,"target":652},{"source":646,"target":104},{"source":105,"target":0},{"source":105,"target":104},{"source":105,"target":653},{"source":105,"target":654},{"source":653,"target":655},{"source":653,"target":105},{"source":654,"target":104},{"source":106,"target":0},{"source":106,"target":656},{"source":106,"target":657},{"source":106,"target":658},{"source":106,"target":659},{"source":656,"target":660},{"source":656,"target":106},{"source":657,"target":661},{"source":657,"target":106},{"source":658,"target":100},{"source":658,"target":662},{"source":658,"target":106},{"source":662,"target":100},{"source":659,"target":100},{"source":659,"target":663},{"source":659,"target":106},{"source":663,"target":100},{"source":107,"target":0},{"source":107,"target":664},{"source":107,"target":665},{"source":107,"target":666},{"source":664,"target":667},{"source":664,"target":107},{"source":665,"target":668},{"source":665,"target":107}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="specDsl" nsURI="http://www.ac.jp/jaist/kslab/sb/marte/spec/SpecDsl" nsPrefix="specDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Datasheet" eSuperTypes="#//Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//DslComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslProtocol" eSuperTypes="#//Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//DslOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DslType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramType" upperBound="-1" eType="#//DslType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramname" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pins" upperBound="-1" eType="#//DslPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//DslPort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//DslPackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslMcu" eSuperTypes="#//DslComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="peripherals" upperBound="-1" eType="#//DslPeripheral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfr" upperBound="-1" eType="#//DslRegister" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslDevice" eSuperTypes="#//DslComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//DslFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="registers" upperBound="-1" eType="#//DslRegister" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pins" unique="false" upperBound="-1" eType="#//DslPin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslPin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslRegister"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bits" upperBound="-1" eType="#//DslBit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslBit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslPackage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="names" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pins" upperBound="-1" eType="#//DslPackagePin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslPackagePin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pinNo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="altNames" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslPeripheral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compliant" unique="false" upperBound="-1" eType="#//DslProtocol"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//DslOperationImpl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslOperationImpl"> <eStructuralFeatures xsi:type="ecore:EReference" name="rettype" eType="#//DslType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implOperation" eType="#//DslOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//DslTypedParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1" eType="#//DslPeripheralExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslPeripheralExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DslRegisterRead" eSuperTypes="#//DslExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//XBoolType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//XBoolType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslRegisterWrite" eSuperTypes="#//DslExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//XBoolType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//DslValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslValue"/> <eClassifiers xsi:type="ecore:EClass" name="DslRefVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//DslVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DslType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//DslTypedParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//DslExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslTypedParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="paramType" eType="#//DslType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslCallFunction" eSuperTypes="#//DslExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//XBoolType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//DslOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//XConditionalExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslDefineVariable" eSuperTypes="#//DslExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//XBoolType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslReturn" eSuperTypes="#//DslExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//XBoolType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//DslDefineVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DslExpression" eSuperTypes="#//DslPeripheralExpression"/> <eClassifiers xsi:type="ecore:EClass" name="XBinaryExpression" eSuperTypes="#//DslExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//DslVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//DslExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XBlockExpression" eSuperTypes="#//DslExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//DslExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XPrimaryExpression" eSuperTypes="#//DslExpression"/> <eClassifiers xsi:type="ecore:EClass" name="XConditionalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="XConditionalBlockExpression" eSuperTypes="#//XConditionalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//XConditionalExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XConditionalUnaryExpression" eSuperTypes="#//XConditionalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//XConditionalExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XBoolExpression" eSuperTypes="#//XConditionalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//XBoolType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//XConditionalExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XBoolType" eSuperTypes="#//DslValue #//XConditionalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="XBitAccess" eSuperTypes="#//XBoolType"> <eStructuralFeatures xsi:type="ecore:EReference" name="bit" eType="#//DslBit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XRegisterAccess" eSuperTypes="#//XBoolType"> <eStructuralFeatures xsi:type="ecore:EReference" name="reg" eType="#//DslRegister"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XVariableAccess" eSuperTypes="#//XBoolType"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//DslDefineVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XParamVariableAccess" eSuperTypes="#//XBoolType"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//DslTypedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XIfExpression" eSuperTypes="#//XPrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" eType="#//XConditionalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//DslExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//DslExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XWhileExpression" eSuperTypes="#//XPrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//XConditionalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//DslExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XForExpression" eSuperTypes="#//XPrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//DslExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//XConditionalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop" eType="#//DslExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//DslExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XDoWhileExpression" eSuperTypes="#//XPrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//DslExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//XConditionalExpression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/s-hosoai/solderbullet/jp.ac.jaist.kslab.sb.marte.spec/src-gen/jp/ac/jaist/kslab/sb/marte/spec/SpecDsl.ecore
ecore
specDsl Model name Datasheet revision imports components Import importedNamespace DslProtocol operations DslOperation type name paramType paramname DslComponent name pins ports packages DslMcu peripherals sfr DslDevice functions registers DslPort name pins DslPin name DslRegister address name bits DslBit name DslPackage names pins DslPackagePin name pinNo altNames DslPeripheral name compliant operations DslOperationImpl rettype implOperation params expression DslPeripheralExpression DslRegisterRead ref var DslRegisterWrite ref var DslValue DslRefVariable ref DslFunction type name params expressions DslTypedParameter paramType name DslCallFunction variables function params DslDefineVariable name val DslReturn val DslType type DslVariable var DslExpression XBinaryExpression left op right XBlockExpression expression XPrimaryExpression XConditionalExpression XConditionalBlockExpression expression XConditionalUnaryExpression expression XBoolExpression left op right XBoolType XBitAccess bit XRegisterAccess reg XVariableAccess var XParamVariableAccess var XIfExpression if then else XWhileExpression predicate body XForExpression init predicate loop body XDoWhileExpression body predicate
null
{"directed":true,"nodes":[{"nsPrefix":"specDsl","nsURI":"http://www.ac.jp/jaist/kslab/sb/marte/spec/SpecDsl","name":"specDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datasheet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslProtocol","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslOperation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslComponent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslMcu","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslDevice","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslPin","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslRegister","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslBit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslPackagePin","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslPeripheral","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslOperationImpl","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslPeripheralExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslRegisterRead","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslRegisterWrite","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslRefVariable","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslFunction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslTypedParameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslCallFunction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslDefineVariable","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslReturn","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslVariable","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DslExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XBinaryExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XBlockExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XPrimaryExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XConditionalExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XConditionalBlockExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XConditionalUnaryExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XBoolExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XBoolType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XBitAccess","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XRegisterAccess","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XVariableAccess","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XParamVariableAccess","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XIfExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XWhileExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XForExpression","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XDoWhileExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"paramname","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"peripherals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sfr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"registers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"pins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"names","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pinNo","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"altNames","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"compliant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rettype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":1,"target":0},{"source":1,"target":46},{"source":46,"target":47},{"source":46,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":48,"target":52},{"source":48,"target":2},{"source":49,"target":3},{"source":49,"target":53},{"source":49,"target":2},{"source":53,"target":3},{"source":50,"target":6},{"source":50,"target":54},{"source":50,"target":2},{"source":54,"target":6},{"source":51,"target":1},{"source":3,"target":0},{"source":3,"target":55},{"source":55,"target":56},{"source":55,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":57},{"source":4,"target":58},{"source":57,"target":5},{"source":57,"target":59},{"source":57,"target":4},{"source":59,"target":5},{"source":58,"target":1},{"source":5,"target":0},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":60,"target":27},{"source":60,"target":64},{"source":60,"target":5},{"source":64,"target":27},{"source":61,"target":65},{"source":61,"target":5},{"source":62,"target":27},{"source":62,"target":66},{"source":62,"target":5},{"source":66,"target":27},{"source":63,"target":67},{"source":63,"target":5},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":68,"target":72},{"source":68,"target":6},{"source":69,"target":10},{"source":69,"target":73},{"source":69,"target":6},{"source":73,"target":10},{"source":70,"target":9},{"source":70,"target":74},{"source":70,"target":6},{"source":74,"target":9},{"source":71,"target":13},{"source":71,"target":75},{"source":71,"target":6},{"source":75,"target":13},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":76,"target":15},{"source":76,"target":79},{"source":76,"target":7},{"source":79,"target":15},{"source":77,"target":11},{"source":77,"target":80},{"source":77,"target":7},{"source":80,"target":11},{"source":78,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":81,"target":22},{"source":81,"target":84},{"source":81,"target":8},{"source":84,"target":22},{"source":82,"target":11},{"source":82,"target":85},{"source":82,"target":8},{"source":85,"target":11},{"source":83,"target":6},{"source":9,"target":0},{"source":9,"target":86},{"source":9,"target":87},{"source":86,"target":88},{"source":86,"target":9},{"source":87,"target":10},{"source":87,"target":89},{"source":87,"target":9},{"source":89,"target":10},{"source":10,"target":0},{"source":10,"target":90},{"source":90,"target":91},{"source":90,"target":10},{"source":11,"target":0},{"source":11,"target":92},{"source":11,"target":93},{"source":11,"target":94},{"source":92,"target":95},{"source":92,"target":11},{"source":93,"target":96},{"source":93,"target":11},{"source":94,"target":12},{"source":94,"target":97},{"source":94,"target":11},{"source":97,"target":12},{"source":12,"target":0},{"source":12,"target":98},{"source":98,"target":99},{"source":98,"target":12},{"source":13,"target":0},{"source":13,"target":100},{"source":13,"target":101},{"source":100,"target":102},{"source":100,"target":13},{"source":101,"target":14},{"source":101,"target":103},{"source":101,"target":13},{"source":103,"target":14},{"source":14,"target":0},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":104,"target":107},{"source":104,"target":14},{"source":105,"target":108},{"source":105,"target":14},{"source":106,"target":109},{"source":106,"target":14},{"source":15,"target":0},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":110,"target":113},{"source":110,"target":15},{"source":111,"target":4},{"source":111,"target":114},{"source":111,"target":15},{"source":114,"target":4},{"source":112,"target":16},{"source":112,"target":115},{"source":112,"target":15},{"source":115,"target":16},{"source":16,"target":0},{"source":16,"target":116},{"source":16,"target":117},{"source":16,"target":118},{"source":16,"target":119},{"source":116,"target":27},{"source":116,"target":120},{"source":116,"target":16},{"source":120,"target":27},{"source":117,"target":5},{"source":117,"target":121},{"source":117,"target":16},{"source":121,"target":5},{"source":118,"target":23},{"source":118,"target":122},{"source":118,"target":16},{"source":122,"target":23},{"source":119,"target":17},{"source":119,"target":123},{"source":119,"target":16},{"source":123,"target":17},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":29},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":124,"target":37},{"source":124,"target":127},{"source":124,"target":18},{"source":127,"target":37},{"source":125,"target":37},{"source":125,"target":128},{"source":125,"target":18},{"source":128,"target":37},{"source":126,"target":29},{"source":19,"target":0},{"source":19,"target":29},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":129,"target":37},{"source":129,"target":132},{"source":129,"target":19},{"source":132,"target":37},{"source":130,"target":20},{"source":130,"target":133},{"source":130,"target":19},{"source":133,"target":20},{"source":131,"target":29},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":134},{"source":134,"target":28},{"source":134,"target":135},{"source":134,"target":21},{"source":135,"target":28},{"source":22,"target":0},{"source":22,"target":136},{"source":22,"target":137},{"source":22,"target":138},{"source":22,"target":139},{"source":136,"target":27},{"source":136,"target":140},{"source":136,"target":22},{"source":140,"target":27},{"source":137,"target":141},{"source":137,"target":22},{"source":138,"target":23},{"source":138,"target":142},{"source":138,"target":22},{"source":142,"target":23},{"source":139,"target":29},{"source":139,"target":143},{"source":139,"target":22},{"source":143,"target":29},{"source":23,"target":0},{"source":23,"target":144},{"source":23,"target":145},{"source":144,"target":27},{"source":144,"target":146},{"source":144,"target":23},{"source":146,"target":27},{"source":145,"target":147},{"source":145,"target":23},{"source":24,"target":0},{"source":24,"target":29},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":24,"target":151},{"source":148,"target":37},{"source":148,"target":152},{"source":148,"target":24},{"source":152,"target":37},{"source":149,"target":5},{"source":149,"target":153},{"source":149,"target":24},{"source":153,"target":5},{"source":150,"target":33},{"source":150,"target":154},{"source":150,"target":24},{"source":154,"target":33},{"source":151,"target":29},{"source":25,"target":0},{"source":25,"target":29},{"source":25,"target":155},{"source":25,"target":156},{"source":25,"target":157},{"source":155,"target":158},{"source":155,"target":25},{"source":156,"target":37},{"source":156,"target":159},{"source":156,"target":25},{"source":159,"target":37},{"source":157,"target":29},{"source":26,"target":0},{"source":26,"target":29},{"source":26,"target":160},{"source":26,"target":161},{"source":160,"target":37},{"source":160,"target":162},{"source":160,"target":26},{"source":162,"target":37},{"source":161,"target":29},{"source":27,"target":0},{"source":27,"target":163},{"source":163,"target":164},{"source":163,"target":27},{"source":28,"target":0},{"source":28,"target":165},{"source":165,"target":25},{"source":165,"target":166},{"source":165,"target":28},{"source":166,"target":25},{"source":29,"target":0},{"source":29,"target":17},{"source":29,"target":167},{"source":167,"target":17},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":168},{"source":30,"target":169},{"source":30,"target":170},{"source":30,"target":171},{"source":168,"target":28},{"source":168,"target":172},{"source":168,"target":30},{"source":172,"target":28},{"source":169,"target":173},{"source":169,"target":30},{"source":170,"target":29},{"source":170,"target":174},{"source":170,"target":30},{"source":174,"target":29},{"source":171,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":175},{"source":31,"target":176},{"source":175,"target":29},{"source":175,"target":177},{"source":175,"target":31},{"source":177,"target":29},{"source":176,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":178},{"source":178,"target":29},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":179},{"source":34,"target":180},{"source":179,"target":33},{"source":179,"target":181},{"source":179,"target":34},{"source":181,"target":33},{"source":180,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":182},{"source":35,"target":183},{"source":182,"target":33},{"source":182,"target":184},{"source":182,"target":35},{"source":184,"target":33},{"source":183,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":185},{"source":36,"target":186},{"source":36,"target":187},{"source":36,"target":188},{"source":185,"target":37},{"source":185,"target":189},{"source":185,"target":36},{"source":189,"target":37},{"source":186,"target":190},{"source":186,"target":36},{"source":187,"target":33},{"source":187,"target":191},{"source":187,"target":36},{"source":191,"target":33},{"source":188,"target":33},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":33},{"source":37,"target":192},{"source":37,"target":193},{"source":192,"target":20},{"source":193,"target":33},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":194},{"source":38,"target":195},{"source":194,"target":12},{"source":194,"target":196},{"source":194,"target":38},{"source":196,"target":12},{"source":195,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":197},{"source":39,"target":198},{"source":197,"target":11},{"source":197,"target":199},{"source":197,"target":39},{"source":199,"target":11},{"source":198,"target":37},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":200},{"source":40,"target":201},{"source":200,"target":25},{"source":200,"target":202},{"source":200,"target":40},{"source":202,"target":25},{"source":201,"target":37},{"source":41,"target":0},{"source":41,"target":37},{"source":41,"target":203},{"source":41,"target":204},{"source":203,"target":23},{"source":203,"target":205},{"source":203,"target":41},{"source":205,"target":23},{"source":204,"target":37},{"source":42,"target":0},{"source":42,"target":32},{"source":42,"target":206},{"source":42,"target":207},{"source":42,"target":208},{"source":42,"target":209},{"source":206,"target":33},{"source":206,"target":210},{"source":206,"target":42},{"source":210,"target":33},{"source":207,"target":29},{"source":207,"target":211},{"source":207,"target":42},{"source":211,"target":29},{"source":208,"target":29},{"source":208,"target":212},{"source":208,"target":42},{"source":212,"target":29},{"source":209,"target":32},{"source":43,"target":0},{"source":43,"target":32},{"source":43,"target":213},{"source":43,"target":214},{"source":43,"target":215},{"source":213,"target":33},{"source":213,"target":216},{"source":213,"target":43},{"source":216,"target":33},{"source":214,"target":29},{"source":214,"target":217},{"source":214,"target":43},{"source":217,"target":29},{"source":215,"target":32},{"source":44,"target":0},{"source":44,"target":32},{"source":44,"target":218},{"source":44,"target":219},{"source":44,"target":220},{"source":44,"target":221},{"source":44,"target":222},{"source":218,"target":29},{"source":218,"target":223},{"source":218,"target":44},{"source":223,"target":29},{"source":219,"target":33},{"source":219,"target":224},{"source":219,"target":44},{"source":224,"target":33},{"source":220,"target":29},{"source":220,"target":225},{"source":220,"target":44},{"source":225,"target":29},{"source":221,"target":29},{"source":221,"target":226},{"source":221,"target":44},{"source":226,"target":29},{"source":222,"target":32},{"source":45,"target":0},{"source":45,"target":32},{"source":45,"target":227},{"source":45,"target":228},{"source":45,"target":229},{"source":227,"target":29},{"source":227,"target":230},{"source":227,"target":45},{"source":230,"target":29},{"source":228,"target":33},{"source":228,"target":231},{"source":228,"target":45},{"source":231,"target":33},{"source":229,"target":32}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="trace" nsURI="http://eclipse.org/epsilon/modelflow/management/trace/1.0" nsPrefix="managementTrace"> <eClassifiers xsi:type="ecore:EClass" name="EStringToObjectMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManagementTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1" eType="#//TaskTrace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskTrace"> <eAnnotations source="exeed"> <details key="classIcon" value="operation"/> <details key="label" value="return self.task.name + ' trace';"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="ecore:EClass http://eclipse.org/epsilon/modelflow/1.0#//Task" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traces" upperBound="-1" eType="#//Trace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eAnnotations source="exeed"> <details key="classIcon" value="transition"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//Element" containment="true"> <eAnnotations source="exeed"> <details key="featureLabel" value="source"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="#//Element" containment="true"> <eAnnotations source="exeed"> <details key="featureLabel" value="return 'target';"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="link" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="ecore:EClass http://eclipse.org/epsilon/modelflow/1.0#//Resource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" eSuperTypes="#//Element"> <eAnnotations source="exeed"> <details key="classIcon" value="model"/> <details key="label" value="return self.container.name + '::' + self.elementId;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementProperty" eSuperTypes="#//ModelElement"> <eAnnotations source="exeed"> <details key="classIcon" value="parameter"/> <details key="label" value="return self.container.name + '::' + self.elementId + '::' + self.property;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileElement" eSuperTypes="#//Element"> <eAnnotations source="exeed"> <details key="classIcon" value="text"/> <details key="label" value="return '@'+self.region.offset + ':' + self.region.length;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="region" eType="#//Region" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region"> <eAnnotations source="exeed"> <details key="classIcon" value="object"/> <details key="label" value="return self.offset + ':' + self.length;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eAnnotations source="exeed"> <details key="classIcon" value="link"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManagementOperation" eSuperTypes="#//Link"> <eAnnotations source="exeed"> <details key="classIcon" value="operation"/> <details key="label" value="return self.link + ':' + self.managementOperation;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="managementOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eAnnotations source="exeed"> <details key="classIcon" value="private"/> <details key="label" value="return self.key + '=' + self.value;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/epsilonlabs/modelflow/plugins/org.epsilonlabs.modelflow.engine/src/org/epsilonlabs/modelflow/management/trace/managementTrace.ecore
ecore
trace EStringToObjectMapEntry java.util.Map$Entry java.util.Map$Entry key value ManagementTrace tasks TaskTrace task traces Trace sources targets link properties Element container ModelElement elementId role ModelElementProperty property value FileElement region Region offset length Link link ManagementOperation managementOperation Property key value
null
{"directed":true,"nodes":[{"nsPrefix":"managementTrace","nsURI":"http://eclipse.org/epsilon/modelflow/management/trace/1.0","name":"trace","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToObjectMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManagementTrace","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskTrace","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementProperty","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManagementOperation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementId","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"managementOperation","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":13,"target":15},{"source":13,"target":1},{"source":14,"target":16},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":17,"target":3},{"source":17,"target":18},{"source":17,"target":2},{"source":18,"target":3},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":21},{"source":19,"target":3},{"source":20,"target":4},{"source":20,"target":22},{"source":20,"target":3},{"source":22,"target":4},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":23,"target":5},{"source":23,"target":27},{"source":23,"target":4},{"source":27,"target":5},{"source":24,"target":5},{"source":24,"target":28},{"source":24,"target":4},{"source":28,"target":5},{"source":25,"target":10},{"source":25,"target":29},{"source":25,"target":4},{"source":29,"target":10},{"source":26,"target":12},{"source":26,"target":30},{"source":26,"target":4},{"source":30,"target":12},{"source":5,"target":0},{"source":5,"target":31},{"source":31,"target":32},{"source":31,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":33,"target":36},{"source":33,"target":6},{"source":34,"target":37},{"source":34,"target":6},{"source":35,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":38,"target":41},{"source":38,"target":7},{"source":39,"target":42},{"source":39,"target":7},{"source":40,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":43},{"source":8,"target":44},{"source":43,"target":9},{"source":43,"target":45},{"source":43,"target":8},{"source":45,"target":9},{"source":44,"target":5},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":47},{"source":46,"target":48},{"source":46,"target":9},{"source":47,"target":49},{"source":47,"target":9},{"source":10,"target":0},{"source":10,"target":50},{"source":50,"target":51},{"source":50,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":52},{"source":11,"target":53},{"source":52,"target":54},{"source":52,"target":11},{"source":53,"target":10},{"source":12,"target":0},{"source":12,"target":55},{"source":12,"target":56},{"source":55,"target":57},{"source":55,"target":12},{"source":56,"target":58},{"source":56,"target":12}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="wdpDsl" nsURI="http://www.inria.org/wordpress/wdpdsl/WdpDsl" nsPrefix="wdpDsl"> <eClassifiers xsi:type="ecore:EClass" name="Website"> <eStructuralFeatures xsi:type="ecore:EReference" name="adminUser" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//User" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="posts" upperBound="-1" eType="#//Post" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearance" eType="#//Appearance" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mediaLibrary" upperBound="-1" eType="#//Media" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1" eType="#//Functionality" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" eType="#//Settings" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deletion" eType="#//Deletion" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deletion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pagesByTitle" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usersByLogin" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediasByTitle" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalitiesByName" unique="false" upperBound="-1" eType="#//functionalities"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginsByFileName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoriesByName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagsByName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menusByName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsByPostDateAuthor" upperBound="-1" eType="#//PostDateAuthor" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostDateAuthor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentAuthorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userRole" eType="#//role"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nickName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="biography" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostPage_Impl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//pageStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuredImage" eType="#//Image" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commonAttributes" eType="#//PostPage_Impl" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Post" eSuperTypes="#//PostPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" unique="false" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" unique="false" upperBound="-1" eType="#//Tag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//postFormat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//PostPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDateGMT" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Appearance"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//Widget" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceMenus" upperBound="-1" eType="#//Menu" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceHeader" eType="#//Header" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theme" upperBound="-1" eType="#//Theme" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Theme"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="themeType" eType="#//themes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPlugin" eType="#//Plugin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Functionality"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalityType" eType="#//functionalities"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="socialNetworks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPlugin" eType="#//Plugin" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentPostPage" eType="#//PostPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Url"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetFeed"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemAuthor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfItems" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plugin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Media"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uploadedTo" eType="#//PostPage_Impl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="altText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="randomImage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uploadImage" eType="#//Url" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingHeaderText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Taxonomy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//Taxonomy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Taxonomy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Settings"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" eType="#//GeneralSettings" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writing" eType="#//WritingSettings" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reading" eType="#//ReadingSettings" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discussion" eType="#//DiscussionSettings" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="media" eType="#//MediaSettings" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permalinks" eType="#//PermalinksSettings" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteTagline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteAdress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adminMail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefaultRole" eType="#//role"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gsDateFormat" eType="#//dateformat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gsTimeFormat" eType="#//timeFormat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weekStartsOn" eType="#//weeks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wordPressAdress" eType="#//Url" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WritingSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mailServer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loginName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPostCategory" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultMailCategory" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConvertingEmoticons" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCorrectingInvalidXHTML" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadingSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxNumberPostsForBlogPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberRecentItemForFeeds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticFrontPage" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticPostPage" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingLastPostInFront" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isIndexed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingFullTextForFeed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscussionSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberArticleDaysForAutoCloseComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nestedCommentsLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberCommentsPerPageForBreakedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfLinksInCommentForModeration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moderatedWords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forbiddenWords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxAvatarRating" eType="#//avatarRating"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefaultAvatar" eType="#//defaultAvatar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNotifyingLinkedBlogs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingLinkNotificationsFromBlogs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingPublicComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingNameAndMailCommentAuthor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingAnonymousComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBreakingCommentsIntoPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isdisplayingLastPageForBreakedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingOlderCommentForEachPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMailingAdminForEachComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHeldingCommentForModeration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingAdminApprovement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingPreviousAdminApprovement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingAvatar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MediaSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumbnailWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumbnailHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediumWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediumHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="largeWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="largeHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCroppingThumbnailToExactDims" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrganizeUploadsIntoFolders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PermalinksSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="permaUrlForm" eType="#//urlForm"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urlCategoryBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urlTagBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//widgetType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="widgetArchives" upperBound="-1" eType="#//Archive" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calendars" upperBound="-1" eType="#//Calendar" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//WidgetCategorie" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customMenus" upperBound="-1" eType="#//WidgetMenu" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metas" upperBound="-1" eType="#//Meta" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//WidgetPage" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recentComments" upperBound="-1" eType="#//WidgetComment" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recentPosts" upperBound="-1" eType="#//WidgetPost" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feeds" upperBound="-1" eType="#//WidgetFeed" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="searchs" upperBound="-1" eType="#//Search" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagClouds" upperBound="-1" eType="#//TagCloud" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="texts" upperBound="-1" eType="#//Text" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menuName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" unique="false" upperBound="-1" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" unique="false" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentMenuSetting" eType="#//CurrentMenuSetting" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archive"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingAsDropDown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingPostsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Calendar"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetCategorie"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetMenu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedMenu" eType="#//Menu"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Meta"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widgetPagesSorter" eType="#//pagesSorter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="idPageExcluded" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetComment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfDisplayedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetPost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfDisplayedPosts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingPostDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Search"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagCloud"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taxonomy" eType="#//taxonomyType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAutoParagraphs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrentMenuSetting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAddingNewTopLevelPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigationMenuLocated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Avatar"> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPicture" eType="#//Url" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="postFormat"> <eLiterals name="standard"/> <eLiterals name="aside" value="1"/> <eLiterals name="audio" value="2"/> <eLiterals name="chat" value="3"/> <eLiterals name="gallery" value="4"/> <eLiterals name="image" value="5"/> <eLiterals name="link" value="6"/> <eLiterals name="quote" value="7"/> <eLiterals name="status" value="8"/> <eLiterals name="video" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="avatarRating"> <eLiterals name="G"/> <eLiterals name="PG" value="1"/> <eLiterals name="R" value="2"/> <eLiterals name="X" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="dateformat"> <eLiterals name="jnY" literal="j/n/Y"/> <eLiterals name="FjY" value="1" literal="F j, Y"/> <eLiterals name="Ynj" value="2" literal="Y/n/j"/> <eLiterals name="njY" value="3" literal="n/j/Y"/> <eLiterals name="custom" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="defaultAvatar"> <eLiterals name="mysteryMan" literal="mystery"/> <eLiterals name="blank" value="1"/> <eLiterals name="GravatarLogo" value="2" literal="gravatar_default"/> <eLiterals name="identicon" value="3"/> <eLiterals name="wavatar" value="4"/> <eLiterals name="monsterId" value="5" literal="monsterid"/> <eLiterals name="retro" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="defaultImageHeader"> <eLiterals name="firstImageHeader"/> <eLiterals name="secondImageHeader" value="1"/> <eLiterals name="thirdImageHeader" value="2"/> <eLiterals name="randomImageHeader" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="functionalities"> <eLiterals name="eCommerce"/> <eLiterals name="forms" value="1"/> <eLiterals name="hamSpam" value="2"/> <eLiterals name="indexing" value="3"/> <eLiterals name="multiLanguage" value="4"/> <eLiterals name="pictures" value="5"/> <eLiterals name="SEO" value="6" literal="seo"/> <eLiterals name="socialNetwork" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="pagesSorter"> <eLiterals name="pageTitle" literal="page_title"/> <eLiterals name="pageOrder" value="1" literal="menu_order"/> <eLiterals name="pageId" value="2" literal="page_id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="pageStatus"> <eLiterals name="published" literal="publish"/> <eLiterals name="pendingreview" value="1" literal="pending"/> <eLiterals name="draft" value="2"/> <eLiterals name="autoDraft" value="3" literal="auto-draft"/> <eLiterals name="trash" value="4"/> <eLiterals name="private" value="5"/> <eLiterals name="new" value="6"/> <eLiterals name="inherit" value="7"/> <eLiterals name="future" value="8"/> <eLiterals name="public" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="role"> <eLiterals name="author"/> <eLiterals name="administrator" value="1"/> <eLiterals name="suscriber" value="2" literal="subscriber"/> <eLiterals name="editor" value="3"/> <eLiterals name="contributor" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="timeFormat"> <eLiterals name="g_i_aLower" literal="g:i a"/> <eLiterals name="g_i_AUpper" value="1" literal="g:i A"/> <eLiterals name="Gg" value="2" literal="G:g"/> <eLiterals name="custom" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="taxonomyType"> <eLiterals name="categories" literal="category"/> <eLiterals name="tags" value="1" literal="post_tag"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="urlForm"> <eLiterals name="default" literal="defaultForm"/> <eLiterals name="dayAndName" value="1"/> <eLiterals name="monthAndName" value="2"/> <eLiterals name="numeric" value="3"/> <eLiterals name="postName" value="4"/> <eLiterals name="customStructure" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="weeks"> <eLiterals name="monday" literal="Monday"/> <eLiterals name="tuesday" value="1" literal="Tuesday"/> <eLiterals name="wednesday" value="2" literal="Wednesday"/> <eLiterals name="thirsday" value="3" literal="Thursday"/> <eLiterals name="friday" value="4" literal="Friday"/> <eLiterals name="saturday" value="5" literal="Saturday"/> <eLiterals name="sunday" value="6" literal="Sunday"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="widgetType"> <eLiterals name="mainArea"/> <eLiterals name="secondaryArea" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="themes"> <eLiterals name="responsive"/> <eLiterals name="SEO" value="1"/> <eLiterals name="headerParallaxEffect" value="2"/> <eLiterals name="business" value="3"/> <eLiterals name="magazine" value="4"/> <eLiterals name="galleries" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mallon/Past-Projects/Draft_And_Ideas/Content-Assembler/Tool/WOCL_add_on/mavenProjects/endUser/target/classes/metamodels/wdpDsl.ecore
ecore
wdpDsl Website adminUser users posts pages appearance mediaLibrary functionalities comments categories tags settings deletion Deletion pagesByTitle usersByLogin mediasByTitle functionalitiesByName pluginsByFileName categoriesByName tagsByName menusByName commentsByPostDateAuthor PostDateAuthor postTitle commentAuthorName commentDate User name userName password userRole firstName lastName nickName publicName email webSite biography PostPage_Impl title status content author featuredImage PostPage name commonAttributes Post categories tags format Page parent order publicationDateGMT publicationDate Appearance widgets appearanceMenus appearanceHeader theme Theme name themeType defaultPlugin Functionality name functionalityType socialNetworks defaultPlugin Comment name content authorName commentPostPage Url pathUrl WidgetFeed title isDisplayingItemContent isDisplayingItemAuthor isDisplayingItemDate numberOfItems url Plugin pluginName url Media name url date uploadedTo Image title caption altText description url Link name url text Header randomImage uploadImage textColor isShowingHeaderText Taxonomy name description slug Category categoryName Tag tagName Settings general writing reading discussion media permalinks GeneralSettings websiteTitle websiteTagline websiteAdress adminMail userDefaultRole timeZone gsDateFormat gsTimeFormat weekStartsOn wordPressAdress isPublic WritingSettings mailServer port loginName password defaultPostCategory defaultMailCategory isConvertingEmoticons isCorrectingInvalidXHTML ReadingSettings maxNumberPostsForBlogPages numberRecentItemForFeeds staticFrontPage staticPostPage isDisplayingLastPostInFront isIndexed isShowingFullTextForFeed DiscussionSettings numberArticleDaysForAutoCloseComments nestedCommentsLevel numberCommentsPerPageForBreakedComments numberOfLinksInCommentForModeration moderatedWords forbiddenWords maxAvatarRating userDefaultAvatar isNotifyingLinkedBlogs isAllowingLinkNotificationsFromBlogs isAllowingPublicComments isAskingNameAndMailCommentAuthor isAllowingAnonymousComments isBreakingCommentsIntoPages isdisplayingLastPageForBreakedComments isDisplayingOlderCommentForEachPage isMailingAdminForEachComments isHeldingCommentForModeration isAskingAdminApprovement isAskingPreviousAdminApprovement isShowingAvatar MediaSettings thumbnailWidth thumbnailHeight mediumWidth mediumHeight largeWidth largeHeight isCroppingThumbnailToExactDims isOrganizeUploadsIntoFolders PermalinksSettings permaUrlForm urlCategoryBase urlTagBase Widget type widgetArchives calendars categories customMenus metas pages recentComments recentPosts feeds searchs tagClouds texts Menu name menuName pages categories links currentMenuSetting Archive title isDisplayingAsDropDown isShowingPostsCount Calendar title WidgetCategorie title WidgetMenu title selectedMenu Meta title WidgetPage title widgetPagesSorter idPageExcluded WidgetComment title numberOfDisplayedComments WidgetPost title numberOfDisplayedPosts isDisplayingPostDate Search name title TagCloud title taxonomy Text title content isAutoParagraphs CurrentMenuSetting isAddingNewTopLevelPages isNavigationMenuLocated Avatar contentPicture postFormat standard standard aside aside audio audio chat chat gallery gallery image image link link quote quote status status video video avatarRating G G PG PG R R X X dateformat jnY j/n/Y FjY F j, Y Ynj Y/n/j njY n/j/Y custom custom defaultAvatar mysteryMan mystery blank blank GravatarLogo gravatar_default identicon identicon wavatar wavatar monsterId monsterid retro retro defaultImageHeader firstImageHeader firstImageHeader secondImageHeader secondImageHeader thirdImageHeader thirdImageHeader randomImageHeader randomImageHeader functionalities eCommerce eCommerce forms forms hamSpam hamSpam indexing indexing multiLanguage multiLanguage pictures pictures SEO seo socialNetwork socialNetwork pagesSorter pageTitle page_title pageOrder menu_order pageId page_id pageStatus published publish pendingreview pending draft draft autoDraft auto-draft trash trash private private new new inherit inherit future future public public role author author administrator administrator suscriber subscriber editor editor contributor contributor timeFormat g_i_aLower g:i a g_i_AUpper g:i A Gg G:g custom custom taxonomyType categories category tags post_tag urlForm default defaultForm dayAndName dayAndName monthAndName monthAndName numeric numeric postName postName customStructure customStructure weeks monday Monday tuesday Tuesday wednesday Wednesday thirsday Thursday friday Friday saturday Saturday sunday Sunday widgetType mainArea mainArea secondaryArea secondaryArea themes responsive responsive SEO SEO headerParallaxEffect headerParallaxEffect business business magazine magazine galleries galleries
null
{"directed":true,"nodes":[{"nsPrefix":"wdpDsl","nsURI":"http://www.inria.org/wordpress/wdpdsl/WdpDsl","name":"wdpDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Website","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deletion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDateAuthor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostPage_Impl","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostPage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Post","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Appearance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functionality","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Url","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetFeed","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plugin","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxonomy","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Settings","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralSettings","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WritingSettings","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadingSettings","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscussionSettings","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaSettings","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinksSettings","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archive","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Calendar","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetCategorie","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetMenu","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetPage","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetComment","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetPost","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Search","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagCloud","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentMenuSetting","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Avatar","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"postFormat","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"avatarRating","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"dateformat","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"defaultAvatar","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"defaultImageHeader","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"functionalities","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"pagesSorter","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"pageStatus","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"role","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"timeFormat","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"taxonomyType","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"urlForm","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"weeks","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"widgetType","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"themes","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"adminUser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"posts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":false,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appearance","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mediaLibrary","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalities","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deletion","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pagesByTitle","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"usersByLogin","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mediasByTitle","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"functionalitiesByName","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pluginsByFileName","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"categoriesByName","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tagsByName","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"menusByName","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsByPostDateAuthor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postTitle","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentAuthorName","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentDate","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userName","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userRole","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nickName","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicName","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"webSite","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"biography","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featuredImage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commonAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDateGMT","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgets","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appearanceMenus","changeable":true,"resolveProxies":false,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appearanceHeader","changeable":true,"resolveProxies":false,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theme","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"themeType","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultPlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionalityType","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"socialNetworks","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultPlugin","changeable":true,"resolveProxies":false,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorName","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentPostPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathUrl","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingItemContent","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingItemAuthor","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingItemDate","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfItems","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":false,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginName","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":false,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":false,"lowerBound":0,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uploadedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caption","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"altText","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":false,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":false,"lowerBound":0,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"randomImage","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uploadImage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textColor","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingHeaderText","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slug","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categoryName","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":false,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writing","changeable":true,"resolveProxies":false,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reading","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":false,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"media","changeable":true,"resolveProxies":false,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permalinks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"websiteTitle","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"websiteTagline","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"websiteAdress","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adminMail","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefaultRole","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeZone","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gsDateFormat","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gsTimeFormat","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weekStartsOn","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wordPressAdress","changeable":true,"resolveProxies":false,"lowerBound":0,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPublic","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mailServer","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loginName","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultPostCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultMailCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConvertingEmoticons","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCorrectingInvalidXHTML","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxNumberPostsForBlogPages","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberRecentItemForFeeds","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticFrontPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticPostPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingLastPostInFront","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isIndexed","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingFullTextForFeed","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberArticleDaysForAutoCloseComments","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nestedCommentsLevel","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberCommentsPerPageForBreakedComments","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfLinksInCommentForModeration","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moderatedWords","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forbiddenWords","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxAvatarRating","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefaultAvatar","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNotifyingLinkedBlogs","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAllowingLinkNotificationsFromBlogs","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAllowingPublicComments","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAskingNameAndMailCommentAuthor","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAllowingAnonymousComments","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBreakingCommentsIntoPages","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isdisplayingLastPageForBreakedComments","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingOlderCommentForEachPage","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMailingAdminForEachComments","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHeldingCommentForModeration","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAskingAdminApprovement","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAskingPreviousAdminApprovement","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingAvatar","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thumbnailWidth","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thumbnailHeight","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediumWidth","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediumHeight","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeWidth","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeHeight","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCroppingThumbnailToExactDims","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrganizeUploadsIntoFolders","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"permaUrlForm","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urlCategoryBase","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urlTagBase","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgetArchives","changeable":true,"resolveProxies":false,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calendars","changeable":true,"resolveProxies":false,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":false,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customMenus","changeable":true,"resolveProxies":false,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metas","changeable":true,"resolveProxies":false,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":false,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recentComments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recentPosts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feeds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagClouds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"texts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"menuName","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":false,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentMenuSetting","changeable":true,"resolveProxies":false,"lowerBound":0,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingAsDropDown","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingPostsCount","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedMenu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widgetPagesSorter","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"idPageExcluded","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfDisplayedComments","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfDisplayedPosts","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingPostDate","changeable":true,"lowerBound":0,"iD":false,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taxonomy","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAutoParagraphs","changeable":true,"lowerBound":0,"iD":false,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAddingNewTopLevelPages","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigationMenuLocated","changeable":true,"lowerBound":0,"iD":false,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentPicture","changeable":true,"resolveProxies":false,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"name":"standard","id":470,"value":0,"literal":"standard","eClass":"EEnumLiteral"},{"name":"aside","id":471,"value":1,"literal":"aside","eClass":"EEnumLiteral"},{"name":"audio","id":472,"value":2,"literal":"audio","eClass":"EEnumLiteral"},{"name":"chat","id":473,"value":3,"literal":"chat","eClass":"EEnumLiteral"},{"name":"gallery","id":474,"value":4,"literal":"gallery","eClass":"EEnumLiteral"},{"name":"image","id":475,"value":5,"literal":"image","eClass":"EEnumLiteral"},{"name":"link","id":476,"value":6,"literal":"link","eClass":"EEnumLiteral"},{"name":"quote","id":477,"value":7,"literal":"quote","eClass":"EEnumLiteral"},{"name":"status","id":478,"value":8,"literal":"status","eClass":"EEnumLiteral"},{"name":"video","id":479,"value":9,"literal":"video","eClass":"EEnumLiteral"},{"name":"G","id":480,"value":0,"literal":"G","eClass":"EEnumLiteral"},{"name":"PG","id":481,"value":1,"literal":"PG","eClass":"EEnumLiteral"},{"name":"R","id":482,"value":2,"literal":"R","eClass":"EEnumLiteral"},{"name":"X","id":483,"value":3,"literal":"X","eClass":"EEnumLiteral"},{"name":"jnY","id":484,"value":0,"literal":"j/n/Y","eClass":"EEnumLiteral"},{"name":"FjY","id":485,"value":1,"literal":"F j, Y","eClass":"EEnumLiteral"},{"name":"Ynj","id":486,"value":2,"literal":"Y/n/j","eClass":"EEnumLiteral"},{"name":"njY","id":487,"value":3,"literal":"n/j/Y","eClass":"EEnumLiteral"},{"name":"custom","id":488,"value":4,"literal":"custom","eClass":"EEnumLiteral"},{"name":"mysteryMan","id":489,"value":0,"literal":"mystery","eClass":"EEnumLiteral"},{"name":"blank","id":490,"value":1,"literal":"blank","eClass":"EEnumLiteral"},{"name":"GravatarLogo","id":491,"value":2,"literal":"gravatar_default","eClass":"EEnumLiteral"},{"name":"identicon","id":492,"value":3,"literal":"identicon","eClass":"EEnumLiteral"},{"name":"wavatar","id":493,"value":4,"literal":"wavatar","eClass":"EEnumLiteral"},{"name":"monsterId","id":494,"value":5,"literal":"monsterid","eClass":"EEnumLiteral"},{"name":"retro","id":495,"value":6,"literal":"retro","eClass":"EEnumLiteral"},{"name":"firstImageHeader","id":496,"value":0,"literal":"firstImageHeader","eClass":"EEnumLiteral"},{"name":"secondImageHeader","id":497,"value":1,"literal":"secondImageHeader","eClass":"EEnumLiteral"},{"name":"thirdImageHeader","id":498,"value":2,"literal":"thirdImageHeader","eClass":"EEnumLiteral"},{"name":"randomImageHeader","id":499,"value":3,"literal":"randomImageHeader","eClass":"EEnumLiteral"},{"name":"eCommerce","id":500,"value":0,"literal":"eCommerce","eClass":"EEnumLiteral"},{"name":"forms","id":501,"value":1,"literal":"forms","eClass":"EEnumLiteral"},{"name":"hamSpam","id":502,"value":2,"literal":"hamSpam","eClass":"EEnumLiteral"},{"name":"indexing","id":503,"value":3,"literal":"indexing","eClass":"EEnumLiteral"},{"name":"multiLanguage","id":504,"value":4,"literal":"multiLanguage","eClass":"EEnumLiteral"},{"name":"pictures","id":505,"value":5,"literal":"pictures","eClass":"EEnumLiteral"},{"name":"SEO","id":506,"value":6,"literal":"seo","eClass":"EEnumLiteral"},{"name":"socialNetwork","id":507,"value":7,"literal":"socialNetwork","eClass":"EEnumLiteral"},{"name":"pageTitle","id":508,"value":0,"literal":"page_title","eClass":"EEnumLiteral"},{"name":"pageOrder","id":509,"value":1,"literal":"menu_order","eClass":"EEnumLiteral"},{"name":"pageId","id":510,"value":2,"literal":"page_id","eClass":"EEnumLiteral"},{"name":"published","id":511,"value":0,"literal":"publish","eClass":"EEnumLiteral"},{"name":"pendingreview","id":512,"value":1,"literal":"pending","eClass":"EEnumLiteral"},{"name":"draft","id":513,"value":2,"literal":"draft","eClass":"EEnumLiteral"},{"name":"autoDraft","id":514,"value":3,"literal":"auto-draft","eClass":"EEnumLiteral"},{"name":"trash","id":515,"value":4,"literal":"trash","eClass":"EEnumLiteral"},{"name":"private","id":516,"value":5,"literal":"private","eClass":"EEnumLiteral"},{"name":"new","id":517,"value":6,"literal":"new","eClass":"EEnumLiteral"},{"name":"inherit","id":518,"value":7,"literal":"inherit","eClass":"EEnumLiteral"},{"name":"future","id":519,"value":8,"literal":"future","eClass":"EEnumLiteral"},{"name":"public","id":520,"value":9,"literal":"public","eClass":"EEnumLiteral"},{"name":"author","id":521,"value":0,"literal":"author","eClass":"EEnumLiteral"},{"name":"administrator","id":522,"value":1,"literal":"administrator","eClass":"EEnumLiteral"},{"name":"suscriber","id":523,"value":2,"literal":"subscriber","eClass":"EEnumLiteral"},{"name":"editor","id":524,"value":3,"literal":"editor","eClass":"EEnumLiteral"},{"name":"contributor","id":525,"value":4,"literal":"contributor","eClass":"EEnumLiteral"},{"name":"g_i_aLower","id":526,"value":0,"literal":"g:i a","eClass":"EEnumLiteral"},{"name":"g_i_AUpper","id":527,"value":1,"literal":"g:i A","eClass":"EEnumLiteral"},{"name":"Gg","id":528,"value":2,"literal":"G:g","eClass":"EEnumLiteral"},{"name":"custom","id":529,"value":3,"literal":"custom","eClass":"EEnumLiteral"},{"name":"categories","id":530,"value":0,"literal":"category","eClass":"EEnumLiteral"},{"name":"tags","id":531,"value":1,"literal":"post_tag","eClass":"EEnumLiteral"},{"name":"default","id":532,"value":0,"literal":"defaultForm","eClass":"EEnumLiteral"},{"name":"dayAndName","id":533,"value":1,"literal":"dayAndName","eClass":"EEnumLiteral"},{"name":"monthAndName","id":534,"value":2,"literal":"monthAndName","eClass":"EEnumLiteral"},{"name":"numeric","id":535,"value":3,"literal":"numeric","eClass":"EEnumLiteral"},{"name":"postName","id":536,"value":4,"literal":"postName","eClass":"EEnumLiteral"},{"name":"customStructure","id":537,"value":5,"literal":"customStructure","eClass":"EEnumLiteral"},{"name":"monday","id":538,"value":0,"literal":"Monday","eClass":"EEnumLiteral"},{"name":"tuesday","id":539,"value":1,"literal":"Tuesday","eClass":"EEnumLiteral"},{"name":"wednesday","id":540,"value":2,"literal":"Wednesday","eClass":"EEnumLiteral"},{"name":"thirsday","id":541,"value":3,"literal":"Thursday","eClass":"EEnumLiteral"},{"name":"friday","id":542,"value":4,"literal":"Friday","eClass":"EEnumLiteral"},{"name":"saturday","id":543,"value":5,"literal":"Saturday","eClass":"EEnumLiteral"},{"name":"sunday","id":544,"value":6,"literal":"Sunday","eClass":"EEnumLiteral"},{"name":"mainArea","id":545,"value":0,"literal":"mainArea","eClass":"EEnumLiteral"},{"name":"secondaryArea","id":546,"value":1,"literal":"secondaryArea","eClass":"EEnumLiteral"},{"name":"responsive","id":547,"value":0,"literal":"responsive","eClass":"EEnumLiteral"},{"name":"SEO","id":548,"value":1,"literal":"SEO","eClass":"EEnumLiteral"},{"name":"headerParallaxEffect","id":549,"value":2,"literal":"headerParallaxEffect","eClass":"EEnumLiteral"},{"name":"business","id":550,"value":3,"literal":"business","eClass":"EEnumLiteral"},{"name":"magazine","id":551,"value":4,"literal":"magazine","eClass":"EEnumLiteral"},{"name":"galleries","id":552,"value":5,"literal":"galleries","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":1,"target":0},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":60,"target":4},{"source":60,"target":72},{"source":60,"target":1},{"source":72,"target":4},{"source":61,"target":4},{"source":61,"target":73},{"source":61,"target":1},{"source":73,"target":4},{"source":62,"target":7},{"source":62,"target":74},{"source":62,"target":1},{"source":74,"target":7},{"source":63,"target":8},{"source":63,"target":75},{"source":63,"target":1},{"source":75,"target":8},{"source":64,"target":9},{"source":64,"target":76},{"source":64,"target":1},{"source":76,"target":9},{"source":65,"target":16},{"source":65,"target":77},{"source":65,"target":1},{"source":77,"target":16},{"source":66,"target":11},{"source":66,"target":78},{"source":66,"target":1},{"source":78,"target":11},{"source":67,"target":12},{"source":67,"target":79},{"source":67,"target":1},{"source":79,"target":12},{"source":68,"target":21},{"source":68,"target":80},{"source":68,"target":1},{"source":80,"target":21},{"source":69,"target":22},{"source":69,"target":81},{"source":69,"target":1},{"source":81,"target":22},{"source":70,"target":23},{"source":70,"target":82},{"source":70,"target":1},{"source":82,"target":23},{"source":71,"target":2},{"source":71,"target":83},{"source":71,"target":1},{"source":83,"target":2},{"source":2,"target":0},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":84,"target":93},{"source":84,"target":2},{"source":85,"target":94},{"source":85,"target":2},{"source":86,"target":95},{"source":86,"target":2},{"source":87,"target":50},{"source":87,"target":96},{"source":87,"target":2},{"source":96,"target":50},{"source":88,"target":97},{"source":88,"target":2},{"source":89,"target":98},{"source":89,"target":2},{"source":90,"target":99},{"source":90,"target":2},{"source":91,"target":100},{"source":91,"target":2},{"source":92,"target":3},{"source":92,"target":101},{"source":92,"target":2},{"source":101,"target":3},{"source":3,"target":0},{"source":3,"target":102},{"source":3,"target":103},{"source":3,"target":104},{"source":102,"target":105},{"source":102,"target":3},{"source":103,"target":106},{"source":103,"target":3},{"source":104,"target":107},{"source":104,"target":3},{"source":4,"target":0},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":108,"target":119},{"source":108,"target":4},{"source":109,"target":120},{"source":109,"target":4},{"source":110,"target":121},{"source":110,"target":4},{"source":111,"target":53},{"source":111,"target":122},{"source":111,"target":4},{"source":122,"target":53},{"source":112,"target":123},{"source":112,"target":4},{"source":113,"target":124},{"source":113,"target":4},{"source":114,"target":125},{"source":114,"target":4},{"source":115,"target":126},{"source":115,"target":4},{"source":116,"target":127},{"source":116,"target":4},{"source":117,"target":128},{"source":117,"target":4},{"source":118,"target":129},{"source":118,"target":4},{"source":5,"target":0},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":5,"target":133},{"source":5,"target":134},{"source":130,"target":135},{"source":130,"target":5},{"source":131,"target":52},{"source":131,"target":136},{"source":131,"target":5},{"source":136,"target":52},{"source":132,"target":137},{"source":132,"target":5},{"source":133,"target":4},{"source":133,"target":138},{"source":133,"target":5},{"source":138,"target":4},{"source":134,"target":17},{"source":134,"target":139},{"source":134,"target":5},{"source":139,"target":17},{"source":6,"target":0},{"source":6,"target":140},{"source":6,"target":141},{"source":140,"target":142},{"source":140,"target":6},{"source":141,"target":5},{"source":141,"target":143},{"source":141,"target":6},{"source":143,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":144},{"source":7,"target":145},{"source":7,"target":146},{"source":7,"target":147},{"source":144,"target":21},{"source":144,"target":148},{"source":144,"target":7},{"source":148,"target":21},{"source":145,"target":22},{"source":145,"target":149},{"source":145,"target":7},{"source":149,"target":22},{"source":146,"target":45},{"source":146,"target":150},{"source":146,"target":7},{"source":150,"target":45},{"source":147,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":151},{"source":8,"target":152},{"source":8,"target":153},{"source":8,"target":154},{"source":8,"target":155},{"source":151,"target":8},{"source":151,"target":156},{"source":151,"target":8},{"source":156,"target":8},{"source":152,"target":157},{"source":152,"target":8},{"source":153,"target":158},{"source":153,"target":8},{"source":154,"target":159},{"source":154,"target":8},{"source":155,"target":6},{"source":9,"target":0},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":163},{"source":160,"target":30},{"source":160,"target":164},{"source":160,"target":9},{"source":164,"target":30},{"source":161,"target":31},{"source":161,"target":165},{"source":161,"target":9},{"source":165,"target":31},{"source":162,"target":19},{"source":162,"target":166},{"source":162,"target":9},{"source":166,"target":19},{"source":163,"target":10},{"source":163,"target":167},{"source":163,"target":9},{"source":167,"target":10},{"source":10,"target":0},{"source":10,"target":168},{"source":10,"target":169},{"source":10,"target":170},{"source":168,"target":171},{"source":168,"target":10},{"source":169,"target":59},{"source":169,"target":172},{"source":169,"target":10},{"source":172,"target":59},{"source":170,"target":15},{"source":170,"target":173},{"source":170,"target":10},{"source":173,"target":15},{"source":11,"target":0},{"source":11,"target":174},{"source":11,"target":175},{"source":11,"target":176},{"source":11,"target":177},{"source":174,"target":178},{"source":174,"target":11},{"source":175,"target":50},{"source":175,"target":179},{"source":175,"target":11},{"source":179,"target":50},{"source":176,"target":180},{"source":176,"target":11},{"source":177,"target":15},{"source":177,"target":181},{"source":177,"target":11},{"source":181,"target":15},{"source":12,"target":0},{"source":12,"target":182},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":182,"target":186},{"source":182,"target":12},{"source":183,"target":187},{"source":183,"target":12},{"source":184,"target":188},{"source":184,"target":12},{"source":185,"target":6},{"source":185,"target":189},{"source":185,"target":12},{"source":189,"target":6},{"source":13,"target":0},{"source":13,"target":190},{"source":190,"target":191},{"source":190,"target":13},{"source":14,"target":0},{"source":14,"target":192},{"source":14,"target":193},{"source":14,"target":194},{"source":14,"target":195},{"source":14,"target":196},{"source":14,"target":197},{"source":192,"target":198},{"source":192,"target":14},{"source":193,"target":199},{"source":193,"target":14},{"source":194,"target":200},{"source":194,"target":14},{"source":195,"target":201},{"source":195,"target":14},{"source":196,"target":202},{"source":196,"target":14},{"source":197,"target":13},{"source":197,"target":203},{"source":197,"target":14},{"source":203,"target":13},{"source":15,"target":0},{"source":15,"target":204},{"source":15,"target":205},{"source":204,"target":206},{"source":204,"target":15},{"source":205,"target":13},{"source":205,"target":207},{"source":205,"target":15},{"source":207,"target":13},{"source":16,"target":0},{"source":16,"target":208},{"source":16,"target":209},{"source":16,"target":210},{"source":16,"target":211},{"source":208,"target":212},{"source":208,"target":16},{"source":209,"target":13},{"source":209,"target":213},{"source":209,"target":16},{"source":213,"target":13},{"source":210,"target":214},{"source":210,"target":16},{"source":211,"target":5},{"source":211,"target":215},{"source":211,"target":16},{"source":215,"target":5},{"source":17,"target":0},{"source":17,"target":216},{"source":17,"target":217},{"source":17,"target":218},{"source":17,"target":219},{"source":17,"target":220},{"source":216,"target":221},{"source":216,"target":17},{"source":217,"target":222},{"source":217,"target":17},{"source":218,"target":223},{"source":218,"target":17},{"source":219,"target":224},{"source":219,"target":17},{"source":220,"target":13},{"source":220,"target":225},{"source":220,"target":17},{"source":225,"target":13},{"source":18,"target":0},{"source":18,"target":226},{"source":18,"target":227},{"source":18,"target":228},{"source":226,"target":229},{"source":226,"target":18},{"source":227,"target":13},{"source":227,"target":230},{"source":227,"target":18},{"source":230,"target":13},{"source":228,"target":231},{"source":228,"target":18},{"source":19,"target":0},{"source":19,"target":232},{"source":19,"target":233},{"source":19,"target":234},{"source":19,"target":235},{"source":232,"target":236},{"source":232,"target":19},{"source":233,"target":13},{"source":233,"target":237},{"source":233,"target":19},{"source":237,"target":13},{"source":234,"target":238},{"source":234,"target":19},{"source":235,"target":239},{"source":235,"target":19},{"source":20,"target":0},{"source":20,"target":240},{"source":20,"target":241},{"source":20,"target":242},{"source":240,"target":243},{"source":240,"target":20},{"source":241,"target":244},{"source":241,"target":20},{"source":242,"target":245},{"source":242,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":246},{"source":21,"target":247},{"source":246,"target":248},{"source":246,"target":21},{"source":247,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":249},{"source":22,"target":250},{"source":249,"target":251},{"source":249,"target":22},{"source":250,"target":20},{"source":23,"target":0},{"source":23,"target":252},{"source":23,"target":253},{"source":23,"target":254},{"source":23,"target":255},{"source":23,"target":256},{"source":23,"target":257},{"source":252,"target":24},{"source":252,"target":258},{"source":252,"target":23},{"source":258,"target":24},{"source":253,"target":25},{"source":253,"target":259},{"source":253,"target":23},{"source":259,"target":25},{"source":254,"target":26},{"source":254,"target":260},{"source":254,"target":23},{"source":260,"target":26},{"source":255,"target":27},{"source":255,"target":261},{"source":255,"target":23},{"source":261,"target":27},{"source":256,"target":28},{"source":256,"target":262},{"source":256,"target":23},{"source":262,"target":28},{"source":257,"target":29},{"source":257,"target":263},{"source":257,"target":23},{"source":263,"target":29},{"source":24,"target":0},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":24,"target":271},{"source":24,"target":272},{"source":24,"target":273},{"source":24,"target":274},{"source":264,"target":275},{"source":264,"target":24},{"source":265,"target":276},{"source":265,"target":24},{"source":266,"target":277},{"source":266,"target":24},{"source":267,"target":278},{"source":267,"target":24},{"source":268,"target":53},{"source":268,"target":279},{"source":268,"target":24},{"source":279,"target":53},{"source":269,"target":280},{"source":269,"target":24},{"source":270,"target":47},{"source":270,"target":281},{"source":270,"target":24},{"source":281,"target":47},{"source":271,"target":54},{"source":271,"target":282},{"source":271,"target":24},{"source":282,"target":54},{"source":272,"target":57},{"source":272,"target":283},{"source":272,"target":24},{"source":283,"target":57},{"source":273,"target":13},{"source":273,"target":284},{"source":273,"target":24},{"source":284,"target":13},{"source":274,"target":285},{"source":274,"target":24},{"source":25,"target":0},{"source":25,"target":286},{"source":25,"target":287},{"source":25,"target":288},{"source":25,"target":289},{"source":25,"target":290},{"source":25,"target":291},{"source":25,"target":292},{"source":25,"target":293},{"source":286,"target":294},{"source":286,"target":25},{"source":287,"target":295},{"source":287,"target":25},{"source":288,"target":296},{"source":288,"target":25},{"source":289,"target":297},{"source":289,"target":25},{"source":290,"target":21},{"source":290,"target":298},{"source":290,"target":25},{"source":298,"target":21},{"source":291,"target":21},{"source":291,"target":299},{"source":291,"target":25},{"source":299,"target":21},{"source":292,"target":300},{"source":292,"target":25},{"source":293,"target":301},{"source":293,"target":25},{"source":26,"target":0},{"source":26,"target":302},{"source":26,"target":303},{"source":26,"target":304},{"source":26,"target":305},{"source":26,"target":306},{"source":26,"target":307},{"source":26,"target":308},{"source":302,"target":309},{"source":302,"target":26},{"source":303,"target":310},{"source":303,"target":26},{"source":304,"target":8},{"source":304,"target":311},{"source":304,"target":26},{"source":311,"target":8},{"source":305,"target":8},{"source":305,"target":312},{"source":305,"target":26},{"source":312,"target":8},{"source":306,"target":313},{"source":306,"target":26},{"source":307,"target":314},{"source":307,"target":26},{"source":308,"target":315},{"source":308,"target":26},{"source":27,"target":0},{"source":27,"target":316},{"source":27,"target":317},{"source":27,"target":318},{"source":27,"target":319},{"source":27,"target":320},{"source":27,"target":321},{"source":27,"target":322},{"source":27,"target":323},{"source":27,"target":324},{"source":27,"target":325},{"source":27,"target":326},{"source":27,"target":327},{"source":27,"target":328},{"source":27,"target":329},{"source":27,"target":330},{"source":27,"target":331},{"source":27,"target":332},{"source":27,"target":333},{"source":27,"target":334},{"source":27,"target":335},{"source":27,"target":336},{"source":316,"target":337},{"source":316,"target":27},{"source":317,"target":338},{"source":317,"target":27},{"source":318,"target":339},{"source":318,"target":27},{"source":319,"target":340},{"source":319,"target":27},{"source":320,"target":341},{"source":320,"target":27},{"source":321,"target":342},{"source":321,"target":27},{"source":322,"target":46},{"source":322,"target":343},{"source":322,"target":27},{"source":343,"target":46},{"source":323,"target":48},{"source":323,"target":344},{"source":323,"target":27},{"source":344,"target":48},{"source":324,"target":345},{"source":324,"target":27},{"source":325,"target":346},{"source":325,"target":27},{"source":326,"target":347},{"source":326,"target":27},{"source":327,"target":348},{"source":327,"target":27},{"source":328,"target":349},{"source":328,"target":27},{"source":329,"target":350},{"source":329,"target":27},{"source":330,"target":351},{"source":330,"target":27},{"source":331,"target":352},{"source":331,"target":27},{"source":332,"target":353},{"source":332,"target":27},{"source":333,"target":354},{"source":333,"target":27},{"source":334,"target":355},{"source":334,"target":27},{"source":335,"target":356},{"source":335,"target":27},{"source":336,"target":357},{"source":336,"target":27},{"source":28,"target":0},{"source":28,"target":358},{"source":28,"target":359},{"source":28,"target":360},{"source":28,"target":361},{"source":28,"target":362},{"source":28,"target":363},{"source":28,"target":364},{"source":28,"target":365},{"source":358,"target":366},{"source":358,"target":28},{"source":359,"target":367},{"source":359,"target":28},{"source":360,"target":368},{"source":360,"target":28},{"source":361,"target":369},{"source":361,"target":28},{"source":362,"target":370},{"source":362,"target":28},{"source":363,"target":371},{"source":363,"target":28},{"source":364,"target":372},{"source":364,"target":28},{"source":365,"target":373},{"source":365,"target":28},{"source":29,"target":0},{"source":29,"target":374},{"source":29,"target":375},{"source":29,"target":376},{"source":374,"target":56},{"source":374,"target":377},{"source":374,"target":29},{"source":377,"target":56},{"source":375,"target":378},{"source":375,"target":29},{"source":376,"target":379},{"source":376,"target":29},{"source":30,"target":0},{"source":30,"target":380},{"source":30,"target":381},{"source":30,"target":382},{"source":30,"target":383},{"source":30,"target":384},{"source":30,"target":385},{"source":30,"target":386},{"source":30,"target":387},{"source":30,"target":388},{"source":30,"target":389},{"source":30,"target":390},{"source":30,"target":391},{"source":30,"target":392},{"source":380,"target":58},{"source":380,"target":393},{"source":380,"target":30},{"source":393,"target":58},{"source":381,"target":32},{"source":381,"target":394},{"source":381,"target":30},{"source":394,"target":32},{"source":382,"target":33},{"source":382,"target":395},{"source":382,"target":30},{"source":395,"target":33},{"source":383,"target":34},{"source":383,"target":396},{"source":383,"target":30},{"source":396,"target":34},{"source":384,"target":35},{"source":384,"target":397},{"source":384,"target":30},{"source":397,"target":35},{"source":385,"target":36},{"source":385,"target":398},{"source":385,"target":30},{"source":398,"target":36},{"source":386,"target":37},{"source":386,"target":399},{"source":386,"target":30},{"source":399,"target":37},{"source":387,"target":38},{"source":387,"target":400},{"source":387,"target":30},{"source":400,"target":38},{"source":388,"target":39},{"source":388,"target":401},{"source":388,"target":30},{"source":401,"target":39},{"source":389,"target":14},{"source":389,"target":402},{"source":389,"target":30},{"source":402,"target":14},{"source":390,"target":40},{"source":390,"target":403},{"source":390,"target":30},{"source":403,"target":40},{"source":391,"target":41},{"source":391,"target":404},{"source":391,"target":30},{"source":404,"target":41},{"source":392,"target":42},{"source":392,"target":405},{"source":392,"target":30},{"source":405,"target":42},{"source":31,"target":0},{"source":31,"target":406},{"source":31,"target":407},{"source":31,"target":408},{"source":31,"target":409},{"source":31,"target":410},{"source":31,"target":411},{"source":406,"target":412},{"source":406,"target":31},{"source":407,"target":413},{"source":407,"target":31},{"source":408,"target":8},{"source":408,"target":414},{"source":408,"target":31},{"source":414,"target":8},{"source":409,"target":21},{"source":409,"target":415},{"source":409,"target":31},{"source":415,"target":21},{"source":410,"target":18},{"source":410,"target":416},{"source":410,"target":31},{"source":416,"target":18},{"source":411,"target":43},{"source":411,"target":417},{"source":411,"target":31},{"source":417,"target":43},{"source":32,"target":0},{"source":32,"target":418},{"source":32,"target":419},{"source":32,"target":420},{"source":418,"target":421},{"source":418,"target":32},{"source":419,"target":422},{"source":419,"target":32},{"source":420,"target":423},{"source":420,"target":32},{"source":33,"target":0},{"source":33,"target":424},{"source":424,"target":425},{"source":424,"target":33},{"source":34,"target":0},{"source":34,"target":426},{"source":426,"target":427},{"source":426,"target":34},{"source":35,"target":0},{"source":35,"target":428},{"source":35,"target":429},{"source":428,"target":430},{"source":428,"target":35},{"source":429,"target":31},{"source":429,"target":431},{"source":429,"target":35},{"source":431,"target":31},{"source":36,"target":0},{"source":36,"target":432},{"source":432,"target":433},{"source":432,"target":36},{"source":37,"target":0},{"source":37,"target":434},{"source":37,"target":435},{"source":37,"target":436},{"source":434,"target":437},{"source":434,"target":37},{"source":435,"target":51},{"source":435,"target":438},{"source":435,"target":37},{"source":438,"target":51},{"source":436,"target":8},{"source":436,"target":439},{"source":436,"target":37},{"source":439,"target":8},{"source":38,"target":0},{"source":38,"target":440},{"source":38,"target":441},{"source":440,"target":442},{"source":440,"target":38},{"source":441,"target":443},{"source":441,"target":38},{"source":39,"target":0},{"source":39,"target":444},{"source":39,"target":445},{"source":39,"target":446},{"source":444,"target":447},{"source":444,"target":39},{"source":445,"target":448},{"source":445,"target":39},{"source":446,"target":449},{"source":446,"target":39},{"source":40,"target":0},{"source":40,"target":450},{"source":40,"target":451},{"source":450,"target":452},{"source":450,"target":40},{"source":451,"target":453},{"source":451,"target":40},{"source":41,"target":0},{"source":41,"target":454},{"source":41,"target":455},{"source":454,"target":456},{"source":454,"target":41},{"source":455,"target":55},{"source":455,"target":457},{"source":455,"target":41},{"source":457,"target":55},{"source":42,"target":0},{"source":42,"target":458},{"source":42,"target":459},{"source":42,"target":460},{"source":458,"target":461},{"source":458,"target":42},{"source":459,"target":462},{"source":459,"target":42},{"source":460,"target":463},{"source":460,"target":42},{"source":43,"target":0},{"source":43,"target":464},{"source":43,"target":465},{"source":464,"target":466},{"source":464,"target":43},{"source":465,"target":467},{"source":465,"target":43},{"source":44,"target":0},{"source":44,"target":468},{"source":468,"target":13},{"source":468,"target":469},{"source":468,"target":44},{"source":469,"target":13},{"source":45,"target":0},{"source":45,"target":470},{"source":45,"target":471},{"source":45,"target":472},{"source":45,"target":473},{"source":45,"target":474},{"source":45,"target":475},{"source":45,"target":476},{"source":45,"target":477},{"source":45,"target":478},{"source":45,"target":479},{"source":470,"target":45},{"source":471,"target":45},{"source":472,"target":45},{"source":473,"target":45},{"source":474,"target":45},{"source":475,"target":45},{"source":476,"target":45},{"source":477,"target":45},{"source":478,"target":45},{"source":479,"target":45},{"source":46,"target":0},{"source":46,"target":480},{"source":46,"target":481},{"source":46,"target":482},{"source":46,"target":483},{"source":480,"target":46},{"source":481,"target":46},{"source":482,"target":46},{"source":483,"target":46},{"source":47,"target":0},{"source":47,"target":484},{"source":47,"target":485},{"source":47,"target":486},{"source":47,"target":487},{"source":47,"target":488},{"source":484,"target":47},{"source":485,"target":47},{"source":486,"target":47},{"source":487,"target":47},{"source":488,"target":47},{"source":48,"target":0},{"source":48,"target":489},{"source":48,"target":490},{"source":48,"target":491},{"source":48,"target":492},{"source":48,"target":493},{"source":48,"target":494},{"source":48,"target":495},{"source":489,"target":48},{"source":490,"target":48},{"source":491,"target":48},{"source":492,"target":48},{"source":493,"target":48},{"source":494,"target":48},{"source":495,"target":48},{"source":49,"target":0},{"source":49,"target":496},{"source":49,"target":497},{"source":49,"target":498},{"source":49,"target":499},{"source":496,"target":49},{"source":497,"target":49},{"source":498,"target":49},{"source":499,"target":49},{"source":50,"target":0},{"source":50,"target":500},{"source":50,"target":501},{"source":50,"target":502},{"source":50,"target":503},{"source":50,"target":504},{"source":50,"target":505},{"source":50,"target":506},{"source":50,"target":507},{"source":500,"target":50},{"source":501,"target":50},{"source":502,"target":50},{"source":503,"target":50},{"source":504,"target":50},{"source":505,"target":50},{"source":506,"target":50},{"source":507,"target":50},{"source":51,"target":0},{"source":51,"target":508},{"source":51,"target":509},{"source":51,"target":510},{"source":508,"target":51},{"source":509,"target":51},{"source":510,"target":51},{"source":52,"target":0},{"source":52,"target":511},{"source":52,"target":512},{"source":52,"target":513},{"source":52,"target":514},{"source":52,"target":515},{"source":52,"target":516},{"source":52,"target":517},{"source":52,"target":518},{"source":52,"target":519},{"source":52,"target":520},{"source":511,"target":52},{"source":512,"target":52},{"source":513,"target":52},{"source":514,"target":52},{"source":515,"target":52},{"source":516,"target":52},{"source":517,"target":52},{"source":518,"target":52},{"source":519,"target":52},{"source":520,"target":52},{"source":53,"target":0},{"source":53,"target":521},{"source":53,"target":522},{"source":53,"target":523},{"source":53,"target":524},{"source":53,"target":525},{"source":521,"target":53},{"source":522,"target":53},{"source":523,"target":53},{"source":524,"target":53},{"source":525,"target":53},{"source":54,"target":0},{"source":54,"target":526},{"source":54,"target":527},{"source":54,"target":528},{"source":54,"target":529},{"source":526,"target":54},{"source":527,"target":54},{"source":528,"target":54},{"source":529,"target":54},{"source":55,"target":0},{"source":55,"target":530},{"source":55,"target":531},{"source":530,"target":55},{"source":531,"target":55},{"source":56,"target":0},{"source":56,"target":532},{"source":56,"target":533},{"source":56,"target":534},{"source":56,"target":535},{"source":56,"target":536},{"source":56,"target":537},{"source":532,"target":56},{"source":533,"target":56},{"source":534,"target":56},{"source":535,"target":56},{"source":536,"target":56},{"source":537,"target":56},{"source":57,"target":0},{"source":57,"target":538},{"source":57,"target":539},{"source":57,"target":540},{"source":57,"target":541},{"source":57,"target":542},{"source":57,"target":543},{"source":57,"target":544},{"source":538,"target":57},{"source":539,"target":57},{"source":540,"target":57},{"source":541,"target":57},{"source":542,"target":57},{"source":543,"target":57},{"source":544,"target":57},{"source":58,"target":0},{"source":58,"target":545},{"source":58,"target":546},{"source":545,"target":58},{"source":546,"target":58},{"source":59,"target":0},{"source":59,"target":547},{"source":59,"target":548},{"source":59,"target":549},{"source":59,"target":550},{"source":59,"target":551},{"source":59,"target":552},{"source":547,"target":59},{"source":548,"target":59},{"source":549,"target":59},{"source":550,"target":59},{"source":551,"target":59},{"source":552,"target":59}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Gra2MoL" nsURI="http://gts.inf.um.es/modernization/Gra2MoL" nsPrefix="Gra2MoL"> <eSubpackages name="Core" nsURI="http://gts.inf.um.es/modernization/gra2mol/core" nsPrefix="Core"> <eClassifiers xsi:type="ecore:EClass" name="Transformation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceGrammar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetMetamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hashes" upperBound="-1" eType="#//Core/Hash" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Core/Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="queries" upperBound="-1" eType="#//Query/QueryUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inits" eType="#//Core/InitUnitGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StandardRule" eSuperTypes="#//Core/Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Core/RuleType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Core/FromElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Core/ToElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixins" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MixinRule" eSuperTypes="#//Core/Rule"/> <eClassifiers xsi:type="ecore:EEnum" name="RuleType"> <eLiterals name="NORMAL"/> <eLiterals name="SKIP" value="1"/> <eLiterals name="COPY" value="2" literal="COPY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Query/FilterUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitUnit"/> <eClassifiers xsi:type="ecore:EClass" name="InitUnitElement" eSuperTypes="#//Core/InitUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Core/InitUnitElementValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitUnitElementValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Core/InitUnitElementValueType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Core/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InitUnitElementValueType"> <eLiterals name="VALUE"/> <eLiterals name="QUERY_RESULT" value="1"/> <eLiterals name="QUERY_ACCESS" value="2"/> <eLiterals name="OPERATION_CONCAT" value="3"/> <eLiterals name="OPERATION_CREATION" value="4"/> <eLiterals name="HASH" value="5" literal="HASH"/> <eLiterals name="OPERATION_EXTRACT" value="6" literal="OPERATION_CODE"/> <eLiterals name="OPERATION_CALL" value="7"/> <eLiterals name="OPERATION_REMOVE_QUOTES" value="8" literal="OPERATION_REMOVE_QUOTES"/> <eLiterals name="OPERATION_EXTRACTID" value="9"/> <eLiterals name="SKIP" value="10"/> <eLiterals name="OPERATION_COUNT" value="11" literal="OPERATION_COUNT"/> <eLiterals name="OPERATION_CONVERTH2S" value="12" literal="OPERATION_CONVERTH2S"/> <eLiterals name="OPERATION_EXTENSION" value="13"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitUnitGroup" eSuperTypes="#//Core/InitUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Core/InitUnitGroupType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inits" upperBound="-1" eType="#//Core/InitUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Query/FilterExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InitUnitGroupType"> <eLiterals name="NORMAL"/> <eLiterals name="IF" value="1"/> <eLiterals name="ELSE" value="2" literal="ELSE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valuePosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Core/ParameterType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterType"> <eLiterals name="STRING_VALUE" literal="STRING_VALUE"/> <eLiterals name="NUMBER_VALUE" value="1" literal="NUMBER_VALUE"/> <eLiterals name="QUERY_ACCESS" value="2" literal="QUERY_ACCESS"/> <eLiterals name="VARIABLE" value="3"/> <eLiterals name="MULTIPLE" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hash"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//Core/HashValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HashValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromElementType" eType="#//Core/HashValueType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toElementType" eType="#//Core/HashValueType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HashValueType"> <eLiterals name="VALUE"/> <eLiterals name="GRAMMAR_ELEMENT" value="1"/> <eLiterals name="METAMODEL_ELEMENT" value="2"/> <eLiterals name="DEFAULT" value="3" literal="DEFAULT"/> </eClassifiers> </eSubpackages> <eSubpackages name="Query" nsURI="http://gts.inf.um.es/modernization/gra2mol/query" nsPrefix="Query"> <eClassifiers xsi:type="ecore:EClass" name="QueryUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Query/FilterUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="#//Query/QueryControl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryControl"/> <eClassifiers xsi:type="ecore:EClass" name="QueryControlFor" eSuperTypes="#//Query/QueryControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queryVariable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryControlGreater" eSuperTypes="#//Query/QueryControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodePosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Query/FilterType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//Query/FilterOperationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//Query/QueryElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Query/FilterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Query/FilterUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FilterType"> <eLiterals name="DIRECT" literal="DIRECT"/> <eLiterals name="INDIRECT" value="1" literal="INDIRECT"/> <eLiterals name="RECURSIVE" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FilterOperationType"> <eLiterals name="NORMAL" literal="NORMAL"/> <eLiterals name="POSITION" value="1" literal="POSITION"/> <eLiterals name="UNIQUE" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Query/QueryElementType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mark" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QueryElementType"> <eLiterals name="NODE" literal="NODE"/> <eLiterals name="LEAF" value="1"/> <eLiterals name="TOKEN" value="2" literal="TOKEN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="FilterExpressionComplex" eSuperTypes="#//Query/FilterExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Query/FilterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Query/FilterExpressionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FilterExpressionType"> <eLiterals name="AND" literal="AND"/> <eLiterals name="OR" value="1" literal="OR"/> <eLiterals name="NOT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterExpressionUnit" eSuperTypes="#//Query/FilterExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//Query/ExpressionElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//Query/OperationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="global" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Core/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Query/ExpressionElementType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExpressionElementType"> <eLiterals name="LEAF"/> <eLiterals name="TOKEN" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperationType"> <eLiterals name="EQUALS"/> <eLiterals name="EXISTS" value="1"/> <eLiterals name="CHECK" value="2"/> <eLiterals name="HASRESULTS" value="4"/> <eLiterals name="STARTS_WITH" value="5" literal="STARTS_WITH"/> <eLiterals name="ENDS_WITH" value="6" literal="ENDS_WITH"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/jlcanovas/gra2mol/examples/Grammar2Model.examples.Delphi2Model/ASTMExtraction/files/metamodels/Gra2MoL.ecore
ecore
Gra2MoL Core Transformation name sourceGrammar targetMetamodel hashes rules Rule name queries inits StandardRule type from context to mixins MixinRule RuleType NORMAL NORMAL SKIP SKIP COPY COPY FromElement name filter alias ToElement name alias InitUnit InitUnitElement element extension value InitUnitElementValue type value extension params InitUnitElementValueType VALUE VALUE QUERY_RESULT QUERY_RESULT QUERY_ACCESS QUERY_ACCESS OPERATION_CONCAT OPERATION_CONCAT OPERATION_CREATION OPERATION_CREATION HASH HASH OPERATION_EXTRACT OPERATION_CODE OPERATION_CALL OPERATION_CALL OPERATION_REMOVE_QUOTES OPERATION_REMOVE_QUOTES OPERATION_EXTRACTID OPERATION_EXTRACTID SKIP SKIP OPERATION_COUNT OPERATION_COUNT OPERATION_CONVERTH2S OPERATION_CONVERTH2S OPERATION_EXTENSION OPERATION_EXTENSION InitUnitGroup type inits expression InitUnitGroupType NORMAL NORMAL IF IF ELSE ELSE Parameter value valuePosition extension extensionPosition type ParameterType STRING_VALUE STRING_VALUE NUMBER_VALUE NUMBER_VALUE QUERY_ACCESS QUERY_ACCESS VARIABLE VARIABLE MULTIPLE MULTIPLE Hash name content HashValue fromElement fromElementType toElement toElementType HashValueType VALUE VALUE GRAMMAR_ELEMENT GRAMMAR_ELEMENT METAMODEL_ELEMENT METAMODEL_ELEMENT DEFAULT DEFAULT Query QueryUnit variable cast filter control QueryControl QueryControlFor variable queryVariable QueryControlGreater variable nodeId nodePosition FilterUnit type operation element expression next position FilterType DIRECT DIRECT INDIRECT INDIRECT RECURSIVE RECURSIVE FilterOperationType NORMAL NORMAL POSITION POSITION UNIQUE UNIQUE QueryElement name type mark QueryElementType NODE NODE LEAF LEAF TOKEN TOKEN FilterExpression FilterExpressionComplex expressions type FilterExpressionType AND AND OR OR NOT NOT FilterExpressionUnit element operation global parameters ExpressionElement name type position ExpressionElementType LEAF LEAF TOKEN TOKEN OperationType EQUALS EQUALS EXISTS EXISTS CHECK CHECK HASRESULTS HASRESULTS STARTS_WITH STARTS_WITH ENDS_WITH ENDS_WITH
null
{"directed":true,"nodes":[{"nsPrefix":"Gra2MoL","nsURI":"http://gts.inf.um.es/modernization/Gra2MoL","name":"Gra2MoL","id":0,"eClass":"EPackage"},{"nsPrefix":"Core","nsURI":"http://gts.inf.um.es/modernization/gra2mol/core","name":"Core","id":1,"eClass":"EPackage"},{"nsPrefix":"Query","nsURI":"http://gts.inf.um.es/modernization/gra2mol/query","name":"Query","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardRule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixinRule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RuleType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitUnit","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitUnitElement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitUnitElementValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InitUnitElementValueType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitUnitGroup","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InitUnitGroupType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hash","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HashValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HashValueType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceGrammar","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetMetamodel","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hashes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryUnit","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mixins","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"name":"NORMAL","id":50,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"SKIP","id":51,"value":1,"literal":"SKIP","eClass":"EEnumLiteral"},{"name":"COPY","id":52,"value":2,"literal":"COPY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterUnit","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"VALUE","id":79,"value":0,"literal":"VALUE","eClass":"EEnumLiteral"},{"name":"QUERY_RESULT","id":80,"value":1,"literal":"QUERY_RESULT","eClass":"EEnumLiteral"},{"name":"QUERY_ACCESS","id":81,"value":2,"literal":"QUERY_ACCESS","eClass":"EEnumLiteral"},{"name":"OPERATION_CONCAT","id":82,"value":3,"literal":"OPERATION_CONCAT","eClass":"EEnumLiteral"},{"name":"OPERATION_CREATION","id":83,"value":4,"literal":"OPERATION_CREATION","eClass":"EEnumLiteral"},{"name":"HASH","id":84,"value":5,"literal":"HASH","eClass":"EEnumLiteral"},{"name":"OPERATION_EXTRACT","id":85,"value":6,"literal":"OPERATION_CODE","eClass":"EEnumLiteral"},{"name":"OPERATION_CALL","id":86,"value":7,"literal":"OPERATION_CALL","eClass":"EEnumLiteral"},{"name":"OPERATION_REMOVE_QUOTES","id":87,"value":8,"literal":"OPERATION_REMOVE_QUOTES","eClass":"EEnumLiteral"},{"name":"OPERATION_EXTRACTID","id":88,"value":9,"literal":"OPERATION_EXTRACTID","eClass":"EEnumLiteral"},{"name":"SKIP","id":89,"value":10,"literal":"SKIP","eClass":"EEnumLiteral"},{"name":"OPERATION_COUNT","id":90,"value":11,"literal":"OPERATION_COUNT","eClass":"EEnumLiteral"},{"name":"OPERATION_CONVERTH2S","id":91,"value":12,"literal":"OPERATION_CONVERTH2S","eClass":"EEnumLiteral"},{"name":"OPERATION_EXTENSION","id":92,"value":13,"literal":"OPERATION_EXTENSION","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterExpression","instanceClass":null,"abstract":true,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"eClass":"EGenericType"},{"name":"NORMAL","id":101,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"IF","id":102,"value":1,"literal":"IF","eClass":"EEnumLiteral"},{"name":"ELSE","id":103,"value":2,"literal":"ELSE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valuePosition","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extensionPosition","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"name":"STRING_VALUE","id":114,"value":0,"literal":"STRING_VALUE","eClass":"EEnumLiteral"},{"name":"NUMBER_VALUE","id":115,"value":1,"literal":"NUMBER_VALUE","eClass":"EEnumLiteral"},{"name":"QUERY_ACCESS","id":116,"value":2,"literal":"QUERY_ACCESS","eClass":"EEnumLiteral"},{"name":"VARIABLE","id":117,"value":3,"literal":"VARIABLE","eClass":"EEnumLiteral"},{"name":"MULTIPLE","id":118,"value":4,"literal":"MULTIPLE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromElement","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromElementType","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toElement","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toElementType","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"VALUE","id":131,"value":0,"literal":"VALUE","eClass":"EEnumLiteral"},{"name":"GRAMMAR_ELEMENT","id":132,"value":1,"literal":"GRAMMAR_ELEMENT","eClass":"EEnumLiteral"},{"name":"METAMODEL_ELEMENT","id":133,"value":2,"literal":"METAMODEL_ELEMENT","eClass":"EEnumLiteral"},{"name":"DEFAULT","id":134,"value":3,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryControl","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryControlFor","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryControlGreater","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FilterType","instanceClass":null,"id":138,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FilterOperationType","instanceClass":null,"id":139,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryElement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QueryElementType","instanceClass":null,"id":141,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterExpressionComplex","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FilterExpressionType","instanceClass":null,"id":143,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterExpressionUnit","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionElement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpressionElementType","instanceClass":null,"id":146,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationType","instanceClass":null,"id":147,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryVariable","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeId","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodePosition","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"name":"DIRECT","id":180,"value":0,"literal":"DIRECT","eClass":"EEnumLiteral"},{"name":"INDIRECT","id":181,"value":1,"literal":"INDIRECT","eClass":"EEnumLiteral"},{"name":"RECURSIVE","id":182,"value":2,"literal":"RECURSIVE","eClass":"EEnumLiteral"},{"name":"NORMAL","id":183,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"POSITION","id":184,"value":1,"literal":"POSITION","eClass":"EEnumLiteral"},{"name":"UNIQUE","id":185,"value":2,"literal":"UNIQUE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mark","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"name":"NODE","id":192,"value":0,"literal":"NODE","eClass":"EEnumLiteral"},{"name":"LEAF","id":193,"value":1,"literal":"LEAF","eClass":"EEnumLiteral"},{"name":"TOKEN","id":194,"value":2,"literal":"TOKEN","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"name":"AND","id":200,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":201,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"NOT","id":202,"value":2,"literal":"NOT","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"global","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"name":"LEAF","id":218,"value":0,"literal":"LEAF","eClass":"EEnumLiteral"},{"name":"TOKEN","id":219,"value":1,"literal":"TOKEN","eClass":"EEnumLiteral"},{"name":"EQUALS","id":220,"value":0,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"EXISTS","id":221,"value":1,"literal":"EXISTS","eClass":"EEnumLiteral"},{"name":"CHECK","id":222,"value":2,"literal":"CHECK","eClass":"EEnumLiteral"},{"name":"HASRESULTS","id":223,"value":4,"literal":"HASRESULTS","eClass":"EEnumLiteral"},{"name":"STARTS_WITH","id":224,"value":5,"literal":"STARTS_WITH","eClass":"EEnumLiteral"},{"name":"ENDS_WITH","id":225,"value":6,"literal":"ENDS_WITH","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":0},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":21,"target":26},{"source":21,"target":3},{"source":22,"target":27},{"source":22,"target":3},{"source":23,"target":28},{"source":23,"target":3},{"source":24,"target":18},{"source":24,"target":29},{"source":24,"target":3},{"source":29,"target":18},{"source":25,"target":4},{"source":25,"target":30},{"source":25,"target":3},{"source":30,"target":4},{"source":4,"target":1},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":34},{"source":31,"target":4},{"source":32,"target":35},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":35},{"source":33,"target":14},{"source":33,"target":37},{"source":33,"target":4},{"source":37,"target":14},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":38,"target":7},{"source":38,"target":44},{"source":38,"target":5},{"source":44,"target":7},{"source":39,"target":8},{"source":39,"target":45},{"source":39,"target":5},{"source":45,"target":8},{"source":40,"target":46},{"source":40,"target":5},{"source":41,"target":9},{"source":41,"target":47},{"source":41,"target":5},{"source":47,"target":9},{"source":42,"target":48},{"source":42,"target":5},{"source":43,"target":4},{"source":6,"target":1},{"source":6,"target":4},{"source":6,"target":49},{"source":49,"target":4},{"source":7,"target":1},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":50,"target":7},{"source":51,"target":7},{"source":52,"target":7},{"source":8,"target":1},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":53,"target":56},{"source":53,"target":8},{"source":54,"target":57},{"source":54,"target":58},{"source":54,"target":8},{"source":58,"target":57},{"source":55,"target":59},{"source":55,"target":8},{"source":9,"target":1},{"source":9,"target":60},{"source":9,"target":61},{"source":60,"target":62},{"source":60,"target":9},{"source":61,"target":63},{"source":61,"target":9},{"source":10,"target":1},{"source":11,"target":1},{"source":11,"target":10},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":11,"target":67},{"source":64,"target":68},{"source":64,"target":11},{"source":65,"target":69},{"source":65,"target":11},{"source":66,"target":12},{"source":66,"target":70},{"source":66,"target":11},{"source":70,"target":12},{"source":67,"target":10},{"source":12,"target":1},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":71,"target":13},{"source":71,"target":75},{"source":71,"target":12},{"source":75,"target":13},{"source":72,"target":76},{"source":72,"target":12},{"source":73,"target":77},{"source":73,"target":12},{"source":74,"target":16},{"source":74,"target":78},{"source":74,"target":12},{"source":78,"target":16},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":13,"target":88},{"source":13,"target":89},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":92},{"source":79,"target":13},{"source":80,"target":13},{"source":81,"target":13},{"source":82,"target":13},{"source":83,"target":13},{"source":84,"target":13},{"source":85,"target":13},{"source":86,"target":13},{"source":87,"target":13},{"source":88,"target":13},{"source":89,"target":13},{"source":90,"target":13},{"source":91,"target":13},{"source":92,"target":13},{"source":14,"target":1},{"source":14,"target":10},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":14,"target":96},{"source":93,"target":15},{"source":93,"target":97},{"source":93,"target":14},{"source":97,"target":15},{"source":94,"target":10},{"source":94,"target":98},{"source":94,"target":14},{"source":98,"target":10},{"source":95,"target":99},{"source":95,"target":100},{"source":95,"target":14},{"source":100,"target":99},{"source":96,"target":10},{"source":15,"target":1},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":101,"target":15},{"source":102,"target":15},{"source":103,"target":15},{"source":16,"target":1},{"source":16,"target":104},{"source":16,"target":105},{"source":16,"target":106},{"source":16,"target":107},{"source":16,"target":108},{"source":104,"target":109},{"source":104,"target":16},{"source":105,"target":110},{"source":105,"target":16},{"source":106,"target":111},{"source":106,"target":16},{"source":107,"target":112},{"source":107,"target":16},{"source":108,"target":17},{"source":108,"target":113},{"source":108,"target":16},{"source":113,"target":17},{"source":17,"target":1},{"source":17,"target":114},{"source":17,"target":115},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":114,"target":17},{"source":115,"target":17},{"source":116,"target":17},{"source":117,"target":17},{"source":118,"target":17},{"source":18,"target":1},{"source":18,"target":119},{"source":18,"target":120},{"source":119,"target":121},{"source":119,"target":18},{"source":120,"target":19},{"source":120,"target":122},{"source":120,"target":18},{"source":122,"target":19},{"source":19,"target":1},{"source":19,"target":123},{"source":19,"target":124},{"source":19,"target":125},{"source":19,"target":126},{"source":123,"target":127},{"source":123,"target":19},{"source":124,"target":20},{"source":124,"target":128},{"source":124,"target":19},{"source":128,"target":20},{"source":125,"target":129},{"source":125,"target":19},{"source":126,"target":20},{"source":126,"target":130},{"source":126,"target":19},{"source":130,"target":20},{"source":20,"target":1},{"source":20,"target":131},{"source":20,"target":132},{"source":20,"target":133},{"source":20,"target":134},{"source":131,"target":20},{"source":132,"target":20},{"source":133,"target":20},{"source":134,"target":20},{"source":2,"target":35},{"source":2,"target":135},{"source":2,"target":136},{"source":2,"target":137},{"source":2,"target":57},{"source":2,"target":138},{"source":2,"target":139},{"source":2,"target":140},{"source":2,"target":141},{"source":2,"target":99},{"source":2,"target":142},{"source":2,"target":143},{"source":2,"target":144},{"source":2,"target":145},{"source":2,"target":146},{"source":2,"target":147},{"source":2,"target":0},{"source":35,"target":2},{"source":35,"target":148},{"source":35,"target":149},{"source":35,"target":150},{"source":35,"target":151},{"source":148,"target":152},{"source":148,"target":35},{"source":149,"target":153},{"source":149,"target":35},{"source":150,"target":57},{"source":150,"target":154},{"source":150,"target":35},{"source":154,"target":57},{"source":151,"target":135},{"source":151,"target":155},{"source":151,"target":35},{"source":155,"target":135},{"source":135,"target":2},{"source":136,"target":2},{"source":136,"target":135},{"source":136,"target":156},{"source":136,"target":157},{"source":136,"target":158},{"source":156,"target":159},{"source":156,"target":136},{"source":157,"target":160},{"source":157,"target":136},{"source":158,"target":135},{"source":137,"target":2},{"source":137,"target":135},{"source":137,"target":161},{"source":137,"target":162},{"source":137,"target":163},{"source":137,"target":164},{"source":161,"target":165},{"source":161,"target":137},{"source":162,"target":166},{"source":162,"target":137},{"source":163,"target":167},{"source":163,"target":137},{"source":164,"target":135},{"source":57,"target":2},{"source":57,"target":168},{"source":57,"target":169},{"source":57,"target":170},{"source":57,"target":171},{"source":57,"target":172},{"source":57,"target":173},{"source":168,"target":138},{"source":168,"target":174},{"source":168,"target":57},{"source":174,"target":138},{"source":169,"target":139},{"source":169,"target":175},{"source":169,"target":57},{"source":175,"target":139},{"source":170,"target":140},{"source":170,"target":176},{"source":170,"target":57},{"source":176,"target":140},{"source":171,"target":99},{"source":171,"target":177},{"source":171,"target":57},{"source":177,"target":99},{"source":172,"target":57},{"source":172,"target":178},{"source":172,"target":57},{"source":178,"target":57},{"source":173,"target":179},{"source":173,"target":57},{"source":138,"target":2},{"source":138,"target":180},{"source":138,"target":181},{"source":138,"target":182},{"source":180,"target":138},{"source":181,"target":138},{"source":182,"target":138},{"source":139,"target":2},{"source":139,"target":183},{"source":139,"target":184},{"source":139,"target":185},{"source":183,"target":139},{"source":184,"target":139},{"source":185,"target":139},{"source":140,"target":2},{"source":140,"target":186},{"source":140,"target":187},{"source":140,"target":188},{"source":186,"target":189},{"source":186,"target":140},{"source":187,"target":141},{"source":187,"target":190},{"source":187,"target":140},{"source":190,"target":141},{"source":188,"target":191},{"source":188,"target":140},{"source":141,"target":2},{"source":141,"target":192},{"source":141,"target":193},{"source":141,"target":194},{"source":192,"target":141},{"source":193,"target":141},{"source":194,"target":141},{"source":99,"target":2},{"source":142,"target":2},{"source":142,"target":99},{"source":142,"target":195},{"source":142,"target":196},{"source":142,"target":197},{"source":195,"target":99},{"source":195,"target":198},{"source":195,"target":142},{"source":198,"target":99},{"source":196,"target":143},{"source":196,"target":199},{"source":196,"target":142},{"source":199,"target":143},{"source":197,"target":99},{"source":143,"target":2},{"source":143,"target":200},{"source":143,"target":201},{"source":143,"target":202},{"source":200,"target":143},{"source":201,"target":143},{"source":202,"target":143},{"source":144,"target":2},{"source":144,"target":99},{"source":144,"target":203},{"source":144,"target":204},{"source":144,"target":205},{"source":144,"target":206},{"source":144,"target":207},{"source":203,"target":145},{"source":203,"target":208},{"source":203,"target":144},{"source":208,"target":145},{"source":204,"target":147},{"source":204,"target":209},{"source":204,"target":144},{"source":209,"target":147},{"source":205,"target":210},{"source":205,"target":144},{"source":206,"target":16},{"source":206,"target":211},{"source":206,"target":144},{"source":211,"target":16},{"source":207,"target":99},{"source":145,"target":2},{"source":145,"target":212},{"source":145,"target":213},{"source":145,"target":214},{"source":212,"target":215},{"source":212,"target":145},{"source":213,"target":146},{"source":213,"target":216},{"source":213,"target":145},{"source":216,"target":146},{"source":214,"target":217},{"source":214,"target":145},{"source":146,"target":2},{"source":146,"target":218},{"source":146,"target":219},{"source":218,"target":146},{"source":219,"target":146},{"source":147,"target":2},{"source":147,"target":220},{"source":147,"target":221},{"source":147,"target":222},{"source":147,"target":223},{"source":147,"target":224},{"source":147,"target":225},{"source":220,"target":147},{"source":221,"target":147},{"source":222,"target":147},{"source":223,"target":147},{"source":224,"target":147},{"source":225,"target":147}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smw" nsURI="http://spi-fm.uca.es/spdef/models/specificTools/smwm/1.0" nsPrefix="smw"> <eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//WikiContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//WikiContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentCategory" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedForm" eType="#//Form"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//WikiContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WikiContent"> <eOperations name="render" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//WikiContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eOperations name="render" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="embeddedSections" upperBound="-1" eType="#//Section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//SectionContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Database"> <eStructuralFeatures xsi:type="ecore:EReference" name="articles" upperBound="-1" eType="#//WikiContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Article" eSuperTypes="#//WikiContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//Section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="restricted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//SectionContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alternative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SectionContent" abstract="true"> <eOperations name="render" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//SectionContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemList" eSuperTypes="#//SectionContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ruizrube/spdef/spdt/trunk/src/main/resources/es/uca/spifm/spdt/specificTools/smwm/SemanticMediaWikiModel.ecore
ecore
smw Form properties Category parentCategory associatedForm Template fields multple WikiContent render title namespace Property domain range Section render embeddedSections title text contents Database articles Article sections categories Field inputType defaultValue min max hidden restricted comments property Image uri alternative SectionContent render order Paragraph text ItemList items title Item text
null
{"directed":true,"nodes":[{"nsPrefix":"smw","nsURI":"http://spi-fm.uca.es/spdef/models/specificTools/smwm/1.0","name":"smw","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WikiContent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SectionContent","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemList","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedForm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multple","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"render","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"render","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"embeddedSections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"articles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputType","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"restricted","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alternative","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"render","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":5},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":5},{"source":16,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":2},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":2},{"source":19,"target":1},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":1},{"source":20,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":9},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":9},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":4},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":31},{"source":28,"target":4},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":33},{"source":30,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":34,"target":37},{"source":34,"target":5},{"source":35,"target":38},{"source":35,"target":5},{"source":36,"target":4},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":39,"target":44},{"source":39,"target":6},{"source":40,"target":6},{"source":40,"target":45},{"source":40,"target":6},{"source":45,"target":6},{"source":41,"target":46},{"source":41,"target":6},{"source":42,"target":47},{"source":42,"target":6},{"source":43,"target":11},{"source":43,"target":48},{"source":43,"target":6},{"source":48,"target":11},{"source":7,"target":0},{"source":7,"target":49},{"source":49,"target":4},{"source":49,"target":50},{"source":49,"target":7},{"source":50,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":51,"target":6},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":6},{"source":52,"target":2},{"source":52,"target":55},{"source":52,"target":8},{"source":55,"target":2},{"source":53,"target":4},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":56,"target":64},{"source":56,"target":9},{"source":57,"target":65},{"source":57,"target":9},{"source":58,"target":66},{"source":58,"target":9},{"source":59,"target":67},{"source":59,"target":9},{"source":60,"target":68},{"source":60,"target":9},{"source":61,"target":69},{"source":61,"target":9},{"source":62,"target":70},{"source":62,"target":9},{"source":63,"target":5},{"source":63,"target":71},{"source":63,"target":9},{"source":71,"target":5},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":72,"target":75},{"source":72,"target":10},{"source":73,"target":76},{"source":73,"target":10},{"source":74,"target":11},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":78},{"source":77,"target":79},{"source":77,"target":11},{"source":78,"target":80},{"source":78,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":81},{"source":12,"target":82},{"source":81,"target":83},{"source":81,"target":12},{"source":82,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":84,"target":14},{"source":84,"target":87},{"source":84,"target":13},{"source":87,"target":14},{"source":85,"target":88},{"source":85,"target":13},{"source":86,"target":11},{"source":14,"target":0},{"source":14,"target":89},{"source":89,"target":90},{"source":89,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="facebook103" nsURI="http://facebook103" nsPrefix="_facebook103"> <eClassifiers xsi:type="ecore:EClass" name="Facebook"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="countries" upperBound="-1" eType="#//Country" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communities" upperBound="-1" eType="#//Community" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//EClass1" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=communities"/> <details key="cref=commentables"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//Friendship" containment="true" eOpposite="#//Friendship/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communities" upperBound="-1" eType="#//Community"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentables" upperBound="-1" eType="#//Commentable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Friendship"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Member.relations"/> <details key="lsrc=from"/> <details key="ltrg=to"/> <details key="label=since"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Member" eOpposite="#//Member/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Member"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pending" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Country" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=members"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Community" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=content"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eAnnotations source="diagraph"> <details key="link"/> <details key="lsrc=from"/> <details key="ltrg=to"/> <details key="cont=Member.comments"/> <details key="label=content"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Member"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Commentable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Commentable"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Post" eSuperTypes="#//Commentable"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass0"> <eAnnotations source="diagraph"/> <eAnnotations source="diagraph"> <details key="view=vweclass1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass1" eSuperTypes="#//EClass0"> <eAnnotations source="diagraph"> <details key="node"/> <details key="nav:vweclass1"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass1"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="c" upperBound="-1" eType="#//EClass2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass2" eSuperTypes="#//EClass0"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=EClass1.c"/> <details key="lsrc=s"/> <details key="ltrg=t"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//EClass1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="#//EClass1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/facebook103.ecore
ecore
facebook103 Facebook countries communities EReference0 Member id relations communities comments commentables NamedElement name Friendship from to since pending Country members Community Commentable content Comment from to content Image Post EClass0 EClass1 c EClass2 s t
null
{"directed":true,"nodes":[{"nsPrefix":"_facebook103","nsURI":"http://facebook103","name":"facebook103","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facebook","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Friendship","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Country","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Community","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Post","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass0","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass1","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass2","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"countries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"communities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"communities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pending","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":14,"target":5},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":5},{"source":15,"target":6},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":6},{"source":16,"target":12},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":12},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":20,"target":26},{"source":20,"target":2},{"source":21,"target":4},{"source":21,"target":27},{"source":21,"target":2},{"source":21,"target":28},{"source":27,"target":4},{"source":22,"target":6},{"source":22,"target":29},{"source":22,"target":2},{"source":29,"target":6},{"source":23,"target":8},{"source":23,"target":30},{"source":23,"target":2},{"source":30,"target":8},{"source":24,"target":7},{"source":24,"target":31},{"source":24,"target":2},{"source":31,"target":7},{"source":25,"target":3},{"source":3,"target":0},{"source":3,"target":32},{"source":32,"target":33},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":28,"target":2},{"source":28,"target":37},{"source":28,"target":4},{"source":28,"target":21},{"source":37,"target":2},{"source":34,"target":2},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":2},{"source":35,"target":39},{"source":35,"target":4},{"source":36,"target":40},{"source":36,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":2},{"source":41,"target":43},{"source":41,"target":5},{"source":43,"target":2},{"source":42,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":44},{"source":44,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":47},{"source":45,"target":7},{"source":46,"target":3},{"source":8,"target":0},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":48,"target":2},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":2},{"source":49,"target":7},{"source":49,"target":52},{"source":49,"target":8},{"source":52,"target":7},{"source":50,"target":53},{"source":50,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":54},{"source":54,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":55},{"source":55,"target":7},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":56},{"source":12,"target":57},{"source":56,"target":13},{"source":56,"target":58},{"source":56,"target":12},{"source":58,"target":13},{"source":57,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":59},{"source":13,"target":60},{"source":13,"target":61},{"source":59,"target":12},{"source":59,"target":62},{"source":59,"target":13},{"source":62,"target":12},{"source":60,"target":12},{"source":60,"target":63},{"source":60,"target":13},{"source":63,"target":12},{"source":61,"target":11}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="soapenvelope" nsURI="http://schemas.xmlsoap.org/soap/envelope/" nsPrefix="ENV"> <eClassifiers xsi:type="ecore:EClass" name="Body"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Body"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9; Prose in the spec does not specify that attributes are allowed on the Body element&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Detail"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="detail"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-2" eType="#//Body" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Body"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="envelope" upperBound="-2" eType="#//Envelope" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Envelope"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fault" upperBound="-2" eType="#//Fault" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Fault"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="header" upperBound="-2" eType="#//Header" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Header"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="actor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingStyle" eType="#//EncodingStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="encodingStyle"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustUnderstand" eType="#//MustUnderstandType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mustUnderstand"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EncodingStyle" instanceClassName="java.util.List"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9; 'encodingStyle' indicates any canonicalization conventions followed in the contents of the containing element. For example, the value 'http://schemas.xmlsoap.org/soap/encoding/' indicates the pattern described in SOAP specification&#xD;&#xA;&#x9; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="encodingStyle"/> <details key="itemType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Envelope"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Envelope"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="header" eType="#//Header" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Header"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Body" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Body"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fault"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9; Fault reporting structure&#xD;&#xA;&#x9; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Fault"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultcode" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="faultcode"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultstring" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="faultstring"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultactor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="faultactor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="detail" eType="#//Detail" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="detail"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Header"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MustUnderstandType" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mustUnderstand_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#boolean"/> <details key="pattern" value="0|1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MustUnderstandTypeObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mustUnderstand_._type:Object"/> <details key="baseType" value="mustUnderstand_._type"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/BackupTheBerlios/texosecurityidm-svn/trunk/TechnicalArtefacts/de.fraunhofer.fokus.texo.ws/model/soapenvelope.ecore
ecore
soapenvelope Body any anyAttribute Detail any anyAttribute DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation body envelope fault header actor encodingStyle mustUnderstand EncodingStyle java.util.List java.util.List Envelope header body any anyAttribute Fault faultcode faultstring faultactor detail Header any anyAttribute MustUnderstandType boolean boolean MustUnderstandTypeObject java.lang.Boolean java.lang.Boolean
null
{"directed":true,"nodes":[{"nsPrefix":"ENV","nsURI":"http://schemas.xmlsoap.org/soap/envelope/","name":"soapenvelope","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Detail","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"EncodingStyle","instanceClass":"java.util.List","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Envelope","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"MustUnderstandType","instanceClass":"boolean","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"MustUnderstandTypeObject","instanceClass":"java.lang.Boolean","id":9,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"envelope","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"fault","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"header","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actor","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encodingStyle","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mustUnderstand","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"header","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":39,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultcode","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultstring","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultactor","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"detail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":12},{"source":10,"target":1},{"source":11,"target":13},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":16},{"source":14,"target":2},{"source":15,"target":17},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":18,"target":28},{"source":18,"target":3},{"source":19,"target":29},{"source":19,"target":3},{"source":20,"target":30},{"source":20,"target":3},{"source":21,"target":1},{"source":21,"target":31},{"source":21,"target":3},{"source":31,"target":1},{"source":22,"target":5},{"source":22,"target":32},{"source":22,"target":3},{"source":32,"target":5},{"source":23,"target":6},{"source":23,"target":33},{"source":23,"target":3},{"source":33,"target":6},{"source":24,"target":7},{"source":24,"target":34},{"source":24,"target":3},{"source":34,"target":7},{"source":25,"target":35},{"source":25,"target":3},{"source":26,"target":4},{"source":26,"target":36},{"source":26,"target":3},{"source":36,"target":4},{"source":27,"target":8},{"source":27,"target":37},{"source":27,"target":3},{"source":37,"target":8},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":38,"target":7},{"source":38,"target":42},{"source":38,"target":5},{"source":42,"target":7},{"source":39,"target":1},{"source":39,"target":43},{"source":39,"target":5},{"source":43,"target":1},{"source":40,"target":44},{"source":40,"target":5},{"source":41,"target":45},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":46,"target":50},{"source":46,"target":6},{"source":47,"target":51},{"source":47,"target":6},{"source":48,"target":52},{"source":48,"target":6},{"source":49,"target":2},{"source":49,"target":53},{"source":49,"target":6},{"source":53,"target":2},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":54,"target":56},{"source":54,"target":7},{"source":55,"target":57},{"source":55,"target":7},{"source":8,"target":0},{"source":9,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="food" nsURI="http://food.v0" nsPrefix="food"> <eClassifiers xsi:type="ecore:EClass" name="TeaType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tea"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TeaType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="region" eType="#//Region"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <eStructuralFeatures xsi:type="ecore:EReference" name="teas" upperBound="-1" eType="#//Tea" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dishes" upperBound="-1" eType="#//Dish" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ingredients" upperBound="-1" eType="#//Ingredient" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cuisines" upperBound="-1" eType="#//Cuisine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="References"> <eStructuralFeatures xsi:type="ecore:EReference" name="teatypes" upperBound="-1" eType="#//TeaType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1" eType="#//Region" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dishtypes" upperBound="-1" eType="#//DishType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nutrients" upperBound="-1" eType="#//Nutrient" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DishType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dish"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DishType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cuisines" upperBound="-1" eType="#//Cuisine" eOpposite="#//Cuisine/dishes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ingredients" upperBound="-1" eType="#//Ingredient" eOpposite="#//Ingredient/dishes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cuisine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dishes" upperBound="-1" eType="#//Dish" eOpposite="#//Dish/cuisines"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ingredient"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dishes" upperBound="-1" eType="#//Dish" eOpposite="#//Dish/ingredients"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nutritionFactors" upperBound="-1" eType="#//NutritionFactor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nutrient"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NutritionFactor"> <eStructuralFeatures xsi:type="ecore:EReference" name="nutrient" eType="#//Nutrient"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Food"> <eStructuralFeatures xsi:type="ecore:EReference" name="references" eType="#//References" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//Domain" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/matcher.mtbe-fr.model/alignment/food.ecore
ecore
food TeaType id name description Tea id name description type region Region id name Domain teas dishes ingredients cuisines References teatypes regions dishtypes nutrients DishType id name Dish type id name cuisines ingredients Cuisine id name dishes Ingredient id name dishes nutritionFactors Nutrient id name NutritionFactor nutrient quantity Food references domain
null
{"directed":true,"nodes":[{"nsPrefix":"food","nsURI":"http://food.v0","name":"food","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeaType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tea","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"References","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DishType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dish","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cuisine","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ingredient","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nutrient","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NutritionFactor","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Food","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"teas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dishes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ingredients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cuisines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"teatypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dishtypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nutrients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuisines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ingredients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dishes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dishes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nutritionFactors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nutrient","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":13,"target":16},{"source":13,"target":1},{"source":14,"target":17},{"source":14,"target":1},{"source":15,"target":18},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":19,"target":24},{"source":19,"target":2},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":26},{"source":21,"target":2},{"source":22,"target":1},{"source":22,"target":27},{"source":22,"target":2},{"source":27,"target":1},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":2},{"source":28,"target":3},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":31},{"source":29,"target":3},{"source":30,"target":32},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":33,"target":2},{"source":33,"target":37},{"source":33,"target":4},{"source":37,"target":2},{"source":34,"target":7},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":7},{"source":35,"target":9},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":9},{"source":36,"target":8},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":8},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":1},{"source":41,"target":45},{"source":41,"target":5},{"source":45,"target":1},{"source":42,"target":3},{"source":42,"target":46},{"source":42,"target":5},{"source":46,"target":3},{"source":43,"target":6},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":6},{"source":44,"target":10},{"source":44,"target":48},{"source":44,"target":5},{"source":48,"target":10},{"source":6,"target":0},{"source":6,"target":49},{"source":6,"target":50},{"source":49,"target":51},{"source":49,"target":6},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":53,"target":6},{"source":53,"target":58},{"source":53,"target":7},{"source":58,"target":6},{"source":54,"target":59},{"source":54,"target":7},{"source":55,"target":60},{"source":55,"target":7},{"source":56,"target":8},{"source":56,"target":61},{"source":56,"target":7},{"source":56,"target":62},{"source":61,"target":8},{"source":57,"target":9},{"source":57,"target":63},{"source":57,"target":7},{"source":57,"target":64},{"source":63,"target":9},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":62},{"source":65,"target":67},{"source":65,"target":8},{"source":66,"target":68},{"source":66,"target":8},{"source":62,"target":7},{"source":62,"target":69},{"source":62,"target":8},{"source":62,"target":56},{"source":69,"target":7},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":64},{"source":9,"target":72},{"source":70,"target":73},{"source":70,"target":9},{"source":71,"target":74},{"source":71,"target":9},{"source":64,"target":7},{"source":64,"target":75},{"source":64,"target":9},{"source":64,"target":57},{"source":75,"target":7},{"source":72,"target":11},{"source":72,"target":76},{"source":72,"target":9},{"source":76,"target":11},{"source":10,"target":0},{"source":10,"target":77},{"source":10,"target":78},{"source":77,"target":79},{"source":77,"target":10},{"source":78,"target":80},{"source":78,"target":10},{"source":11,"target":0},{"source":11,"target":81},{"source":11,"target":82},{"source":81,"target":10},{"source":81,"target":83},{"source":81,"target":11},{"source":83,"target":10},{"source":82,"target":84},{"source":82,"target":11},{"source":12,"target":0},{"source":12,"target":85},{"source":12,"target":86},{"source":85,"target":5},{"source":85,"target":87},{"source":85,"target":12},{"source":87,"target":5},{"source":86,"target":4},{"source":86,"target":88},{"source":86,"target":12},{"source":88,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="p2" nsURI="http://www.eclipse.org/b3/2010/p2/1.0.0" nsPrefix="p2"> <eClassifiers xsi:type="ecore:EClass" name="ArtifactKey" eSuperTypes="#//IArtifactKey"/> <eClassifiers xsi:type="ecore:EClass" name="ArtifactDescriptor" eSuperTypes="#//IArtifactDescriptor"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyMap" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingStepList" upperBound="-1" eType="#//IProcessingStepDescriptor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtifactRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="artifactMap" upperBound="-1" eType="#//ArtifactsByKey" containment="true"/> <eGenericSuperTypes eClassifier="#//Repository"> <eTypeArguments eClassifier="#//IArtifactKey"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//IArtifactRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtifactsByKey" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//IArtifactKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//IArtifactDescriptor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comparable" instanceClassName="java.lang.Comparable" abstract="true" interface="true"> <eTypeParameters name="T"/> <eOperations name="compareTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="o"> <eGenericType eTypeParameter="#//Comparable/T"/> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copyright" eSuperTypes="#//ICopyright"/> <eClassifiers xsi:type="ecore:EClass" name="IAdaptable" instanceClassName="org.eclipse.core.runtime.IAdaptable" abstract="true" interface="true"> <eOperations name="getAdapter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eParameters name="adapter"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IArtifactDescriptor" instanceClassName="org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor" abstract="true" interface="true"> <eOperations name="getProperties"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eOperations> <eOperations name="getProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getProcessingSteps" eType="#//IProcessingDescriptorArray"/> <eOperations name="getRepository" eType="#//IArtifactRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artifactKey" lowerBound="1" eType="#//IArtifactKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IArtifactKey" instanceClassName="org.eclipse.equinox.p2.metadata.IArtifactKey" abstract="true" interface="true"> <eOperations name="toExternalForm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="#//Version"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IArtifactRepository" instanceClassName="org.eclipse.equinox.p2.repository.artifact.IArtifactRepository" abstract="true" interface="true"> <eOperations name="createArtifactDescriptor" eType="#//IArtifactDescriptor"> <eParameters name="key" eType="#//IArtifactKey"/> </eOperations> <eOperations name="createArtifactKey" eType="#//IArtifactKey"> <eParameters name="classifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="version" eType="#//Version"/> </eOperations> <eOperations name="addDescriptor"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> </eOperations> <eOperations name="addDescriptor"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="addDescriptors"> <eParameters name="descriptors" eType="#//IArtifactDescriptorArray"/> </eOperations> <eOperations name="addDescriptors"> <eParameters name="descriptors" eType="#//IArtifactDescriptorArray"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="contains" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> </eOperations> <eOperations name="contains" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="key" eType="#//IArtifactKey"/> </eOperations> <eOperations name="getArtifact" eType="#//IStatus"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> <eParameters name="destination" eType="#//OutputStream"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="getRawArtifact" eType="#//IStatus"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> <eParameters name="destination" eType="#//OutputStream"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="getArtifactDescriptors" eType="#//IArtifactDescriptorArray"> <eParameters name="key" eType="#//IArtifactKey"/> </eOperations> <eOperations name="getArtifacts" eType="#//IStatus"> <eParameters name="requests" eType="#//IArtifactRequestArray"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="getOutputStream" eType="#//OutputStream"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> </eOperations> <eOperations name="descriptorQueryable"> <eGenericType eClassifier="#//IQueryable"> <eTypeArguments eClassifier="#//IArtifactDescriptor"/> </eGenericType> </eOperations> <eOperations name="removeAll"/> <eOperations name="removeAll"> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="removeDescriptor"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> </eOperations> <eOperations name="removeDescriptor"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="removeDescriptor"> <eParameters name="key" eType="#//IArtifactKey"/> </eOperations> <eOperations name="removeDescriptor"> <eParameters name="key" eType="#//IArtifactKey"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="removeDescriptors"> <eParameters name="descriptors" eType="#//IArtifactDescriptorArray"/> </eOperations> <eOperations name="removeDescriptors"> <eParameters name="descriptors" eType="#//IArtifactDescriptorArray"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="removeDescriptors"> <eParameters name="keys" eType="#//IArtifactKeyArray"/> </eOperations> <eOperations name="removeDescriptors"> <eParameters name="keys" eType="#//IArtifactKeyArray"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="executeBatch" eType="#//IStatus"> <eParameters name="runnable" eType="#//IRunnableWithProgress"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eGenericSuperTypes eClassifier="#//IRepository"> <eTypeArguments eClassifier="#//IArtifactKey"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICopyright" instanceClassName="org.eclipse.equinox.p2.metadata.ICopyright" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IFileArtifactRepository" instanceClassName="org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository" abstract="true" interface="true" eSuperTypes="#//IArtifactRepository"> <eOperations name="getArtifactFile" eType="#//File"> <eParameters name="key" eType="#//IArtifactKey"/> </eOperations> <eOperations name="getArtifactFile" eType="#//File"> <eParameters name="descriptor" eType="#//IArtifactDescriptor"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IInstallableUnit" instanceClassName="org.eclipse.equinox.p2.metadata.IInstallableUnit" abstract="true" interface="true"> <eOperations name="unresolved" eType="#//IInstallableUnit"/> <eOperations name="getCopyright" eType="#//ICopyright"> <eParameters name="locale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLicenses" upperBound="-1" eType="#//ILicense"> <eParameters name="locale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getProperties"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eGenericType> </eOperations> <eOperations name="getProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="locale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="satisfies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="candidate" eType="#//IRequirement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" upperBound="-1" eType="#//IArtifactKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" eType="#//ICopyright" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" defaultValueLiteral=""> <eGenericType eClassifier="#//IMatchExpression"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//IInstallableUnitFragment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="licenses" upperBound="-1" eType="#//ILicense" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaRequirements" upperBound="-1" eType="#//IRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedCapabilities" upperBound="-1" eType="#//IProvidedCapability" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1" eType="#//IRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="touchpointData" upperBound="-1" eType="#//ITouchpointData" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="touchpointType" eType="#//ITouchpointType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updateDescriptor" eType="#//IUpdateDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="singleton" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eGenericSuperTypes eClassifier="#//IVersionedId"/> <eGenericSuperTypes eClassifier="#//Comparable"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IInstallableUnitFragment" instanceClassName="org.eclipse.equinox.p2.metadata.IInstallableUnitFragment" abstract="true" interface="true" eSuperTypes="#//IInstallableUnit"/> <eClassifiers xsi:type="ecore:EClass" name="IInstallableUnitPatch" instanceClassName="org.eclipse.equinox.p2.metadata.IInstallableUnitPatch" abstract="true" interface="true" eSuperTypes="#//IInstallableUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirementsChange" upperBound="-1" eType="#//IRequirementChange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lifeCycle" eType="#//IRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesTo" upperBound="-1" eType="#//IRequirement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ILicense" instanceClassName="org.eclipse.equinox.p2.metadata.ILicense" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="UUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstallableUnit" eSuperTypes="#//IInstallableUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyMap" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstallableUnitFragment" eSuperTypes="#//InstallableUnit #//IInstallableUnitFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="host" upperBound="-1" eType="#//IRequirement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstallableUnitPatch" eSuperTypes="#//InstallableUnit #//IInstallableUnitPatch"> <eOperations name="getApplicabilityScope" eType="#//IRequirementArrayArray"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstructionMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ITouchpointInstruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMetadataRepository" instanceClassName="org.eclipse.equinox.p2.repository.metadata.IMetadataRepository" abstract="true" interface="true"> <eOperations name="addInstallableUnits"> <eParameters name="installableUnits"> <eGenericType eClassifier="#//Collection"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericType> </eParameters> </eOperations> <eOperations name="addReferences"> <eParameters name="references"> <eGenericType eClassifier="#//Collection"> <eTypeArguments> <eUpperBound eClassifier="#//IRepositoryReference"/> </eTypeArguments> </eGenericType> </eParameters> </eOperations> <eOperations name="removeAll"/> <eOperations name="removeInstallableUnits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="installableUnits"> <eGenericType eClassifier="#//Collection"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericType> </eParameters> </eOperations> <eOperations name="executeBatch" eType="#//IStatus"> <eParameters name="runnable" eType="#//IRunnableWithProgress"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eOperations name="compress"> <eParameters name="iuPool"> <eGenericType eClassifier="#//IPool"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericType> </eParameters> </eOperations> <eGenericSuperTypes eClassifier="#//IRepository"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProcessingStepDescriptor" instanceClassName="org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processorId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvidedCapability" instanceClassName="org.eclipse.equinox.p2.metadata.IProvidedCapability" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="#//Version"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IQueryable" instanceClassName="org.eclipse.equinox.p2.query.IQueryable" abstract="true" interface="true"> <eTypeParameters name="T"/> <eOperations name="query"> <eGenericType eClassifier="#//IQueryResult"> <eTypeArguments eTypeParameter="#//IQueryable/T"/> </eGenericType> <eParameters name="query"> <eGenericType eClassifier="#//IQuery"> <eTypeArguments eTypeParameter="#//IQueryable/T"/> </eGenericType> </eParameters> <eParameters name="progress" eType="#//IProgressMonitor"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRepository" instanceClassName="org.eclipse.equinox.p2.repository.IRepository" abstract="true" interface="true"> <eTypeParameters name="T"/> <eOperations name="getProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getProperties"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eGenericType> </eOperations> <eOperations name="setProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="monitor" eType="#//IProgressMonitor"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provisioningAgent" eType="#//IProvisioningAgent" transient="true"/> <eGenericSuperTypes eClassifier="#//IAdaptable"/> <eGenericSuperTypes eClassifier="#//IQueryable"> <eTypeArguments eTypeParameter="#//IRepository/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRepositoryReference" instanceClassName="org.eclipse.equinox.p2.repository.IRepositoryReference" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="options" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nickname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRequirement" instanceClassName="org.eclipse.equinox.p2.metadata.IRequirement" abstract="true" interface="true"> <eOperations name="isMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="installableUnit" eType="#//IInstallableUnit"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter"> <eGenericType eClassifier="#//IMatchExpression"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matches"> <eGenericType eClassifier="#//IMatchExpression"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="greedy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRequiredCapability" instanceClassName="org.eclipse.equinox.internal.p2.metadata.IRequiredCapability" abstract="true" interface="true" eSuperTypes="#//IRequirement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="#//VersionRange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRequirementChange" instanceClassName="org.eclipse.equinox.p2.metadata.IRequirementChange" abstract="true" interface="true"> <eOperations name="applyOn" eType="#//IRequiredCapability"/> <eOperations name="newValue" eType="#//IRequiredCapability"/> <eOperations name="matches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="toMatch" eType="#//IRequiredCapability"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="applyOn" eType="#//IRequiredCapability" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#//IRequiredCapability" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITouchpointData" instanceClassName="org.eclipse.equinox.p2.metadata.ITouchpointData" abstract="true" interface="true"> <eOperations name="getInstructions"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eTypeArguments eClassifier="#//ITouchpointInstruction"/> </eGenericType> </eOperations> <eOperations name="getInstruction" eType="#//ITouchpointInstruction"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITouchpointInstruction" instanceClassName="org.eclipse.equinox.p2.metadata.ITouchpointInstruction" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITouchpointType" instanceClassName="org.eclipse.equinox.p2.metadata.ITouchpointType" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="#//Version"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IVersionedId" instanceClassName="org.eclipse.equinox.p2.metadata.IVersionedId" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="#//Version"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IUpdateDescriptor" instanceClassName="org.eclipse.equinox.p2.metadata.IUpdateDescriptor" abstract="true" interface="true"> <eOperations name="isUpdateOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="installableUnit" eType="#//IInstallableUnit"/> </eOperations> <eOperations name="getIUsBeingUpdated"> <eGenericType eClassifier="#//Collection"> <eTypeArguments eClassifier="#//IMatchExpression"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eTypeArguments> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//URI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="License" eSuperTypes="#//ILicense"/> <eClassifiers xsi:type="ecore:EClass" name="MappingRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="installableUnits" upperBound="-1" eType="#//IInstallableUnit" containment="true" eKeys="#//IVersionedId/id #//IVersionedId/version"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//IRepositoryReference" containment="true"/> <eGenericSuperTypes eClassifier="#//Repository"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//IMetadataRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingStepDescriptor" eSuperTypes="#//IProcessingStepDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="Property" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedCapability" eSuperTypes="#//IProvidedCapability"/> <eClassifiers xsi:type="ecore:EClass" name="Repository" abstract="true"> <eTypeParameters name="T"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyMap" upperBound="-1" eType="#//Property" containment="true"/> <eGenericSuperTypes eClassifier="#//IRepository"> <eTypeArguments eTypeParameter="#//Repository/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepositoryReference" eSuperTypes="#//IRepositoryReference"/> <eClassifiers xsi:type="ecore:EClass" name="RequiredCapability" eSuperTypes="#//Requirement #//IRequiredCapability"/> <eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//IRequirement"/> <eClassifiers xsi:type="ecore:EClass" name="RequirementChange" eSuperTypes="#//IRequirementChange"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleArtifactRepository" eSuperTypes="#//ArtifactRepository #//IFileArtifactRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//MappingRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleArtifactDescriptor" eSuperTypes="#//ArtifactDescriptor"> <eOperations name="getRepositoryProperties"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eGenericType> </eOperations> <eOperations name="getRepositoryProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="repositoryPropertyMap" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TouchpointData" eSuperTypes="#//ITouchpointData"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructionMap" upperBound="-1" eType="#//InstructionMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TouchpointInstruction" eSuperTypes="#//ITouchpointInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="TouchpointType" eSuperTypes="#//ITouchpointType"/> <eClassifiers xsi:type="ecore:EClass" name="UpdateDescriptor" eSuperTypes="#//IUpdateDescriptor"/> <eClassifiers xsi:type="ecore:EDataType" name="Collection" instanceClassName="java.util.Collection"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Collector" instanceClassName="org.eclipse.equinox.p2.query.Collector" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="File" instanceClassName="java.io.File"/> <eClassifiers xsi:type="ecore:EDataType" name="IArtifactDescriptorArray" instanceClassName="org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor[]"/> <eClassifiers xsi:type="ecore:EDataType" name="IArtifactKeyArray" instanceClassName="org.eclipse.equinox.p2.metadata.IArtifactKey[]"/> <eClassifiers xsi:type="ecore:EDataType" name="IArtifactRequestArray" instanceClassName="org.eclipse.equinox.p2.repository.artifact.IArtifactRequest[]"/> <eClassifiers xsi:type="ecore:EDataType" name="IInstallableUnitArray" instanceClassName="org.eclipse.equinox.p2.metadata.IInstallableUnit[]"/> <eClassifiers xsi:type="ecore:EDataType" name="IInstallableUnitFragmentArray" instanceClassName="org.eclipse.equinox.p2.metadata.IInstallableUnitFragment[]"/> <eClassifiers xsi:type="ecore:EDataType" name="ILicenseArray" instanceClassName="org.eclipse.equinox.p2.metadata.ILicense[]"/> <eClassifiers xsi:type="ecore:EDataType" name="IMatchExpression" instanceClassName="org.eclipse.equinox.p2.metadata.expression.IMatchExpression"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IQuery" instanceClassName="org.eclipse.equinox.p2.query.IQuery" serializable="false"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IQueryResult" instanceClassName="org.eclipse.equinox.p2.query.IQueryResult"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IProvidedCapabilityArray" instanceClassName="org.eclipse.equinox.p2.metadata.IProvidedCapability[]"/> <eClassifiers xsi:type="ecore:EDataType" name="IProvisioningAgent" instanceClassName="org.eclipse.equinox.p2.core.IProvisioningAgent"/> <eClassifiers xsi:type="ecore:EDataType" name="IRequirementArrayArray" instanceClassName="org.eclipse.equinox.p2.metadata.IRequirement[][]"/> <eClassifiers xsi:type="ecore:EDataType" name="IPool" instanceClassName="org.eclipse.equinox.p2.core.IPool" serializable="false"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IProcessingDescriptorArray" instanceClassName="org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor[]"/> <eClassifiers xsi:type="ecore:EDataType" name="IProgressMonitor" instanceClassName="org.eclipse.core.runtime.IProgressMonitor" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="IRunnableWithProgress" instanceClassName="org.eclipse.equinox.p2.repository.IRunnableWithProgress"/> <eClassifiers xsi:type="ecore:EDataType" name="IStatus" instanceClassName="org.eclipse.core.runtime.IStatus"/> <eClassifiers xsi:type="ecore:EDataType" name="ITouchpointDataArray" instanceClassName="org.eclipse.equinox.p2.metadata.ITouchpointData[]"/> <eClassifiers xsi:type="ecore:EDataType" name="Map" instanceClassName="java.util.Map"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="OutputStream" instanceClassName="java.io.OutputStream"/> <eClassifiers xsi:type="ecore:EDataType" name="StringArray" instanceClassName="java.lang.String[]"/> <eClassifiers xsi:type="ecore:EDataType" name="UntypedMap" instanceClassName="java.util.Map"/> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.net.URI"/> <eClassifiers xsi:type="ecore:EDataType" name="Version" instanceClassName="org.eclipse.equinox.p2.metadata.Version"/> <eClassifiers xsi:type="ecore:EDataType" name="VersionRange" instanceClassName="org.eclipse.equinox.p2.metadata.VersionRange"/> </ecore:EPackage>
github:ecore:/data/eclipse/b3/org.eclipse.b3.p2/model/p2.ecore
ecore
p2 ArtifactKey ArtifactDescriptor propertyMap processingStepList ArtifactRepository artifactMap ArtifactsByKey java.util.Map$Entry java.util.Map$Entry key value Comparable java.lang.Comparable java.lang.Comparable T compareTo o Copyright IAdaptable org.eclipse.core.runtime.IAdaptable org.eclipse.core.runtime.IAdaptable getAdapter adapter IArtifactDescriptor org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor getProperties getProperty key getProcessingSteps getRepository artifactKey IArtifactKey org.eclipse.equinox.p2.metadata.IArtifactKey org.eclipse.equinox.p2.metadata.IArtifactKey toExternalForm classifier id version IArtifactRepository org.eclipse.equinox.p2.repository.artifact.IArtifactRepository org.eclipse.equinox.p2.repository.artifact.IArtifactRepository createArtifactDescriptor key createArtifactKey classifier id version addDescriptor descriptor addDescriptor descriptor monitor addDescriptors descriptors addDescriptors descriptors monitor contains descriptor contains key getArtifact descriptor destination monitor getRawArtifact descriptor destination monitor getArtifactDescriptors key getArtifacts requests monitor getOutputStream descriptor descriptorQueryable removeAll removeAll monitor removeDescriptor descriptor removeDescriptor descriptor monitor removeDescriptor key removeDescriptor key monitor removeDescriptors descriptors removeDescriptors descriptors monitor removeDescriptors keys removeDescriptors keys monitor executeBatch runnable monitor ICopyright org.eclipse.equinox.p2.metadata.ICopyright org.eclipse.equinox.p2.metadata.ICopyright location body IFileArtifactRepository org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository getArtifactFile key getArtifactFile descriptor IInstallableUnit org.eclipse.equinox.p2.metadata.IInstallableUnit org.eclipse.equinox.p2.metadata.IInstallableUnit unresolved getCopyright locale getLicenses locale getProperties getProperty key getProperty key locale satisfies candidate artifacts copyright filter fragments licenses metaRequirements providedCapabilities requirements touchpointData touchpointType updateDescriptor resolved singleton IInstallableUnitFragment org.eclipse.equinox.p2.metadata.IInstallableUnitFragment org.eclipse.equinox.p2.metadata.IInstallableUnitFragment IInstallableUnitPatch org.eclipse.equinox.p2.metadata.IInstallableUnitPatch org.eclipse.equinox.p2.metadata.IInstallableUnitPatch requirementsChange lifeCycle appliesTo ILicense org.eclipse.equinox.p2.metadata.ILicense org.eclipse.equinox.p2.metadata.ILicense location body UUID InstallableUnit propertyMap InstallableUnitFragment host InstallableUnitPatch getApplicabilityScope InstructionMap java.util.Map$Entry java.util.Map$Entry key value IMetadataRepository org.eclipse.equinox.p2.repository.metadata.IMetadataRepository org.eclipse.equinox.p2.repository.metadata.IMetadataRepository addInstallableUnits installableUnits addReferences references removeAll removeInstallableUnits installableUnits executeBatch runnable monitor compress iuPool IProcessingStepDescriptor org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor processorId data required IProvidedCapability org.eclipse.equinox.p2.metadata.IProvidedCapability org.eclipse.equinox.p2.metadata.IProvidedCapability name namespace version IQueryable org.eclipse.equinox.p2.query.IQueryable org.eclipse.equinox.p2.query.IQueryable T query query progress IRepository org.eclipse.equinox.p2.repository.IRepository org.eclipse.equinox.p2.repository.IRepository T getProperty key getProperties setProperty key value setProperty key value monitor location name type version description provider modifiable provisioningAgent IRepositoryReference org.eclipse.equinox.p2.repository.IRepositoryReference org.eclipse.equinox.p2.repository.IRepositoryReference location type options nickname IRequirement org.eclipse.equinox.p2.metadata.IRequirement org.eclipse.equinox.p2.metadata.IRequirement isMatch installableUnit filter max min matches greedy true description IRequiredCapability org.eclipse.equinox.internal.p2.metadata.IRequiredCapability org.eclipse.equinox.internal.p2.metadata.IRequiredCapability name namespace range IRequirementChange org.eclipse.equinox.p2.metadata.IRequirementChange org.eclipse.equinox.p2.metadata.IRequirementChange applyOn newValue matches toMatch applyOn newValue ITouchpointData org.eclipse.equinox.p2.metadata.ITouchpointData org.eclipse.equinox.p2.metadata.ITouchpointData getInstructions getInstruction key ITouchpointInstruction org.eclipse.equinox.p2.metadata.ITouchpointInstruction org.eclipse.equinox.p2.metadata.ITouchpointInstruction body importAttribute ITouchpointType org.eclipse.equinox.p2.metadata.ITouchpointType org.eclipse.equinox.p2.metadata.ITouchpointType id version IVersionedId org.eclipse.equinox.p2.metadata.IVersionedId org.eclipse.equinox.p2.metadata.IVersionedId id version IUpdateDescriptor org.eclipse.equinox.p2.metadata.IUpdateDescriptor org.eclipse.equinox.p2.metadata.IUpdateDescriptor isUpdateOf installableUnit getIUsBeingUpdated description severity location License MappingRule filter output MetadataRepository installableUnits references ProcessingStepDescriptor Property java.util.Map$Entry java.util.Map$Entry key value ProvidedCapability Repository T propertyMap RepositoryReference RequiredCapability Requirement RequirementChange SimpleArtifactRepository rules SimpleArtifactDescriptor getRepositoryProperties getRepositoryProperty key repositoryPropertyMap TouchpointData instructionMap TouchpointInstruction TouchpointType UpdateDescriptor Collection java.util.Collection java.util.Collection T Collector org.eclipse.equinox.p2.query.Collector org.eclipse.equinox.p2.query.Collector File java.io.File java.io.File IArtifactDescriptorArray org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor[] org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor[] IArtifactKeyArray org.eclipse.equinox.p2.metadata.IArtifactKey[] org.eclipse.equinox.p2.metadata.IArtifactKey[] IArtifactRequestArray org.eclipse.equinox.p2.repository.artifact.IArtifactRequest[] org.eclipse.equinox.p2.repository.artifact.IArtifactRequest[] IInstallableUnitArray org.eclipse.equinox.p2.metadata.IInstallableUnit[] org.eclipse.equinox.p2.metadata.IInstallableUnit[] IInstallableUnitFragmentArray org.eclipse.equinox.p2.metadata.IInstallableUnitFragment[] org.eclipse.equinox.p2.metadata.IInstallableUnitFragment[] ILicenseArray org.eclipse.equinox.p2.metadata.ILicense[] org.eclipse.equinox.p2.metadata.ILicense[] IMatchExpression org.eclipse.equinox.p2.metadata.expression.IMatchExpression org.eclipse.equinox.p2.metadata.expression.IMatchExpression T IQuery org.eclipse.equinox.p2.query.IQuery org.eclipse.equinox.p2.query.IQuery T IQueryResult org.eclipse.equinox.p2.query.IQueryResult org.eclipse.equinox.p2.query.IQueryResult T IProvidedCapabilityArray org.eclipse.equinox.p2.metadata.IProvidedCapability[] org.eclipse.equinox.p2.metadata.IProvidedCapability[] IProvisioningAgent org.eclipse.equinox.p2.core.IProvisioningAgent org.eclipse.equinox.p2.core.IProvisioningAgent IRequirementArrayArray org.eclipse.equinox.p2.metadata.IRequirement[][] org.eclipse.equinox.p2.metadata.IRequirement[][] IPool org.eclipse.equinox.p2.core.IPool org.eclipse.equinox.p2.core.IPool T IProcessingDescriptorArray org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor[] org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor[] IProgressMonitor org.eclipse.core.runtime.IProgressMonitor org.eclipse.core.runtime.IProgressMonitor IRunnableWithProgress org.eclipse.equinox.p2.repository.IRunnableWithProgress org.eclipse.equinox.p2.repository.IRunnableWithProgress IStatus org.eclipse.core.runtime.IStatus org.eclipse.core.runtime.IStatus ITouchpointDataArray org.eclipse.equinox.p2.metadata.ITouchpointData[] org.eclipse.equinox.p2.metadata.ITouchpointData[] Map java.util.Map java.util.Map K V OutputStream java.io.OutputStream java.io.OutputStream StringArray java.lang.String[] java.lang.String[] UntypedMap java.util.Map java.util.Map URI java.net.URI java.net.URI Version org.eclipse.equinox.p2.metadata.Version org.eclipse.equinox.p2.metadata.Version VersionRange org.eclipse.equinox.p2.metadata.VersionRange org.eclipse.equinox.p2.metadata.VersionRange
null
{"directed":true,"nodes":[{"nsPrefix":"p2","nsURI":"http://www.eclipse.org/b3/2010/p2/1.0.0","name":"p2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtifactKey","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtifactDescriptor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtifactRepository","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ArtifactsByKey","instanceClass":"java.util.Map$Entry","abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Comparable","defaultValue":null,"instanceClassName":"java.lang.Comparable","name":"Comparable","instanceClass":"java.lang.Comparable","abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copyright","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.core.runtime.IAdaptable","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IAdaptable","name":"IAdaptable","instanceClass":"org.eclipse.core.runtime.IAdaptable","abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor","name":"IArtifactDescriptor","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IArtifactKey","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IArtifactKey","name":"IArtifactKey","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.artifact.IArtifactRepository","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.artifact.IArtifactRepository","name":"IArtifactRepository","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.ICopyright","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.ICopyright","name":"ICopyright","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository","name":"IFileArtifactRepository","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IInstallableUnit","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IInstallableUnit","name":"IInstallableUnit","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IInstallableUnitFragment","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IInstallableUnitFragment","name":"IInstallableUnitFragment","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IInstallableUnitPatch","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IInstallableUnitPatch","name":"IInstallableUnitPatch","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.ILicense","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.ILicense","name":"ILicense","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallableUnit","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallableUnitFragment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallableUnitPatch","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"InstructionMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.metadata.IMetadataRepository","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.metadata.IMetadataRepository","name":"IMetadataRepository","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor","name":"IProcessingStepDescriptor","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IProvidedCapability","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IProvidedCapability","name":"IProvidedCapability","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.query.IQueryable","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.query.IQueryable","name":"IQueryable","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.IRepository","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.IRepository","name":"IRepository","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.IRepositoryReference","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.IRepositoryReference","name":"IRepositoryReference","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IRequirement","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IRequirement","name":"IRequirement","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.internal.p2.metadata.IRequiredCapability","defaultValue":null,"instanceClassName":"org.eclipse.equinox.internal.p2.metadata.IRequiredCapability","name":"IRequiredCapability","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IRequirementChange","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IRequirementChange","name":"IRequirementChange","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.ITouchpointData","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.ITouchpointData","name":"ITouchpointData","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.ITouchpointInstruction","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.ITouchpointInstruction","name":"ITouchpointInstruction","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.ITouchpointType","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.ITouchpointType","name":"ITouchpointType","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IVersionedId","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IVersionedId","name":"IVersionedId","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IUpdateDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IUpdateDescriptor","name":"IUpdateDescriptor","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRule","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataRepository","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingStepDescriptor","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"Property","instanceClass":"java.util.Map$Entry","abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedCapability","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryReference","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredCapability","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementChange","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleArtifactRepository","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleArtifactDescriptor","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchpointData","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchpointInstruction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchpointType","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateDescriptor","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Collection","defaultValue":null,"instanceClassName":"java.util.Collection","name":"Collection","instanceClass":"java.util.Collection","id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.query.Collector","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.query.Collector","name":"Collector","instanceClass":null,"id":53,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.io.File","defaultValue":null,"instanceClassName":"java.io.File","name":"File","instanceClass":"java.io.File","id":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor[]","name":"IArtifactDescriptorArray","instanceClass":null,"id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IArtifactKey[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IArtifactKey[]","name":"IArtifactKeyArray","instanceClass":null,"id":56,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.artifact.IArtifactRequest[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.artifact.IArtifactRequest[]","name":"IArtifactRequestArray","instanceClass":null,"id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IInstallableUnit[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IInstallableUnit[]","name":"IInstallableUnitArray","instanceClass":null,"id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IInstallableUnitFragment[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IInstallableUnitFragment[]","name":"IInstallableUnitFragmentArray","instanceClass":null,"id":59,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.ILicense[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.ILicense[]","name":"ILicenseArray","instanceClass":null,"id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.expression.IMatchExpression","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.expression.IMatchExpression","name":"IMatchExpression","instanceClass":null,"id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.query.IQuery","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.query.IQuery","name":"IQuery","instanceClass":null,"id":62,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.query.IQueryResult","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.query.IQueryResult","name":"IQueryResult","instanceClass":null,"id":63,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IProvidedCapability[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IProvidedCapability[]","name":"IProvidedCapabilityArray","instanceClass":null,"id":64,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.core.IProvisioningAgent","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.core.IProvisioningAgent","name":"IProvisioningAgent","instanceClass":null,"id":65,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IRequirement[][]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IRequirement[][]","name":"IRequirementArrayArray","instanceClass":null,"id":66,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.core.IPool","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.core.IPool","name":"IPool","instanceClass":null,"id":67,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor[]","name":"IProcessingDescriptorArray","instanceClass":null,"id":68,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.core.runtime.IProgressMonitor","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IProgressMonitor","name":"IProgressMonitor","instanceClass":"org.eclipse.core.runtime.IProgressMonitor","id":69,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.repository.IRunnableWithProgress","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.repository.IRunnableWithProgress","name":"IRunnableWithProgress","instanceClass":null,"id":70,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.core.runtime.IStatus","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IStatus","name":"IStatus","instanceClass":"org.eclipse.core.runtime.IStatus","id":71,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.ITouchpointData[]","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.ITouchpointData[]","name":"ITouchpointDataArray","instanceClass":null,"id":72,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"Map","instanceClass":"java.util.Map","id":73,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.io.OutputStream","defaultValue":null,"instanceClassName":"java.io.OutputStream","name":"OutputStream","instanceClass":"java.io.OutputStream","id":74,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String[]","defaultValue":null,"instanceClassName":"java.lang.String[]","name":"StringArray","instanceClass":"[Ljava.lang.String;","id":75,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"UntypedMap","instanceClass":"java.util.Map","id":76,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.net.URI","defaultValue":null,"instanceClassName":"java.net.URI","name":"URI","instanceClass":"java.net.URI","id":77,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.Version","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.Version","name":"Version","instanceClass":null,"id":78,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.VersionRange","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.VersionRange","name":"VersionRange","instanceClass":null,"id":79,"serializable":true,"eClass":"EDataType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processingStepList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifactMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"name":"T","id":95,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"compareTo","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"o","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAdapter","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperties","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProcessingSteps","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRepository","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"artifactKey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toExternalForm","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createArtifactDescriptor","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createArtifactKey","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDescriptor","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDescriptor","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDescriptors","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDescriptors","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"contains","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"contains","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArtifact","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRawArtifact","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArtifactDescriptors","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArtifacts","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutputStream","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptorQueryable","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAll","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAll","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDescriptor","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDescriptor","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDescriptor","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDescriptor","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDescriptors","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDescriptors","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDescriptors","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDescriptors","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"executeBatch","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"classifier","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"version","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptors","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptors","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EParameter"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"destination","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EParameter"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"destination","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"requests","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EParameter"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptors","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EParameter"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptors","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EParameter"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keys","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keys","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EParameter"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"runnable","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArtifactFile","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArtifactFile","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"unresolved","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopyright","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getLicenses","lowerBound":0,"id":256,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperties","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"satisfies","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"licenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"touchpointData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"touchpointType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updateDescriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"singleton","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"locale","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"locale","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EParameter"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EParameter"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"locale","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EParameter"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"candidate","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EParameter"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirementsChange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifeCycle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appliesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"UUID","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getApplicabilityScope","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EOperation"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addInstallableUnits","lowerBound":0,"id":341,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addReferences","lowerBound":0,"id":342,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAll","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeInstallableUnits","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"executeBatch","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"compress","lowerBound":0,"id":346,"many":false,"required":false,"eClass":"EOperation"},{"id":347,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"installableUnits","lowerBound":0,"id":348,"many":false,"required":false,"eClass":"EParameter"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"references","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EParameter"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"installableUnits","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EParameter"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"runnable","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EParameter"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"iuPool","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EParameter"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processorId","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"name":"T","id":380,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EOperation"},{"id":382,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"progress","lowerBound":0,"id":384,"many":false,"required":false,"eClass":"EParameter"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"name":"T","id":389,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":390,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperties","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProperty","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProperty","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":398,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiable","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"provisioningAgent","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EParameter"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EParameter"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EParameter"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nickname","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMatch","lowerBound":0,"id":439,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"matches","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"greedy","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"installableUnit","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EParameter"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyOn","lowerBound":0,"id":464,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"matches","lowerBound":0,"id":466,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applyOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toMatch","lowerBound":0,"id":472,"many":false,"required":false,"eClass":"EParameter"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInstructions","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInstruction","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EParameter"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importAttribute","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isUpdateOf","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIUsBeingUpdated","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"installableUnit","lowerBound":0,"id":502,"many":false,"required":false,"eClass":"EParameter"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"lowerBound":1,"iD":false,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"installableUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":523,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"name":"T","id":528,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRepositoryProperties","lowerBound":0,"id":542,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRepositoryProperty","lowerBound":0,"id":543,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repositoryPropertyMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":550,"many":false,"required":false,"eClass":"EParameter"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructionMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"name":"T","id":559,"eClass":"ETypeParameter"},{"name":"T","id":560,"eClass":"ETypeParameter"},{"name":"T","id":561,"eClass":"ETypeParameter"},{"name":"T","id":562,"eClass":"ETypeParameter"},{"name":"T","id":563,"eClass":"ETypeParameter"},{"name":"K","id":564,"eClass":"ETypeParameter"},{"name":"V","id":565,"eClass":"ETypeParameter"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":80},{"source":80,"target":9},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":81,"target":39},{"source":81,"target":84},{"source":81,"target":2},{"source":84,"target":39},{"source":82,"target":22},{"source":82,"target":85},{"source":82,"target":2},{"source":85,"target":22},{"source":83,"target":8},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":10},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":86,"target":4},{"source":86,"target":89},{"source":86,"target":3},{"source":89,"target":4},{"source":87,"target":90},{"source":87,"target":41},{"source":90,"target":9},{"source":88,"target":10},{"source":4,"target":0},{"source":4,"target":91},{"source":4,"target":92},{"source":91,"target":9},{"source":91,"target":93},{"source":91,"target":4},{"source":93,"target":9},{"source":92,"target":8},{"source":92,"target":94},{"source":92,"target":4},{"source":94,"target":8},{"source":5,"target":0},{"source":5,"target":95},{"source":5,"target":96},{"source":96,"target":97},{"source":96,"target":5},{"source":96,"target":98},{"source":98,"target":99},{"source":98,"target":96},{"source":99,"target":95},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":100},{"source":100,"target":11},{"source":7,"target":0},{"source":7,"target":101},{"source":101,"target":102},{"source":101,"target":7},{"source":101,"target":103},{"source":103,"target":104},{"source":103,"target":101},{"source":104,"target":105},{"source":8,"target":0},{"source":8,"target":106},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":106,"target":111},{"source":106,"target":8},{"source":111,"target":112},{"source":111,"target":113},{"source":107,"target":114},{"source":107,"target":8},{"source":107,"target":115},{"source":115,"target":116},{"source":115,"target":107},{"source":108,"target":68},{"source":108,"target":117},{"source":108,"target":8},{"source":117,"target":68},{"source":109,"target":10},{"source":109,"target":118},{"source":109,"target":8},{"source":118,"target":10},{"source":110,"target":9},{"source":110,"target":119},{"source":110,"target":8},{"source":119,"target":9},{"source":9,"target":0},{"source":9,"target":120},{"source":9,"target":121},{"source":9,"target":122},{"source":9,"target":123},{"source":120,"target":124},{"source":120,"target":9},{"source":121,"target":125},{"source":121,"target":9},{"source":122,"target":126},{"source":122,"target":9},{"source":123,"target":78},{"source":123,"target":127},{"source":123,"target":9},{"source":127,"target":78},{"source":10,"target":0},{"source":10,"target":25},{"source":10,"target":128},{"source":10,"target":129},{"source":10,"target":130},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":10,"target":137},{"source":10,"target":138},{"source":10,"target":139},{"source":10,"target":140},{"source":10,"target":141},{"source":10,"target":142},{"source":10,"target":143},{"source":10,"target":144},{"source":10,"target":145},{"source":10,"target":146},{"source":10,"target":147},{"source":10,"target":148},{"source":10,"target":149},{"source":10,"target":150},{"source":10,"target":151},{"source":10,"target":152},{"source":10,"target":153},{"source":128,"target":8},{"source":128,"target":154},{"source":128,"target":10},{"source":128,"target":155},{"source":154,"target":8},{"source":155,"target":9},{"source":155,"target":156},{"source":155,"target":128},{"source":156,"target":9},{"source":129,"target":9},{"source":129,"target":157},{"source":129,"target":10},{"source":129,"target":158},{"source":129,"target":159},{"source":129,"target":160},{"source":157,"target":9},{"source":158,"target":161},{"source":158,"target":129},{"source":159,"target":162},{"source":159,"target":129},{"source":160,"target":78},{"source":160,"target":163},{"source":160,"target":129},{"source":163,"target":78},{"source":130,"target":10},{"source":130,"target":164},{"source":164,"target":8},{"source":164,"target":165},{"source":164,"target":130},{"source":165,"target":8},{"source":131,"target":10},{"source":131,"target":166},{"source":131,"target":167},{"source":166,"target":8},{"source":166,"target":168},{"source":166,"target":131},{"source":168,"target":8},{"source":167,"target":69},{"source":167,"target":169},{"source":167,"target":131},{"source":169,"target":69},{"source":132,"target":10},{"source":132,"target":170},{"source":170,"target":55},{"source":170,"target":171},{"source":170,"target":132},{"source":171,"target":55},{"source":133,"target":10},{"source":133,"target":172},{"source":133,"target":173},{"source":172,"target":55},{"source":172,"target":174},{"source":172,"target":133},{"source":174,"target":55},{"source":173,"target":69},{"source":173,"target":175},{"source":173,"target":133},{"source":175,"target":69},{"source":134,"target":176},{"source":134,"target":10},{"source":134,"target":177},{"source":177,"target":8},{"source":177,"target":178},{"source":177,"target":134},{"source":178,"target":8},{"source":135,"target":179},{"source":135,"target":10},{"source":135,"target":180},{"source":180,"target":9},{"source":180,"target":181},{"source":180,"target":135},{"source":181,"target":9},{"source":136,"target":71},{"source":136,"target":182},{"source":136,"target":10},{"source":136,"target":183},{"source":136,"target":184},{"source":136,"target":185},{"source":182,"target":71},{"source":183,"target":8},{"source":183,"target":186},{"source":183,"target":136},{"source":186,"target":8},{"source":184,"target":74},{"source":184,"target":187},{"source":184,"target":136},{"source":187,"target":74},{"source":185,"target":69},{"source":185,"target":188},{"source":185,"target":136},{"source":188,"target":69},{"source":137,"target":71},{"source":137,"target":189},{"source":137,"target":10},{"source":137,"target":190},{"source":137,"target":191},{"source":137,"target":192},{"source":189,"target":71},{"source":190,"target":8},{"source":190,"target":193},{"source":190,"target":137},{"source":193,"target":8},{"source":191,"target":74},{"source":191,"target":194},{"source":191,"target":137},{"source":194,"target":74},{"source":192,"target":69},{"source":192,"target":195},{"source":192,"target":137},{"source":195,"target":69},{"source":138,"target":55},{"source":138,"target":196},{"source":138,"target":10},{"source":138,"target":197},{"source":196,"target":55},{"source":197,"target":9},{"source":197,"target":198},{"source":197,"target":138},{"source":198,"target":9},{"source":139,"target":71},{"source":139,"target":199},{"source":139,"target":10},{"source":139,"target":200},{"source":139,"target":201},{"source":199,"target":71},{"source":200,"target":57},{"source":200,"target":202},{"source":200,"target":139},{"source":202,"target":57},{"source":201,"target":69},{"source":201,"target":203},{"source":201,"target":139},{"source":203,"target":69},{"source":140,"target":74},{"source":140,"target":204},{"source":140,"target":10},{"source":140,"target":205},{"source":204,"target":74},{"source":205,"target":8},{"source":205,"target":206},{"source":205,"target":140},{"source":206,"target":8},{"source":141,"target":24},{"source":141,"target":207},{"source":141,"target":10},{"source":207,"target":208},{"source":207,"target":24},{"source":208,"target":8},{"source":142,"target":10},{"source":143,"target":10},{"source":143,"target":209},{"source":209,"target":69},{"source":209,"target":210},{"source":209,"target":143},{"source":210,"target":69},{"source":144,"target":10},{"source":144,"target":211},{"source":211,"target":8},{"source":211,"target":212},{"source":211,"target":144},{"source":212,"target":8},{"source":145,"target":10},{"source":145,"target":213},{"source":145,"target":214},{"source":213,"target":8},{"source":213,"target":215},{"source":213,"target":145},{"source":215,"target":8},{"source":214,"target":69},{"source":214,"target":216},{"source":214,"target":145},{"source":216,"target":69},{"source":146,"target":10},{"source":146,"target":217},{"source":217,"target":9},{"source":217,"target":218},{"source":217,"target":146},{"source":218,"target":9},{"source":147,"target":10},{"source":147,"target":219},{"source":147,"target":220},{"source":219,"target":9},{"source":219,"target":221},{"source":219,"target":147},{"source":221,"target":9},{"source":220,"target":69},{"source":220,"target":222},{"source":220,"target":147},{"source":222,"target":69},{"source":148,"target":10},{"source":148,"target":223},{"source":223,"target":55},{"source":223,"target":224},{"source":223,"target":148},{"source":224,"target":55},{"source":149,"target":10},{"source":149,"target":225},{"source":149,"target":226},{"source":225,"target":55},{"source":225,"target":227},{"source":225,"target":149},{"source":227,"target":55},{"source":226,"target":69},{"source":226,"target":228},{"source":226,"target":149},{"source":228,"target":69},{"source":150,"target":10},{"source":150,"target":229},{"source":229,"target":56},{"source":229,"target":230},{"source":229,"target":150},{"source":230,"target":56},{"source":151,"target":10},{"source":151,"target":231},{"source":151,"target":232},{"source":231,"target":56},{"source":231,"target":233},{"source":231,"target":151},{"source":233,"target":56},{"source":232,"target":69},{"source":232,"target":234},{"source":232,"target":151},{"source":234,"target":69},{"source":152,"target":71},{"source":152,"target":235},{"source":152,"target":10},{"source":152,"target":236},{"source":152,"target":237},{"source":235,"target":71},{"source":236,"target":70},{"source":236,"target":238},{"source":236,"target":152},{"source":238,"target":70},{"source":237,"target":69},{"source":237,"target":239},{"source":237,"target":152},{"source":239,"target":69},{"source":153,"target":240},{"source":153,"target":25},{"source":240,"target":9},{"source":11,"target":0},{"source":11,"target":241},{"source":11,"target":242},{"source":241,"target":77},{"source":241,"target":243},{"source":241,"target":11},{"source":243,"target":77},{"source":242,"target":244},{"source":242,"target":11},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":245},{"source":12,"target":246},{"source":12,"target":247},{"source":245,"target":54},{"source":245,"target":248},{"source":245,"target":12},{"source":245,"target":249},{"source":248,"target":54},{"source":249,"target":9},{"source":249,"target":250},{"source":249,"target":245},{"source":250,"target":9},{"source":246,"target":54},{"source":246,"target":251},{"source":246,"target":12},{"source":246,"target":252},{"source":251,"target":54},{"source":252,"target":8},{"source":252,"target":253},{"source":252,"target":246},{"source":253,"target":8},{"source":247,"target":10},{"source":13,"target":0},{"source":13,"target":33},{"source":13,"target":5},{"source":13,"target":254},{"source":13,"target":255},{"source":13,"target":256},{"source":13,"target":257},{"source":13,"target":258},{"source":13,"target":259},{"source":13,"target":260},{"source":13,"target":261},{"source":13,"target":262},{"source":13,"target":263},{"source":13,"target":264},{"source":13,"target":265},{"source":13,"target":266},{"source":13,"target":267},{"source":13,"target":268},{"source":13,"target":269},{"source":13,"target":270},{"source":13,"target":271},{"source":13,"target":272},{"source":13,"target":273},{"source":13,"target":274},{"source":13,"target":275},{"source":254,"target":13},{"source":254,"target":276},{"source":254,"target":13},{"source":276,"target":13},{"source":255,"target":11},{"source":255,"target":277},{"source":255,"target":13},{"source":255,"target":278},{"source":277,"target":11},{"source":278,"target":279},{"source":278,"target":255},{"source":256,"target":16},{"source":256,"target":280},{"source":256,"target":13},{"source":256,"target":281},{"source":280,"target":16},{"source":281,"target":282},{"source":281,"target":256},{"source":257,"target":73},{"source":257,"target":283},{"source":257,"target":13},{"source":283,"target":284},{"source":283,"target":285},{"source":283,"target":73},{"source":258,"target":286},{"source":258,"target":13},{"source":258,"target":287},{"source":287,"target":288},{"source":287,"target":258},{"source":259,"target":289},{"source":259,"target":13},{"source":259,"target":290},{"source":259,"target":291},{"source":290,"target":292},{"source":290,"target":259},{"source":291,"target":293},{"source":291,"target":259},{"source":260,"target":294},{"source":260,"target":13},{"source":260,"target":295},{"source":295,"target":27},{"source":295,"target":296},{"source":295,"target":260},{"source":296,"target":27},{"source":261,"target":9},{"source":261,"target":297},{"source":261,"target":13},{"source":297,"target":9},{"source":262,"target":11},{"source":262,"target":298},{"source":262,"target":13},{"source":298,"target":11},{"source":263,"target":61},{"source":263,"target":299},{"source":263,"target":13},{"source":299,"target":300},{"source":299,"target":61},{"source":300,"target":13},{"source":264,"target":14},{"source":264,"target":301},{"source":264,"target":13},{"source":301,"target":14},{"source":265,"target":16},{"source":265,"target":302},{"source":265,"target":13},{"source":302,"target":16},{"source":266,"target":27},{"source":266,"target":303},{"source":266,"target":13},{"source":303,"target":27},{"source":267,"target":23},{"source":267,"target":304},{"source":267,"target":13},{"source":304,"target":23},{"source":268,"target":27},{"source":268,"target":305},{"source":268,"target":13},{"source":305,"target":27},{"source":269,"target":30},{"source":269,"target":306},{"source":269,"target":13},{"source":306,"target":30},{"source":270,"target":32},{"source":270,"target":307},{"source":270,"target":13},{"source":307,"target":32},{"source":271,"target":34},{"source":271,"target":308},{"source":271,"target":13},{"source":308,"target":34},{"source":272,"target":309},{"source":272,"target":13},{"source":273,"target":310},{"source":273,"target":13},{"source":274,"target":33},{"source":275,"target":311},{"source":275,"target":5},{"source":311,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":312},{"source":312,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":313},{"source":15,"target":314},{"source":15,"target":315},{"source":15,"target":316},{"source":313,"target":29},{"source":313,"target":317},{"source":313,"target":15},{"source":317,"target":29},{"source":314,"target":27},{"source":314,"target":318},{"source":314,"target":15},{"source":318,"target":27},{"source":315,"target":27},{"source":315,"target":319},{"source":315,"target":15},{"source":319,"target":27},{"source":316,"target":13},{"source":16,"target":0},{"source":16,"target":320},{"source":16,"target":321},{"source":16,"target":322},{"source":320,"target":77},{"source":320,"target":323},{"source":320,"target":16},{"source":323,"target":77},{"source":321,"target":324},{"source":321,"target":16},{"source":322,"target":325},{"source":322,"target":16},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":326},{"source":17,"target":327},{"source":326,"target":39},{"source":326,"target":328},{"source":326,"target":17},{"source":328,"target":39},{"source":327,"target":13},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":14},{"source":18,"target":329},{"source":18,"target":330},{"source":18,"target":331},{"source":329,"target":27},{"source":329,"target":332},{"source":329,"target":18},{"source":332,"target":27},{"source":330,"target":17},{"source":331,"target":14},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":15},{"source":19,"target":333},{"source":19,"target":334},{"source":19,"target":335},{"source":333,"target":66},{"source":333,"target":336},{"source":333,"target":19},{"source":336,"target":66},{"source":334,"target":17},{"source":335,"target":15},{"source":20,"target":0},{"source":20,"target":337},{"source":20,"target":338},{"source":337,"target":339},{"source":337,"target":20},{"source":338,"target":31},{"source":338,"target":340},{"source":338,"target":20},{"source":340,"target":31},{"source":21,"target":0},{"source":21,"target":25},{"source":21,"target":341},{"source":21,"target":342},{"source":21,"target":343},{"source":21,"target":344},{"source":21,"target":345},{"source":21,"target":346},{"source":21,"target":347},{"source":341,"target":21},{"source":341,"target":348},{"source":348,"target":52},{"source":348,"target":349},{"source":348,"target":341},{"source":349,"target":350},{"source":349,"target":52},{"source":350,"target":13},{"source":342,"target":21},{"source":342,"target":351},{"source":351,"target":52},{"source":351,"target":352},{"source":351,"target":342},{"source":352,"target":353},{"source":352,"target":52},{"source":353,"target":354},{"source":354,"target":26},{"source":343,"target":21},{"source":344,"target":355},{"source":344,"target":21},{"source":344,"target":356},{"source":356,"target":52},{"source":356,"target":357},{"source":356,"target":344},{"source":357,"target":358},{"source":357,"target":52},{"source":358,"target":13},{"source":345,"target":71},{"source":345,"target":359},{"source":345,"target":21},{"source":345,"target":360},{"source":345,"target":361},{"source":359,"target":71},{"source":360,"target":70},{"source":360,"target":362},{"source":360,"target":345},{"source":362,"target":70},{"source":361,"target":69},{"source":361,"target":363},{"source":361,"target":345},{"source":363,"target":69},{"source":346,"target":21},{"source":346,"target":364},{"source":364,"target":67},{"source":364,"target":365},{"source":364,"target":346},{"source":365,"target":366},{"source":365,"target":67},{"source":366,"target":13},{"source":347,"target":367},{"source":347,"target":25},{"source":367,"target":13},{"source":22,"target":0},{"source":22,"target":368},{"source":22,"target":369},{"source":22,"target":370},{"source":368,"target":371},{"source":368,"target":22},{"source":369,"target":372},{"source":369,"target":22},{"source":370,"target":373},{"source":370,"target":22},{"source":23,"target":0},{"source":23,"target":374},{"source":23,"target":375},{"source":23,"target":376},{"source":374,"target":377},{"source":374,"target":23},{"source":375,"target":378},{"source":375,"target":23},{"source":376,"target":78},{"source":376,"target":379},{"source":376,"target":23},{"source":379,"target":78},{"source":24,"target":0},{"source":24,"target":380},{"source":24,"target":381},{"source":381,"target":63},{"source":381,"target":382},{"source":381,"target":24},{"source":381,"target":383},{"source":381,"target":384},{"source":382,"target":385},{"source":382,"target":63},{"source":385,"target":380},{"source":383,"target":62},{"source":383,"target":386},{"source":383,"target":381},{"source":386,"target":387},{"source":386,"target":62},{"source":387,"target":380},{"source":384,"target":69},{"source":384,"target":388},{"source":384,"target":381},{"source":388,"target":69},{"source":25,"target":0},{"source":25,"target":389},{"source":25,"target":7},{"source":25,"target":24},{"source":25,"target":390},{"source":25,"target":391},{"source":25,"target":392},{"source":25,"target":393},{"source":25,"target":394},{"source":25,"target":395},{"source":25,"target":396},{"source":25,"target":397},{"source":25,"target":398},{"source":25,"target":399},{"source":25,"target":400},{"source":25,"target":401},{"source":25,"target":402},{"source":25,"target":403},{"source":390,"target":404},{"source":390,"target":25},{"source":390,"target":405},{"source":405,"target":406},{"source":405,"target":390},{"source":391,"target":73},{"source":391,"target":407},{"source":391,"target":25},{"source":407,"target":408},{"source":407,"target":409},{"source":407,"target":73},{"source":392,"target":410},{"source":392,"target":25},{"source":392,"target":411},{"source":392,"target":412},{"source":411,"target":413},{"source":411,"target":392},{"source":412,"target":414},{"source":412,"target":392},{"source":393,"target":415},{"source":393,"target":25},{"source":393,"target":416},{"source":393,"target":417},{"source":393,"target":418},{"source":416,"target":419},{"source":416,"target":393},{"source":417,"target":420},{"source":417,"target":393},{"source":418,"target":69},{"source":418,"target":421},{"source":418,"target":393},{"source":421,"target":69},{"source":394,"target":77},{"source":394,"target":422},{"source":394,"target":25},{"source":422,"target":77},{"source":395,"target":423},{"source":395,"target":25},{"source":396,"target":424},{"source":396,"target":25},{"source":397,"target":425},{"source":397,"target":25},{"source":398,"target":426},{"source":398,"target":25},{"source":399,"target":427},{"source":399,"target":25},{"source":400,"target":428},{"source":400,"target":25},{"source":401,"target":65},{"source":401,"target":429},{"source":401,"target":25},{"source":429,"target":65},{"source":402,"target":7},{"source":403,"target":430},{"source":403,"target":24},{"source":430,"target":389},{"source":26,"target":0},{"source":26,"target":431},{"source":26,"target":432},{"source":26,"target":433},{"source":26,"target":434},{"source":431,"target":77},{"source":431,"target":435},{"source":431,"target":26},{"source":435,"target":77},{"source":432,"target":436},{"source":432,"target":26},{"source":433,"target":437},{"source":433,"target":26},{"source":434,"target":438},{"source":434,"target":26},{"source":27,"target":0},{"source":27,"target":439},{"source":27,"target":440},{"source":27,"target":441},{"source":27,"target":442},{"source":27,"target":443},{"source":27,"target":444},{"source":27,"target":445},{"source":439,"target":446},{"source":439,"target":27},{"source":439,"target":447},{"source":447,"target":13},{"source":447,"target":448},{"source":447,"target":439},{"source":448,"target":13},{"source":440,"target":61},{"source":440,"target":449},{"source":440,"target":27},{"source":449,"target":450},{"source":449,"target":61},{"source":450,"target":13},{"source":441,"target":451},{"source":441,"target":27},{"source":442,"target":452},{"source":442,"target":27},{"source":443,"target":61},{"source":443,"target":453},{"source":443,"target":27},{"source":453,"target":454},{"source":453,"target":61},{"source":454,"target":13},{"source":444,"target":455},{"source":444,"target":27},{"source":445,"target":456},{"source":445,"target":27},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":457},{"source":28,"target":458},{"source":28,"target":459},{"source":28,"target":460},{"source":457,"target":461},{"source":457,"target":28},{"source":458,"target":462},{"source":458,"target":28},{"source":459,"target":79},{"source":459,"target":463},{"source":459,"target":28},{"source":463,"target":79},{"source":460,"target":27},{"source":29,"target":0},{"source":29,"target":464},{"source":29,"target":465},{"source":29,"target":466},{"source":29,"target":467},{"source":29,"target":468},{"source":464,"target":28},{"source":464,"target":469},{"source":464,"target":29},{"source":469,"target":28},{"source":465,"target":28},{"source":465,"target":470},{"source":465,"target":29},{"source":470,"target":28},{"source":466,"target":471},{"source":466,"target":29},{"source":466,"target":472},{"source":472,"target":28},{"source":472,"target":473},{"source":472,"target":466},{"source":473,"target":28},{"source":467,"target":28},{"source":467,"target":474},{"source":467,"target":29},{"source":474,"target":28},{"source":468,"target":28},{"source":468,"target":475},{"source":468,"target":29},{"source":475,"target":28},{"source":30,"target":0},{"source":30,"target":476},{"source":30,"target":477},{"source":476,"target":73},{"source":476,"target":478},{"source":476,"target":30},{"source":478,"target":479},{"source":478,"target":480},{"source":478,"target":73},{"source":480,"target":31},{"source":477,"target":31},{"source":477,"target":481},{"source":477,"target":30},{"source":477,"target":482},{"source":481,"target":31},{"source":482,"target":483},{"source":482,"target":477},{"source":31,"target":0},{"source":31,"target":484},{"source":31,"target":485},{"source":484,"target":486},{"source":484,"target":31},{"source":485,"target":487},{"source":485,"target":31},{"source":32,"target":0},{"source":32,"target":488},{"source":32,"target":489},{"source":488,"target":490},{"source":488,"target":32},{"source":489,"target":78},{"source":489,"target":491},{"source":489,"target":32},{"source":491,"target":78},{"source":33,"target":0},{"source":33,"target":492},{"source":33,"target":493},{"source":492,"target":494},{"source":492,"target":33},{"source":493,"target":78},{"source":493,"target":495},{"source":493,"target":33},{"source":495,"target":78},{"source":34,"target":0},{"source":34,"target":496},{"source":34,"target":497},{"source":34,"target":498},{"source":34,"target":499},{"source":34,"target":500},{"source":496,"target":501},{"source":496,"target":34},{"source":496,"target":502},{"source":502,"target":13},{"source":502,"target":503},{"source":502,"target":496},{"source":503,"target":13},{"source":497,"target":52},{"source":497,"target":504},{"source":497,"target":34},{"source":504,"target":505},{"source":504,"target":52},{"source":505,"target":506},{"source":505,"target":61},{"source":506,"target":13},{"source":498,"target":507},{"source":498,"target":34},{"source":499,"target":508},{"source":499,"target":34},{"source":500,"target":77},{"source":500,"target":509},{"source":500,"target":34},{"source":509,"target":77},{"source":35,"target":0},{"source":35,"target":16},{"source":35,"target":510},{"source":510,"target":16},{"source":36,"target":0},{"source":36,"target":511},{"source":36,"target":512},{"source":511,"target":513},{"source":511,"target":36},{"source":512,"target":514},{"source":512,"target":36},{"source":37,"target":0},{"source":37,"target":41},{"source":37,"target":21},{"source":37,"target":515},{"source":37,"target":516},{"source":37,"target":517},{"source":37,"target":518},{"source":515,"target":13},{"source":515,"target":519},{"source":515,"target":37},{"source":515,"target":492},{"source":515,"target":493},{"source":519,"target":13},{"source":516,"target":26},{"source":516,"target":520},{"source":516,"target":37},{"source":520,"target":26},{"source":517,"target":521},{"source":517,"target":41},{"source":521,"target":13},{"source":518,"target":21},{"source":38,"target":0},{"source":38,"target":22},{"source":38,"target":522},{"source":522,"target":22},{"source":39,"target":0},{"source":39,"target":523},{"source":39,"target":524},{"source":523,"target":525},{"source":523,"target":39},{"source":524,"target":526},{"source":524,"target":39},{"source":40,"target":0},{"source":40,"target":23},{"source":40,"target":527},{"source":527,"target":23},{"source":41,"target":0},{"source":41,"target":528},{"source":41,"target":25},{"source":41,"target":529},{"source":41,"target":530},{"source":529,"target":39},{"source":529,"target":531},{"source":529,"target":41},{"source":531,"target":39},{"source":530,"target":532},{"source":530,"target":25},{"source":532,"target":528},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":533},{"source":533,"target":26},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":28},{"source":43,"target":534},{"source":43,"target":535},{"source":534,"target":44},{"source":535,"target":28},{"source":44,"target":0},{"source":44,"target":27},{"source":44,"target":536},{"source":536,"target":27},{"source":45,"target":0},{"source":45,"target":29},{"source":45,"target":537},{"source":537,"target":29},{"source":46,"target":0},{"source":46,"target":3},{"source":46,"target":12},{"source":46,"target":538},{"source":46,"target":539},{"source":46,"target":540},{"source":538,"target":36},{"source":538,"target":541},{"source":538,"target":46},{"source":541,"target":36},{"source":539,"target":3},{"source":540,"target":12},{"source":47,"target":0},{"source":47,"target":2},{"source":47,"target":542},{"source":47,"target":543},{"source":47,"target":544},{"source":47,"target":545},{"source":542,"target":546},{"source":542,"target":47},{"source":546,"target":547},{"source":546,"target":548},{"source":543,"target":549},{"source":543,"target":47},{"source":543,"target":550},{"source":550,"target":551},{"source":550,"target":543},{"source":544,"target":39},{"source":544,"target":552},{"source":544,"target":47},{"source":552,"target":39},{"source":545,"target":2},{"source":48,"target":0},{"source":48,"target":30},{"source":48,"target":553},{"source":48,"target":554},{"source":553,"target":20},{"source":553,"target":555},{"source":553,"target":48},{"source":555,"target":20},{"source":554,"target":30},{"source":49,"target":0},{"source":49,"target":31},{"source":49,"target":556},{"source":556,"target":31},{"source":50,"target":0},{"source":50,"target":32},{"source":50,"target":557},{"source":557,"target":32},{"source":51,"target":0},{"source":51,"target":34},{"source":51,"target":558},{"source":558,"target":34},{"source":52,"target":0},{"source":52,"target":559},{"source":53,"target":0},{"source":54,"target":0},{"source":55,"target":0},{"source":56,"target":0},{"source":57,"target":0},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0},{"source":61,"target":0},{"source":61,"target":560},{"source":62,"target":0},{"source":62,"target":561},{"source":63,"target":0},{"source":63,"target":562},{"source":64,"target":0},{"source":65,"target":0},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":563},{"source":68,"target":0},{"source":69,"target":0},{"source":70,"target":0},{"source":71,"target":0},{"source":72,"target":0},{"source":73,"target":0},{"source":73,"target":564},{"source":73,"target":565},{"source":74,"target":0},{"source":75,"target":0},{"source":76,"target":0},{"source":77,"target":0},{"source":78,"target":0},{"source":79,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="food" nsURI="http://food.v0" nsPrefix="food"> <eClassifiers xsi:type="ecore:EClass" name="TeaType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tea"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TeaType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="region" eType="#//Region"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <eStructuralFeatures xsi:type="ecore:EReference" name="teas" upperBound="-1" eType="#//Tea" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dishes" upperBound="-1" eType="#//Dish" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ingredients" upperBound="-1" eType="#//Ingredient" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cuisines" upperBound="-1" eType="#//Cuisine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="References"> <eStructuralFeatures xsi:type="ecore:EReference" name="teatypes" upperBound="-1" eType="#//TeaType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1" eType="#//Region" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dishtypes" upperBound="-1" eType="#//DishType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nutrients" upperBound="-1" eType="#//Nutrient" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DishType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dish"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DishType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cuisines" upperBound="-1" eType="#//Cuisine" eOpposite="#//Cuisine/dishes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ingredients" upperBound="-1" eType="#//Ingredient" eOpposite="#//Ingredient/dishes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cuisine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dishes" upperBound="-1" eType="#//Dish" eOpposite="#//Dish/cuisines"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ingredient"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dishes" upperBound="-1" eType="#//Dish" eOpposite="#//Dish/ingredients"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nutritionFactors" upperBound="-1" eType="#//NutritionFactor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nutrient"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NutritionFactor"> <eStructuralFeatures xsi:type="ecore:EReference" name="nutrient" eType="#//Nutrient"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="references" eType="#//References" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//Domain" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/matcher.mtbe-fr.model/alignment-old/my.example.food.ecore
ecore
food TeaType id name description Tea id name description type region Region id name Domain teas dishes ingredients cuisines References teatypes regions dishtypes nutrients DishType id name Dish type id name cuisines ingredients Cuisine id name dishes Ingredient id name dishes nutritionFactors Nutrient id name NutritionFactor nutrient quantity Root references domain
null
{"directed":true,"nodes":[{"nsPrefix":"food","nsURI":"http://food.v0","name":"food","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeaType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tea","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"References","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DishType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dish","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cuisine","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ingredient","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nutrient","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NutritionFactor","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"teas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dishes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ingredients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cuisines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"teatypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dishtypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nutrients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuisines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ingredients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dishes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dishes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nutritionFactors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nutrient","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":13,"target":16},{"source":13,"target":1},{"source":14,"target":17},{"source":14,"target":1},{"source":15,"target":18},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":19,"target":24},{"source":19,"target":2},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":26},{"source":21,"target":2},{"source":22,"target":1},{"source":22,"target":27},{"source":22,"target":2},{"source":27,"target":1},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":2},{"source":28,"target":3},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":31},{"source":29,"target":3},{"source":30,"target":32},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":33,"target":2},{"source":33,"target":37},{"source":33,"target":4},{"source":37,"target":2},{"source":34,"target":7},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":7},{"source":35,"target":9},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":9},{"source":36,"target":8},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":8},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":1},{"source":41,"target":45},{"source":41,"target":5},{"source":45,"target":1},{"source":42,"target":3},{"source":42,"target":46},{"source":42,"target":5},{"source":46,"target":3},{"source":43,"target":6},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":6},{"source":44,"target":10},{"source":44,"target":48},{"source":44,"target":5},{"source":48,"target":10},{"source":6,"target":0},{"source":6,"target":49},{"source":6,"target":50},{"source":49,"target":51},{"source":49,"target":6},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":53,"target":6},{"source":53,"target":58},{"source":53,"target":7},{"source":58,"target":6},{"source":54,"target":59},{"source":54,"target":7},{"source":55,"target":60},{"source":55,"target":7},{"source":56,"target":8},{"source":56,"target":61},{"source":56,"target":7},{"source":56,"target":62},{"source":61,"target":8},{"source":57,"target":9},{"source":57,"target":63},{"source":57,"target":7},{"source":57,"target":64},{"source":63,"target":9},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":62},{"source":65,"target":67},{"source":65,"target":8},{"source":66,"target":68},{"source":66,"target":8},{"source":62,"target":7},{"source":62,"target":69},{"source":62,"target":8},{"source":62,"target":56},{"source":69,"target":7},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":64},{"source":9,"target":72},{"source":70,"target":73},{"source":70,"target":9},{"source":71,"target":74},{"source":71,"target":9},{"source":64,"target":7},{"source":64,"target":75},{"source":64,"target":9},{"source":64,"target":57},{"source":75,"target":7},{"source":72,"target":11},{"source":72,"target":76},{"source":72,"target":9},{"source":76,"target":11},{"source":10,"target":0},{"source":10,"target":77},{"source":10,"target":78},{"source":77,"target":79},{"source":77,"target":10},{"source":78,"target":80},{"source":78,"target":10},{"source":11,"target":0},{"source":11,"target":81},{"source":11,"target":82},{"source":81,"target":10},{"source":81,"target":83},{"source":81,"target":11},{"source":83,"target":10},{"source":82,"target":84},{"source":82,"target":11},{"source":12,"target":0},{"source":12,"target":85},{"source":12,"target":86},{"source":85,"target":5},{"source":85,"target":87},{"source":85,"target":12},{"source":87,"target":5},{"source":86,"target":4},{"source":86,"target":88},{"source":86,"target":12},{"source":88,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="logiclanguage" nsURI="http://www.bme.hu/mit/inf/dslreasoner/logic/model/language" nsPrefix="language"> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//TypeDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" upperBound="-1" eType="#//Type" eOpposite="#//Type/supertypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" upperBound="-1" eType="#//Type" eOpposite="#//Type/subtypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefinedElement" eSuperTypes="#//SymbolicDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="definedInType" upperBound="-1" eType="#//TypeDefinition" eOpposite="#//TypeDefinition/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//DefinedElement" eOpposite="#//DefinedElement/definedInType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defines" eType="#//TypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#//TypeDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="ComplexTypeReference" eSuperTypes="#//TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="referred" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeReference" abstract="true" eSuperTypes="#//TypeReference"/> <eClassifiers xsi:type="ecore:EClass" name="IntTypeReference" eSuperTypes="#//PrimitiveTypeReference"/> <eClassifiers xsi:type="ecore:EClass" name="BoolTypeReference" eSuperTypes="#//PrimitiveTypeReference"/> <eClassifiers xsi:type="ecore:EClass" name="RealTypeReference" eSuperTypes="#//PrimitiveTypeReference"/> <eClassifiers xsi:type="ecore:EClass" name="Function" abstract="true" eSuperTypes="#//SymbolicDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="ecore:EClass logicproblem.ecore#//FunctionAnnotation" eOpposite="logicproblem.ecore#//FunctionAnnotation/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true" eSuperTypes="#//TermDescription"/> <eClassifiers xsi:type="ecore:EClass" name="SymbolicDeclaration" abstract="true" eSuperTypes="#//TermDescription"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolicValue" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolicReference" eType="#//SymbolicDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterSubstitutions" upperBound="-1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicTerm" abstract="true" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//AtomicTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolLiteral" eSuperTypes="#//AtomicTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//AtomicTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//SymbolicDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedExpression" abstract="true" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="quantifiedVariables" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exists" eSuperTypes="#//QuantifiedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Forall" eSuperTypes="#//QuantifiedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BoolOperation" abstract="true" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BoolOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BoolOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Impl" eSuperTypes="#//BoolOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//BoolOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iff" eSuperTypes="#//BoolOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveRelation" abstract="true" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="Equals" eSuperTypes="#//PrimitiveRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Distinct" eSuperTypes="#//PrimitiveRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessThan" eSuperTypes="#//PrimitiveRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MoreThan" eSuperTypes="#//PrimitiveRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessOrEqualThan" eSuperTypes="#//PrimitiveRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MoreOrEqualThan" eSuperTypes="#//PrimitiveRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntOperation" abstract="true" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Divison" eSuperTypes="#//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="TypeDescriptor" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="TermDescription" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Assertion"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="ecore:EClass logicproblem.ecore#//AssertionAnnotation" eOpposite="logicproblem.ecore#//AssertionAnnotation/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" abstract="true" eSuperTypes="#//SymbolicDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="ecore:EClass logicproblem.ecore#//RelationAnnotation" eOpposite="logicproblem.ecore#//RelationAnnotation/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" abstract="true" eSuperTypes="#//SymbolicDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="ecore:EClass logicproblem.ecore#//ConstantAnnotation" eOpposite="logicproblem.ecore#//ConstantAnnotation/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantDefinition" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defines" eType="#//ConstantDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationDefinition" eSuperTypes="#//Relation"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defines" eType="#//RelationDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="#//Function"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defines" eType="#//FunctionDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifTrue" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifFalse" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantDeclaration" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="RelationDeclaration" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//Function"/> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="UnknownBecauseUninterpreted" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceOf" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringTypeReference" eSuperTypes="#//PrimitiveTypeReference"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//AtomicTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitiveClosure" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/vijayshreesoddy/Viatra-SimpleUML/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.ecore
ecore
logiclanguage Type name subtypes supertypes isAbstract DefinedElement definedInType TypeDefinition elements defines TypeReference ComplexTypeReference referred PrimitiveTypeReference IntTypeReference BoolTypeReference RealTypeReference Function range parameters annotations Term SymbolicDeclaration name SymbolicValue symbolicReference parameterSubstitutions AtomicTerm IntLiteral value BoolLiteral value RealLiteral value Variable range QuantifiedExpression quantifiedVariables expression Exists Forall BoolOperation And operands Or operands Impl leftOperand rightOperand Not operand Iff leftOperand rightOperand PrimitiveRelation Equals leftOperand rightOperand Distinct operands LessThan leftOperand rightOperand MoreThan leftOperand rightOperand LessOrEqualThan leftOperand rightOperand MoreOrEqualThan leftOperand rightOperand IntOperation leftOperand rightOperand Plus Minus Multiply Divison Mod TypeDescriptor TermDescription Assertion value name annotations Relation parameters annotations Constant type annotations ConstantDefinition value defines RelationDefinition variables value defines FunctionDefinition variable defines value IfThenElse condition ifTrue ifFalse ConstantDeclaration RelationDeclaration FunctionDeclaration TypeDeclaration UnknownBecauseUninterpreted InstanceOf value range StringTypeReference StringLiteral value TransitiveClosure leftOperand rightOperand relation
null
{"directed":true,"nodes":[{"nsPrefix":"language","nsURI":"http://www.bme.hu/mit/inf/dslreasoner/logic/model/language","name":"logiclanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinedElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexTypeReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeReference","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntTypeReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolTypeReference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealTypeReference","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicDeclaration","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicValue","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicTerm","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedExpression","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exists","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forall","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolOperation","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Impl","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iff","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveRelation","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equals","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Distinct","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoreThan","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqualThan","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoreOrEqualThan","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOperation","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divison","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDescriptor","instanceClass":null,"abstract":true,"id":41,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermDescription","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantDefinition","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDefinition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantDeclaration","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDeclaration","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownBecauseUninterpreted","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOf","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTypeReference","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitiveClosure","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedInType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referred","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbolicReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterSubstitutions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quantifiedVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifTrue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifFalse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":1,"target":0},{"source":1,"target":41},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":59,"target":64},{"source":59,"target":1},{"source":60,"target":1},{"source":60,"target":65},{"source":60,"target":1},{"source":60,"target":61},{"source":65,"target":1},{"source":61,"target":1},{"source":61,"target":66},{"source":61,"target":1},{"source":61,"target":60},{"source":66,"target":1},{"source":62,"target":67},{"source":62,"target":1},{"source":63,"target":41},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":68},{"source":2,"target":69},{"source":68,"target":3},{"source":68,"target":70},{"source":68,"target":2},{"source":68,"target":71},{"source":70,"target":3},{"source":69,"target":12},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":71,"target":2},{"source":71,"target":74},{"source":71,"target":3},{"source":71,"target":68},{"source":74,"target":2},{"source":72,"target":53},{"source":72,"target":75},{"source":72,"target":3},{"source":75,"target":53},{"source":73,"target":1},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":76},{"source":76,"target":41},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":77},{"source":5,"target":78},{"source":77,"target":1},{"source":77,"target":79},{"source":77,"target":5},{"source":79,"target":1},{"source":78,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":80},{"source":80,"target":4},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":81},{"source":81,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":82},{"source":82,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":83},{"source":83,"target":6},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":84},{"source":10,"target":85},{"source":10,"target":86},{"source":10,"target":87},{"source":84,"target":4},{"source":84,"target":88},{"source":84,"target":10},{"source":88,"target":4},{"source":85,"target":4},{"source":85,"target":89},{"source":85,"target":10},{"source":89,"target":4},{"source":86,"target":90},{"source":86,"target":10},{"source":87,"target":12},{"source":11,"target":0},{"source":11,"target":42},{"source":11,"target":91},{"source":91,"target":42},{"source":12,"target":0},{"source":12,"target":42},{"source":12,"target":92},{"source":12,"target":93},{"source":92,"target":94},{"source":92,"target":12},{"source":93,"target":42},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":95},{"source":13,"target":96},{"source":13,"target":97},{"source":95,"target":12},{"source":95,"target":98},{"source":95,"target":13},{"source":98,"target":12},{"source":96,"target":11},{"source":96,"target":99},{"source":96,"target":13},{"source":99,"target":11},{"source":97,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":100},{"source":100,"target":11},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":101},{"source":15,"target":102},{"source":101,"target":103},{"source":101,"target":15},{"source":102,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":104},{"source":16,"target":105},{"source":104,"target":106},{"source":104,"target":16},{"source":105,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":107},{"source":17,"target":108},{"source":107,"target":109},{"source":107,"target":17},{"source":108,"target":14},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":110},{"source":18,"target":111},{"source":110,"target":4},{"source":110,"target":112},{"source":110,"target":18},{"source":112,"target":4},{"source":111,"target":12},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":113,"target":18},{"source":113,"target":116},{"source":113,"target":19},{"source":116,"target":18},{"source":114,"target":11},{"source":114,"target":117},{"source":114,"target":19},{"source":117,"target":11},{"source":115,"target":11},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":118},{"source":118,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":119},{"source":119,"target":19},{"source":22,"target":0},{"source":22,"target":11},{"source":22,"target":120},{"source":120,"target":11},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":121},{"source":23,"target":122},{"source":121,"target":11},{"source":121,"target":123},{"source":121,"target":23},{"source":123,"target":11},{"source":122,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":124},{"source":24,"target":125},{"source":124,"target":11},{"source":124,"target":126},{"source":124,"target":24},{"source":126,"target":11},{"source":125,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":127},{"source":25,"target":128},{"source":25,"target":129},{"source":127,"target":11},{"source":127,"target":130},{"source":127,"target":25},{"source":130,"target":11},{"source":128,"target":11},{"source":128,"target":131},{"source":128,"target":25},{"source":131,"target":11},{"source":129,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":132},{"source":26,"target":133},{"source":132,"target":11},{"source":132,"target":134},{"source":132,"target":26},{"source":134,"target":11},{"source":133,"target":22},{"source":27,"target":0},{"source":27,"target":22},{"source":27,"target":135},{"source":27,"target":136},{"source":27,"target":137},{"source":135,"target":11},{"source":135,"target":138},{"source":135,"target":27},{"source":138,"target":11},{"source":136,"target":11},{"source":136,"target":139},{"source":136,"target":27},{"source":139,"target":11},{"source":137,"target":22},{"source":28,"target":0},{"source":28,"target":11},{"source":28,"target":140},{"source":140,"target":11},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":141},{"source":29,"target":142},{"source":29,"target":143},{"source":141,"target":11},{"source":141,"target":144},{"source":141,"target":29},{"source":144,"target":11},{"source":142,"target":11},{"source":142,"target":145},{"source":142,"target":29},{"source":145,"target":11},{"source":143,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":146},{"source":30,"target":147},{"source":146,"target":11},{"source":146,"target":148},{"source":146,"target":30},{"source":148,"target":11},{"source":147,"target":28},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":149},{"source":31,"target":150},{"source":31,"target":151},{"source":149,"target":11},{"source":149,"target":152},{"source":149,"target":31},{"source":152,"target":11},{"source":150,"target":11},{"source":150,"target":153},{"source":150,"target":31},{"source":153,"target":11},{"source":151,"target":28},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":154},{"source":32,"target":155},{"source":32,"target":156},{"source":154,"target":11},{"source":154,"target":157},{"source":154,"target":32},{"source":157,"target":11},{"source":155,"target":11},{"source":155,"target":158},{"source":155,"target":32},{"source":158,"target":11},{"source":156,"target":28},{"source":33,"target":0},{"source":33,"target":28},{"source":33,"target":159},{"source":33,"target":160},{"source":33,"target":161},{"source":159,"target":11},{"source":159,"target":162},{"source":159,"target":33},{"source":162,"target":11},{"source":160,"target":11},{"source":160,"target":163},{"source":160,"target":33},{"source":163,"target":11},{"source":161,"target":28},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":164},{"source":34,"target":165},{"source":34,"target":166},{"source":164,"target":11},{"source":164,"target":167},{"source":164,"target":34},{"source":167,"target":11},{"source":165,"target":11},{"source":165,"target":168},{"source":165,"target":34},{"source":168,"target":11},{"source":166,"target":28},{"source":35,"target":0},{"source":35,"target":11},{"source":35,"target":169},{"source":35,"target":170},{"source":35,"target":171},{"source":169,"target":11},{"source":169,"target":172},{"source":169,"target":35},{"source":172,"target":11},{"source":170,"target":11},{"source":170,"target":173},{"source":170,"target":35},{"source":173,"target":11},{"source":171,"target":11},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":174},{"source":174,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":175},{"source":175,"target":35},{"source":38,"target":0},{"source":38,"target":35},{"source":38,"target":176},{"source":176,"target":35},{"source":39,"target":0},{"source":39,"target":35},{"source":39,"target":177},{"source":177,"target":35},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":178},{"source":178,"target":35},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":179},{"source":43,"target":180},{"source":43,"target":181},{"source":179,"target":11},{"source":179,"target":182},{"source":179,"target":43},{"source":182,"target":11},{"source":180,"target":183},{"source":180,"target":43},{"source":181,"target":184},{"source":181,"target":43},{"source":44,"target":0},{"source":44,"target":12},{"source":44,"target":185},{"source":44,"target":186},{"source":44,"target":187},{"source":185,"target":4},{"source":185,"target":188},{"source":185,"target":44},{"source":188,"target":4},{"source":186,"target":189},{"source":186,"target":44},{"source":187,"target":12},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":190},{"source":45,"target":191},{"source":45,"target":192},{"source":190,"target":4},{"source":190,"target":193},{"source":190,"target":45},{"source":193,"target":4},{"source":191,"target":194},{"source":191,"target":45},{"source":192,"target":12},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":195},{"source":46,"target":196},{"source":46,"target":197},{"source":195,"target":11},{"source":195,"target":198},{"source":195,"target":46},{"source":198,"target":11},{"source":196,"target":50},{"source":196,"target":199},{"source":196,"target":46},{"source":199,"target":50},{"source":197,"target":45},{"source":47,"target":0},{"source":47,"target":44},{"source":47,"target":200},{"source":47,"target":201},{"source":47,"target":202},{"source":47,"target":203},{"source":200,"target":18},{"source":200,"target":204},{"source":200,"target":47},{"source":204,"target":18},{"source":201,"target":11},{"source":201,"target":205},{"source":201,"target":47},{"source":205,"target":11},{"source":202,"target":51},{"source":202,"target":206},{"source":202,"target":47},{"source":206,"target":51},{"source":203,"target":44},{"source":48,"target":0},{"source":48,"target":10},{"source":48,"target":207},{"source":48,"target":208},{"source":48,"target":209},{"source":48,"target":210},{"source":207,"target":18},{"source":207,"target":211},{"source":207,"target":48},{"source":211,"target":18},{"source":208,"target":52},{"source":208,"target":212},{"source":208,"target":48},{"source":212,"target":52},{"source":209,"target":11},{"source":209,"target":213},{"source":209,"target":48},{"source":213,"target":11},{"source":210,"target":10},{"source":49,"target":0},{"source":49,"target":11},{"source":49,"target":214},{"source":49,"target":215},{"source":49,"target":216},{"source":49,"target":217},{"source":214,"target":11},{"source":214,"target":218},{"source":214,"target":49},{"source":218,"target":11},{"source":215,"target":11},{"source":215,"target":219},{"source":215,"target":49},{"source":219,"target":11},{"source":216,"target":11},{"source":216,"target":220},{"source":216,"target":49},{"source":220,"target":11},{"source":217,"target":11},{"source":50,"target":0},{"source":50,"target":45},{"source":50,"target":221},{"source":221,"target":45},{"source":51,"target":0},{"source":51,"target":44},{"source":51,"target":222},{"source":222,"target":44},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":223},{"source":223,"target":10},{"source":53,"target":0},{"source":53,"target":1},{"source":53,"target":224},{"source":224,"target":1},{"source":54,"target":0},{"source":54,"target":11},{"source":54,"target":225},{"source":225,"target":11},{"source":55,"target":0},{"source":55,"target":11},{"source":55,"target":226},{"source":55,"target":227},{"source":55,"target":228},{"source":226,"target":11},{"source":226,"target":229},{"source":226,"target":55},{"source":229,"target":11},{"source":227,"target":4},{"source":227,"target":230},{"source":227,"target":55},{"source":230,"target":4},{"source":228,"target":11},{"source":56,"target":0},{"source":56,"target":6},{"source":56,"target":231},{"source":231,"target":6},{"source":57,"target":0},{"source":57,"target":14},{"source":57,"target":232},{"source":57,"target":233},{"source":232,"target":234},{"source":232,"target":57},{"source":233,"target":14},{"source":58,"target":0},{"source":58,"target":11},{"source":58,"target":235},{"source":58,"target":236},{"source":58,"target":237},{"source":58,"target":238},{"source":235,"target":11},{"source":235,"target":239},{"source":235,"target":58},{"source":239,"target":11},{"source":236,"target":11},{"source":236,"target":240},{"source":236,"target":58},{"source":240,"target":11},{"source":237,"target":44},{"source":237,"target":241},{"source":237,"target":58},{"source":241,"target":44},{"source":238,"target":11}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="workflow" nsURI="http://www.eclipse.org/emf/teneo/samples/emf/workflow" nsPrefix="workflow"> <eClassifiers xsi:type="ecore:EClass" name="Workflow" eSuperTypes="#//WorkflowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//WorkflowNode" containment="true" eOpposite="#//WorkflowNode/workflow"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/workflow"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true" eOpposite="#//Comment/workflow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkflowNode" abstract="true" eSuperTypes="#//WorkflowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="workflow" lowerBound="1" eType="#//Workflow" eOpposite="#//Workflow/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" lowerBound="1" upperBound="-1" eType="#//OutputPort" containment="true" eOpposite="#//OutputPort/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" lowerBound="1" upperBound="-1" eType="#//InputPort" containment="true" eOpposite="#//InputPort/node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStart" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinish" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//WorkflowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="workflow" lowerBound="1" eType="#//Workflow" eOpposite="#//Workflow/edges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//InputPort" eOpposite="#//InputPort/edges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//OutputPort" eOpposite="#//OutputPort/edges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//WorkflowNode" eOpposite="#//WorkflowNode/inputs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="#//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//WorkflowNode" eOpposite="#//WorkflowNode/outputs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fault" eSuperTypes="#//OutputPort"/> <eClassifiers xsi:type="ecore:EClass" name="CompoundTask" eSuperTypes="#//WorkflowNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="subworkflow" lowerBound="1" eType="#//Workflow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//WorkflowElement"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationTask" eSuperTypes="#//WorkflowNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transformExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalTask" eSuperTypes="#//WorkflowNode"/> <eClassifiers xsi:type="ecore:EClass" name="LoopTask" eSuperTypes="#//CompoundTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="whileCondition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkflowElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOutputPort" eSuperTypes="#//OutputPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//WorkflowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="workflow" lowerBound="1" eType="#//Workflow" eOpposite="#//Workflow/comments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//WorkflowNode"/> </ecore:EPackage>
github:ecore:/data/kchobantonov/org.eclipse.emf.teneo/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/sample/workflow/model/Workflow.ecore
ecore
workflow Workflow nodes edges comments WorkflowNode workflow outputs inputs isStart false isFinish false Edge workflow target source InputPort node edges OutputPort node edges Fault CompoundTask subworkflow Port TransformationTask transformExpression ConditionalTask LoopTask whileCondition WorkflowElement name comment x 0 y 0 width -1 height -1 id ConditionalOutputPort condition Comment workflow Task
null
{"directed":true,"nodes":[{"nsPrefix":"workflow","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/workflow","name":"workflow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workflow","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundTask","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationTask","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalTask","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopTask","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOutputPort","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isStart","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isFinish","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subworkflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transformExpression","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":1},{"source":16,"target":21},{"source":20,"target":2},{"source":17,"target":3},{"source":17,"target":22},{"source":17,"target":1},{"source":17,"target":23},{"source":22,"target":3},{"source":18,"target":14},{"source":18,"target":24},{"source":18,"target":1},{"source":18,"target":25},{"source":24,"target":14},{"source":19,"target":12},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":21},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":21,"target":1},{"source":21,"target":31},{"source":21,"target":2},{"source":21,"target":16},{"source":31,"target":1},{"source":26,"target":5},{"source":26,"target":32},{"source":26,"target":2},{"source":26,"target":33},{"source":32,"target":5},{"source":27,"target":4},{"source":27,"target":34},{"source":27,"target":2},{"source":27,"target":35},{"source":34,"target":4},{"source":28,"target":36},{"source":28,"target":2},{"source":29,"target":37},{"source":29,"target":2},{"source":30,"target":12},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":23},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":23,"target":1},{"source":23,"target":41},{"source":23,"target":3},{"source":23,"target":17},{"source":41,"target":1},{"source":38,"target":4},{"source":38,"target":42},{"source":38,"target":3},{"source":38,"target":43},{"source":42,"target":4},{"source":39,"target":5},{"source":39,"target":44},{"source":39,"target":3},{"source":39,"target":45},{"source":44,"target":5},{"source":40,"target":12},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":35},{"source":4,"target":43},{"source":4,"target":46},{"source":35,"target":2},{"source":35,"target":47},{"source":35,"target":4},{"source":35,"target":27},{"source":47,"target":2},{"source":43,"target":3},{"source":43,"target":48},{"source":43,"target":4},{"source":43,"target":38},{"source":48,"target":3},{"source":46,"target":8},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":33},{"source":5,"target":45},{"source":5,"target":49},{"source":33,"target":2},{"source":33,"target":50},{"source":33,"target":5},{"source":33,"target":26},{"source":50,"target":2},{"source":45,"target":3},{"source":45,"target":51},{"source":45,"target":5},{"source":45,"target":39},{"source":51,"target":3},{"source":49,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":52},{"source":52,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":1},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":1},{"source":54,"target":2},{"source":8,"target":0},{"source":8,"target":12},{"source":8,"target":56},{"source":56,"target":12},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":57},{"source":9,"target":58},{"source":57,"target":59},{"source":57,"target":9},{"source":58,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":60},{"source":60,"target":2},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":61},{"source":11,"target":62},{"source":61,"target":63},{"source":61,"target":11},{"source":62,"target":7},{"source":12,"target":0},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":64,"target":71},{"source":64,"target":12},{"source":65,"target":72},{"source":65,"target":12},{"source":66,"target":73},{"source":66,"target":12},{"source":67,"target":74},{"source":67,"target":12},{"source":68,"target":75},{"source":68,"target":12},{"source":69,"target":76},{"source":69,"target":12},{"source":70,"target":77},{"source":70,"target":12},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":80},{"source":78,"target":13},{"source":79,"target":5},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":25},{"source":14,"target":81},{"source":25,"target":1},{"source":25,"target":82},{"source":25,"target":14},{"source":25,"target":18},{"source":82,"target":1},{"source":81,"target":12},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":83},{"source":83,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="resourceinterfaces" nsURI="mpcm.domain.extensions.resourceinterfaces" nsPrefix="mpcm.domain.extensions.resourceinterfaces"> <eSubpackages name="repository" nsURI="mpcm.domain.extensions.resourceinterfaces.repository" nsPrefix="mpcm.domain.extensions.resourceinterfaces.repository"> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfacesRepositoryRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceinterfacerequiringentity" upperBound="-1" eType="#//repository/ResourceInterfaceRequiringEntity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequiredRole" eSuperTypes="../../mpcm.paradigm.repository/model/repository.ecore#//Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Required role for resource interface access of a component"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResourceInterface__ResourceRequiredRole" ordered="false" lowerBound="1" eType="#//resourcetype/ResourceInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaceRequiringEntity__ResourceRequiredRole" ordered="false" lowerBound="1" eType="#//repository/ResourceInterfaceRequiringEntity" eOpposite="#//repository/ResourceInterfaceRequiringEntity/resourceRequiredRoles__ResourceInterfaceRequiringEntity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceRequiringEntity" eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is an annotation (simulating a stereotype) of ResourceInterfaceRequiringEntity onto InterfaceRequiringEntity"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredRoles__ResourceInterfaceRequiringEntity" ordered="false" upperBound="-1" eType="#//repository/ResourceRequiredRole" containment="true" eOpposite="#//repository/ResourceRequiredRole/resourceInterfaceRequiringEntity__ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceRequiringEntity" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//InterfaceRequiringEntity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceProvidingRequiringEntity" eSuperTypes="#//repository/ResourceInterfaceRequiringEntity #//resourcetype/ResourceInterfaceProvidingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Misha Strittmatter: This is a dead (and nonsensical) class. Thus, it does no harm to code the base class of Requiring- and ProvidingEntity directly as their attributes"/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="seff" nsURI="mpcm.domain.extensions.resourceinterfaces.seff" nsPrefix="mpcm.domain.extensions.resourceinterfaces.seff"> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfacesSEFFRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceCalls" upperBound="-1" eType="#//seff/ResourceCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceCall" eSuperTypes="../../mpcm.domain.behaviourseff/model/behaviourseff.ecore#//CallAction"> <eOperations name="ResourceSignatureBelongsToResourceRequiredRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.resourceRequiredRole__ResourceCall.requiredResourceInterface__ResourceRequiredRole.resourceSignatures__ResourceInterface->includes(self.signature__ResourceCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ResourceRequiredRoleMustBeReferencedByComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(mpcm::core::entity::ResourceInterfaceRequiringEntity)).oclAsType(mpcm::core::entity::ResourceInterfaceRequiringEntity).resourceRequiredRoles__ResourceInterfaceRequiringEntity->includes(self.resourceRequiredRole__ResourceCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.action__ResourceCall.resourceCall__Action->select(call | call.resourceRequiredRole__ResourceCall=self.resourceRequiredRole__ResourceCall and call.signature__ResourceCall=self.signature__ResourceCall)->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="action__ResourceCall" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.behaviour.seff/model/seff.ecore#//AbstractInternalControlFlowAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredRole__ResourceCall" ordered="false" lowerBound="1" eType="#//repository/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signature__ResourceCall" ordered="false" lowerBound="1" eType="#//resourcetype/ResourceSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numberOfCalls__ResourceCall" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.variables/model/variables.ecore#//PCMRandomVariable" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="composition" nsURI="mpcm.domain.extensions.resourceinterfaces.composition" nsPrefix="mpcm.domain.extensions.resourceinterfaces.composition"> <eClassifiers xsi:type="ecore:EClass" name="RequiredResourceDelegationConnector" eSuperTypes="../../mpcm.paradigm.composition/model/composition.ecore#//DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__RequiredResourceDelegationConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.composition/model/composition.ecore#//AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole__RequiredResourceDelegationConnector" ordered="false" lowerBound="1" eType="#//repository/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole__RequiredResourceDelegationConnector" ordered="false" lowerBound="1" eType="#//repository/ResourceRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequiredDelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO Michael Hauck"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerResourceRequiredRole_ResourceRequiredDelegationConnector" ordered="false" lowerBound="1" eType="#//repository/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerResourceRequiredRole_ResourceRequiredDelegationConnector" ordered="false" lowerBound="1" eType="#//repository/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure_ResourceRequiredDelegationConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.composition/model/composition.ecore#//ComposedStructure"/> </eClassifiers> </eSubpackages> <eSubpackages name="resourcetype" nsURI="mpcm.domain.extensions.resourceinterfaces.resourcetype" nsPrefix="mpcm.domain.extensions.resourceinterfaces.resourcetype"> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceResourcetypeRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceinterfaceprovidingentity" upperBound="-1" eType="#//resourcetype/ResourceInterfaceProvidingEntity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceinterface" upperBound="-1" eType="#//resourcetype/ResourceInterface" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterface" eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: This structure still has to be finalized by Henning. There is no influence on other model elements yet. so this can be done later on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSignatures__ResourceInterface" ordered="false" upperBound="-1" eType="#//resourcetype/ResourceSignature" containment="true" eOpposite="#//resourcetype/ResourceSignature/resourceInterface__ResourceSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceSignature" eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: This structure still has to be finalized by Henning. There is no influence on other model elements yet. so this can be done later on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter__ResourceSignature" ordered="false" upperBound="-1" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceServiceId" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterface__ResourceSignature" ordered="false" lowerBound="1" eType="#//resourcetype/ResourceInterface" eOpposite="#//resourcetype/ResourceInterface/resourceSignatures__ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceProvidedRole" eSuperTypes="../../mpcm.paradigm.repository/model/repository.ecore#//Role"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaceProvidingEntity__ResourceProvidedRole" ordered="false" lowerBound="1" eType="#//resourcetype/ResourceInterfaceProvidingEntity" eOpposite="#//resourcetype/ResourceInterfaceProvidingEntity/resourceProvidedRoles__ResourceInterfaceProvidingEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedResourceInterface__ResourceProvidedRole" ordered="false" lowerBound="1" eType="#//resourcetype/ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceProvidingEntity" eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceProvidedRoles__ResourceInterfaceProvidingEntity" ordered="false" upperBound="-1" eType="#//resourcetype/ResourceProvidedRole" containment="true" eOpposite="#//resourcetype/ResourceProvidedRole/resourceInterfaceProvidingEntity__ResourceProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceType" lowerBound="1" eType="ecore:EClass ../../mpcm.domain.environment.resources/model/resources.ecore#//resourcetype/ResourceType"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/kit-sdq/Metamodel-Reference-Architecture-Validation/casestudies/pcm/metamodel/refactored/mpcm.domain.extensions.resourceinterfaces/model/resourceinterfaces.ecore
ecore
resourceinterfaces repository ResourceInterfacesRepositoryRoot resourceinterfacerequiringentity ResourceRequiredRole requiredResourceInterface__ResourceRequiredRole resourceInterfaceRequiringEntity__ResourceRequiredRole ResourceInterfaceRequiringEntity resourceRequiredRoles__ResourceInterfaceRequiringEntity interfaceRequiringEntity ResourceInterfaceProvidingRequiringEntity seff ResourceInterfacesSEFFRoot resourceCalls ResourceCall ResourceSignatureBelongsToResourceRequiredRole diagnostics context ResourceRequiredRoleMustBeReferencedByComponent diagnostics context SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context action__ResourceCall resourceRequiredRole__ResourceCall signature__ResourceCall numberOfCalls__ResourceCall composition RequiredResourceDelegationConnector assemblyContext__RequiredResourceDelegationConnector innerRequiredRole__RequiredResourceDelegationConnector outerRequiredRole__RequiredResourceDelegationConnector ResourceRequiredDelegationConnector innerResourceRequiredRole_ResourceRequiredDelegationConnector outerResourceRequiredRole_ResourceRequiredDelegationConnector parentStructure_ResourceRequiredDelegationConnector resourcetype ResourceInterfaceResourcetypeRoot resourceinterfaceprovidingentity resourceinterface ResourceInterface resourceSignatures__ResourceInterface ResourceSignature parameter__ResourceSignature resourceServiceId resourceInterface__ResourceSignature ResourceProvidedRole resourceInterfaceProvidingEntity__ResourceProvidedRole providedResourceInterface__ResourceProvidedRole ResourceInterfaceProvidingEntity resourceProvidedRoles__ResourceInterfaceProvidingEntity resourceType
null
{"directed":true,"nodes":[{"nsPrefix":"mpcm.domain.extensions.resourceinterfaces","nsURI":"mpcm.domain.extensions.resourceinterfaces","name":"resourceinterfaces","id":0,"eClass":"EPackage"},{"nsPrefix":"mpcm.domain.extensions.resourceinterfaces.repository","nsURI":"mpcm.domain.extensions.resourceinterfaces.repository","name":"repository","id":1,"eClass":"EPackage"},{"nsPrefix":"mpcm.domain.extensions.resourceinterfaces.seff","nsURI":"mpcm.domain.extensions.resourceinterfaces.seff","name":"seff","id":2,"eClass":"EPackage"},{"nsPrefix":"mpcm.domain.extensions.resourceinterfaces.composition","nsURI":"mpcm.domain.extensions.resourceinterfaces.composition","name":"composition","id":3,"eClass":"EPackage"},{"nsPrefix":"mpcm.domain.extensions.resourceinterfaces.resourcetype","nsURI":"mpcm.domain.extensions.resourceinterfaces.resourcetype","name":"resourcetype","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfacesRepositoryRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequiredRole","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceRequiringEntity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceinterfacerequiringentity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredResourceInterface__ResourceRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceInterfaceRequiringEntity__ResourceRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterface","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceRequiredRoles__ResourceInterfaceRequiringEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaceRequiringEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceProvidingEntity","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfacesSEFFRoot","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceCall","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceCalls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceSignatureBelongsToResourceRequiredRole","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceRequiredRoleMustBeReferencedByComponent","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRequiredRole__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signature__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numberOfCalls__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EParameter"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSignature","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredResourceDelegationConnector","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequiredDelegationConnector","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerRequiredRole__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerRequiredRole__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerResourceRequiredRole_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerResourceRequiredRole_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStructure_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceResourcetypeRoot","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceProvidedRole","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceinterfaceprovidingentity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceinterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceSignatures__ResourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceInterface__ResourceSignature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter__ResourceSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceServiceId","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceInterfaceProvidingEntity__ResourceProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedResourceInterface__ResourceProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceProvidedRoles__ResourceInterfaceProvidingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":0},{"source":5,"target":1},{"source":5,"target":9},{"source":9,"target":7},{"source":9,"target":10},{"source":9,"target":5},{"source":10,"target":7},{"source":6,"target":1},{"source":6,"target":11},{"source":6,"target":12},{"source":6,"target":13},{"source":11,"target":14},{"source":11,"target":15},{"source":11,"target":6},{"source":15,"target":14},{"source":12,"target":7},{"source":12,"target":16},{"source":12,"target":6},{"source":12,"target":17},{"source":16,"target":7},{"source":7,"target":1},{"source":7,"target":17},{"source":7,"target":18},{"source":7,"target":19},{"source":17,"target":6},{"source":17,"target":20},{"source":17,"target":7},{"source":17,"target":12},{"source":20,"target":6},{"source":18,"target":21},{"source":18,"target":7},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":22},{"source":8,"target":23},{"source":8,"target":24},{"source":23,"target":7},{"source":24,"target":22},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":0},{"source":25,"target":2},{"source":25,"target":27},{"source":27,"target":26},{"source":27,"target":28},{"source":27,"target":25},{"source":28,"target":26},{"source":26,"target":2},{"source":26,"target":29},{"source":26,"target":30},{"source":26,"target":31},{"source":26,"target":32},{"source":26,"target":33},{"source":26,"target":34},{"source":26,"target":35},{"source":26,"target":36},{"source":29,"target":37},{"source":29,"target":26},{"source":29,"target":38},{"source":29,"target":39},{"source":38,"target":40},{"source":38,"target":29},{"source":39,"target":41},{"source":39,"target":29},{"source":41,"target":42},{"source":41,"target":43},{"source":30,"target":44},{"source":30,"target":26},{"source":30,"target":45},{"source":30,"target":46},{"source":45,"target":47},{"source":45,"target":30},{"source":46,"target":48},{"source":46,"target":30},{"source":48,"target":49},{"source":48,"target":50},{"source":31,"target":51},{"source":31,"target":26},{"source":31,"target":52},{"source":31,"target":53},{"source":52,"target":54},{"source":52,"target":31},{"source":53,"target":55},{"source":53,"target":31},{"source":55,"target":56},{"source":55,"target":57},{"source":32,"target":58},{"source":32,"target":26},{"source":33,"target":6},{"source":33,"target":59},{"source":33,"target":26},{"source":59,"target":6},{"source":34,"target":60},{"source":34,"target":61},{"source":34,"target":26},{"source":61,"target":60},{"source":35,"target":62},{"source":35,"target":26},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":0},{"source":63,"target":3},{"source":63,"target":65},{"source":63,"target":66},{"source":63,"target":67},{"source":63,"target":68},{"source":65,"target":69},{"source":65,"target":63},{"source":66,"target":6},{"source":66,"target":70},{"source":66,"target":63},{"source":70,"target":6},{"source":67,"target":6},{"source":67,"target":71},{"source":67,"target":63},{"source":71,"target":6},{"source":64,"target":3},{"source":64,"target":72},{"source":64,"target":73},{"source":64,"target":74},{"source":72,"target":6},{"source":72,"target":75},{"source":72,"target":64},{"source":75,"target":6},{"source":73,"target":6},{"source":73,"target":76},{"source":73,"target":64},{"source":76,"target":6},{"source":74,"target":77},{"source":74,"target":64},{"source":4,"target":78},{"source":4,"target":14},{"source":4,"target":60},{"source":4,"target":79},{"source":4,"target":22},{"source":4,"target":0},{"source":78,"target":4},{"source":78,"target":80},{"source":78,"target":81},{"source":80,"target":22},{"source":80,"target":82},{"source":80,"target":78},{"source":82,"target":22},{"source":81,"target":14},{"source":81,"target":83},{"source":81,"target":78},{"source":83,"target":14},{"source":14,"target":4},{"source":14,"target":84},{"source":14,"target":85},{"source":84,"target":60},{"source":84,"target":86},{"source":84,"target":14},{"source":84,"target":87},{"source":86,"target":60},{"source":60,"target":4},{"source":60,"target":88},{"source":60,"target":89},{"source":60,"target":87},{"source":60,"target":90},{"source":88,"target":91},{"source":88,"target":60},{"source":89,"target":92},{"source":89,"target":60},{"source":87,"target":14},{"source":87,"target":93},{"source":87,"target":60},{"source":87,"target":84},{"source":93,"target":14},{"source":79,"target":4},{"source":79,"target":94},{"source":79,"target":95},{"source":79,"target":96},{"source":94,"target":22},{"source":94,"target":97},{"source":94,"target":79},{"source":94,"target":98},{"source":97,"target":22},{"source":95,"target":14},{"source":95,"target":99},{"source":95,"target":79},{"source":99,"target":14},{"source":22,"target":4},{"source":22,"target":98},{"source":22,"target":100},{"source":22,"target":101},{"source":98,"target":79},{"source":98,"target":102},{"source":98,"target":22},{"source":98,"target":94},{"source":102,"target":79},{"source":100,"target":103},{"source":100,"target":22}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pn2pnw" nsURI="urn:pn2pnw.ecore" nsPrefix="pn2pnw"> <eClassifiers xsi:type="ecore:EClass" name="Net2Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Net"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Net"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place2Place"> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_place"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Place"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_place"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Place"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noOfTokens"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Net"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Net"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition2Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_transition"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Transition"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_transition"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Transition"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Net"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Net"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PTReference2PTEdge"> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_place"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Place"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_place"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Place"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Net"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_transition"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Transition"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Net"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_pTEdge"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//PTEdge"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_transition"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Transition"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TPReference2TPEdge"> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_transition"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Transition"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_transition"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Transition"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Net"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pn_place"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pn.ecore#//Place"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_net"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Net"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_tPEdge"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//TPEdge"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pnw_place"> <eType xsi:type="ecore:EClass" href="http://de.ubt.ai1.bw.qvt.examples.pnw.ecore#//Place"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eMoflon/benchmarx/examples/pntopnw/BenchmarxPetrinetToPetrinetWeighted/src/org/benchmarx/examples/pn2pnw/implementations/medini/base/traces/pn2pnw.ecore
ecore
pn2pnw Net2Net pn_net pnw_net name Place2Place pn_place pnw_place name noOfTokens pn_net pnw_net Transition2Transition pn_transition pnw_transition name pn_net pnw_net PTReference2PTEdge pn_place pnw_place pn_net pn_transition pnw_net pnw_pTEdge pnw_transition TPReference2TPEdge pn_transition pnw_transition pn_net pn_place pnw_net pnw_tPEdge pnw_place
null
{"directed":true,"nodes":[{"nsPrefix":"pn2pnw","nsURI":"urn:pn2pnw.ecore","name":"pn2pnw","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net2Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place2Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition2Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTReference2PTEdge","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPReference2TPEdge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noOfTokens","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_pTEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pn_place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_tPEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pnw_place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":11},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":12,"target":18},{"source":12,"target":2},{"source":13,"target":19},{"source":13,"target":2},{"source":14,"target":20},{"source":14,"target":2},{"source":15,"target":21},{"source":15,"target":2},{"source":16,"target":22},{"source":16,"target":2},{"source":17,"target":23},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":24,"target":29},{"source":24,"target":3},{"source":25,"target":30},{"source":25,"target":3},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":32},{"source":27,"target":3},{"source":28,"target":33},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":34,"target":41},{"source":34,"target":4},{"source":35,"target":42},{"source":35,"target":4},{"source":36,"target":43},{"source":36,"target":4},{"source":37,"target":44},{"source":37,"target":4},{"source":38,"target":45},{"source":38,"target":4},{"source":39,"target":46},{"source":39,"target":4},{"source":40,"target":47},{"source":40,"target":4},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":48,"target":55},{"source":48,"target":5},{"source":49,"target":56},{"source":49,"target":5},{"source":50,"target":57},{"source":50,"target":5},{"source":51,"target":58},{"source":51,"target":5},{"source":52,"target":59},{"source":52,"target":5},{"source":53,"target":60},{"source":53,"target":5},{"source":54,"target":61},{"source":54,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="freemarker" nsURI="http://www.milyn.org/xsd/smooks/freemarker-1.1.xsd" nsPrefix="flt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="FreeMarker Templating Configuration"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FreemarkerBindTo" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Bind the templating result into the bean context under the specified &quot;id&quot;. This makes the&#xA; templating result available for routing or other operations.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bindTo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The bean context ID under which the templating result is to be bound if the &quot;bindTo&quot; action is chosen.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FreemarkerDocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="freemarker" upperBound="-2" eType="#//Freemarker" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; FreeMarker Templating Configuration.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="freemarker"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.milyn.org/xsd/smooks-1.1.xsd#abstract-resource-config"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Freemarker" eSuperTypes="smooks-1.1.ecore#//ElementVisitor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; FreeMarker Templating Configuration Type.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="freemarker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="#//FreemarkerTemplate" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="template"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="use" eType="#//FreemarkerUse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="use"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1" eType="ecore:EClass smooks-1.1.ecore#//ParamType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="param"/> <details key="namespace" value="http://www.milyn.org/xsd/smooks-1.1.xsd"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyBefore" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Apply the template before visiting the elements child content.&lt;p/>Default is 'false'.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyBefore"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnElement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The name of the element on which the template is to be applied.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyOnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnElementNS" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The namespace of the element on which the template is to be applied.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyOnElementNS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FreemarkerInline" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Inline the templating result into the &lt;b>Smooks.filter&lt;/b> Result message.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inline"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directive" lowerBound="1" eType="#//FreemarkerInlineDirective" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; How the templating result is to be used (relative to the element on which it&#xA; is applied).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="directive"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FreemarkerInlineDirective"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inlineDirective"/> </eAnnotations> <eLiterals name="addto"/> <eLiterals name="replace" value="1"/> <eLiterals name="insertbefore" value="2"/> <eLiterals name="insertafter" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FreemarkerInlineDirectiveObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inlineDirective:Object"/> <details key="baseType" value="inlineDirective"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FreemarkerOutputTo" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Output the templating result to a named OutputStreamResource.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="outputTo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputStreamResource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The name of the &quot;outputStreamResource&quot; to which the templating result is to be written. By default,&#xA; the templating result is written to the Smooks.filter result if (if a StreamResult is provided).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="outputStreamResource"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FreemarkerTemplate" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The FreeMarker Template.&#xA; &lt;p/>&#xA; This can be an inline template, or a reference (URI) to an externally defined template (filesystem, classpath, www).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="template"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="UTF-8" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Template character encodng.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="encoding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FreemarkerUse" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The &amp;lt;use&amp;gt; element allows you to define how the templating result is to be used.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="use"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inline" eType="#//FreemarkerInline" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inline"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindTo" eType="#//FreemarkerBindTo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="bindTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputTo" eType="#//FreemarkerOutputTo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="outputTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/robstryker/jbosstools-smooks/plugins/org.jboss.tools.smooks.core/model/all_model/freemarker-1.1.ecore
ecore
freemarker FreemarkerBindTo id FreemarkerDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation freemarker Freemarker template use param applyBefore false applyOnElement applyOnElementNS FreemarkerInline directive FreemarkerInlineDirective addto addto replace replace insertbefore insertbefore insertafter insertafter FreemarkerInlineDirectiveObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator FreemarkerOutputTo outputStreamResource FreemarkerTemplate value encoding UTF-8 FreemarkerUse inline bindTo outputTo
null
{"directed":true,"nodes":[{"nsPrefix":"flt","nsURI":"http://www.milyn.org/xsd/smooks/freemarker-1.1.xsd","name":"freemarker","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreemarkerBindTo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreemarkerDocumentRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Freemarker","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreemarkerInline","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FreemarkerInlineDirective","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"FreemarkerInlineDirectiveObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreemarkerOutputTo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreemarkerTemplate","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreemarkerUse","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"freemarker","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"applyBefore","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnElement","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnElementNS","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"directive","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"addto","id":37,"value":0,"literal":"addto","eClass":"EEnumLiteral"},{"name":"replace","id":38,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"insertbefore","id":39,"value":2,"literal":"insertbefore","eClass":"EEnumLiteral"},{"name":"insertafter","id":40,"value":3,"literal":"insertafter","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputStreamResource","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"UTF-8","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UTF-8","unsettable":true,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inline","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":12},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":13,"target":17},{"source":13,"target":2},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":21,"target":8},{"source":21,"target":28},{"source":21,"target":3},{"source":28,"target":8},{"source":22,"target":9},{"source":22,"target":29},{"source":22,"target":3},{"source":29,"target":9},{"source":23,"target":30},{"source":23,"target":3},{"source":24,"target":31},{"source":24,"target":3},{"source":25,"target":32},{"source":25,"target":3},{"source":26,"target":33},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":5},{"source":34,"target":36},{"source":34,"target":4},{"source":36,"target":5},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":37,"target":5},{"source":38,"target":5},{"source":39,"target":5},{"source":40,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":43},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":44,"target":47},{"source":44,"target":8},{"source":45,"target":48},{"source":45,"target":8},{"source":9,"target":0},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":49,"target":4},{"source":49,"target":53},{"source":49,"target":9},{"source":53,"target":4},{"source":50,"target":1},{"source":50,"target":54},{"source":50,"target":9},{"source":54,"target":1},{"source":51,"target":7},{"source":51,"target":55},{"source":51,"target":9},{"source":55,"target":7}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.opendds.org/modeling/schemas/Types/1.0" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" name="Array" eSuperTypes="#//Collection"> <eStructuralFeatures xsi:type="ecore:EReference" name="subtype" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//Simple"/> <eClassifiers xsi:type="ecore:EClass" name="Branch"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//Field" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" lowerBound="1" upperBound="-1" eType="#//Case" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Char" eSuperTypes="#//Simple"/> <eClassifiers xsi:type="ecore:EClass" name="Collection" abstract="true" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//FloatingPoint"/> <eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="#//Simple"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literals" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//FloatingPoint"/> <eClassifiers xsi:type="ecore:EClass" name="FloatingPoint" abstract="true" eSuperTypes="#//Simple"/> <eClassifiers xsi:type="ecore:EClass" name="Int" abstract="true" eSuperTypes="#//Simple"/> <eClassifiers xsi:type="ecore:EClass" name="Key"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Long" eSuperTypes="#//SignedInt"/> <eClassifiers xsi:type="ecore:EClass" name="LongDouble" eSuperTypes="#//FloatingPoint"/> <eClassifiers xsi:type="ecore:EClass" name="LongLong" eSuperTypes="#//SignedInt"/> <eClassifiers xsi:type="ecore:EClass" name="Octet" eSuperTypes="#//Simple"/> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//Collection"> <eStructuralFeatures xsi:type="ecore:EReference" name="subtype" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Short" eSuperTypes="#//SignedInt"/> <eClassifiers xsi:type="ecore:EClass" name="SignedInt" abstract="true" eSuperTypes="#//Int"/> <eClassifiers xsi:type="ecore:EClass" name="Simple" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//Collection"/> <eClassifiers xsi:type="ecore:EClass" name="Struct" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" lowerBound="1" upperBound="-1" eType="#//Field" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" ordered="false" upperBound="-1" eType="#//Key" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDcpsDataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Typedef" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ULong" eSuperTypes="#//UnsignedInt"/> <eClassifiers xsi:type="ecore:EClass" name="ULongLong" eSuperTypes="#//UnsignedInt"/> <eClassifiers xsi:type="ecore:EClass" name="UShort" eSuperTypes="#//UnsignedInt"/> <eClassifiers xsi:type="ecore:EClass" name="Union" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" lowerBound="1" upperBound="-1" eType="#//Branch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="switch" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Field" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnsignedInt" abstract="true" eSuperTypes="#//Int"/> <eClassifiers xsi:type="ecore:EClass" name="WChar" eSuperTypes="#//Simple"/> <eClassifiers xsi:type="ecore:EClass" name="WString" eSuperTypes="#//Collection"/> <eClassifiers xsi:type="ecore:EClass" name="DataLib" eSuperTypes="OpenDDS.ecore#//OpenDDSLib"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/svn2github/OpenDDS/branches/DDS-2.3-RT14855-1/tools/modeling/plugins/org.opendds.modeling.model/model/Types.ecore
ecore
types Array subtype Boolean Branch field cases Case literal Char Collection length Double Enum name literals Field name type Float FloatingPoint Int Key field Long LongDouble LongLong Octet Sequence subtype Short SignedInt Simple String Struct name fields keys isDcpsDataType true Type Typedef type name ULong ULongLong UShort Union branches name switch default UnsignedInt WChar WString DataLib types
null
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.opendds.org/modeling/schemas/Types/1.0","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Char","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatingPoint","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDouble","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongLong","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Octet","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Short","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignedInt","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simple","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Struct","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ULong","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ULongLong","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UShort","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Union","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedInt","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WChar","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WString","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataLib","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isDcpsDataType","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"switch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":34},{"source":1,"target":35},{"source":34,"target":24},{"source":34,"target":36},{"source":34,"target":1},{"source":36,"target":24},{"source":35,"target":6},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":37},{"source":37,"target":21},{"source":3,"target":0},{"source":3,"target":38},{"source":3,"target":39},{"source":38,"target":9},{"source":38,"target":40},{"source":38,"target":3},{"source":40,"target":9},{"source":39,"target":4},{"source":39,"target":41},{"source":39,"target":3},{"source":41,"target":4},{"source":4,"target":0},{"source":4,"target":42},{"source":42,"target":43},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":21},{"source":5,"target":44},{"source":44,"target":21},{"source":6,"target":0},{"source":6,"target":24},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":47},{"source":45,"target":6},{"source":46,"target":24},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":48},{"source":48,"target":11},{"source":8,"target":0},{"source":8,"target":21},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":49,"target":52},{"source":49,"target":8},{"source":50,"target":53},{"source":50,"target":8},{"source":51,"target":21},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":55},{"source":54,"target":56},{"source":54,"target":9},{"source":55,"target":24},{"source":55,"target":57},{"source":55,"target":9},{"source":57,"target":24},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":58},{"source":58,"target":11},{"source":11,"target":0},{"source":11,"target":21},{"source":11,"target":59},{"source":59,"target":21},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":60},{"source":60,"target":21},{"source":13,"target":0},{"source":13,"target":61},{"source":61,"target":9},{"source":61,"target":62},{"source":61,"target":13},{"source":62,"target":9},{"source":14,"target":0},{"source":14,"target":20},{"source":14,"target":63},{"source":63,"target":20},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":64},{"source":64,"target":11},{"source":16,"target":0},{"source":16,"target":20},{"source":16,"target":65},{"source":65,"target":20},{"source":17,"target":0},{"source":17,"target":21},{"source":17,"target":66},{"source":66,"target":21},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":67},{"source":18,"target":68},{"source":67,"target":24},{"source":67,"target":69},{"source":67,"target":18},{"source":69,"target":24},{"source":68,"target":6},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":70},{"source":70,"target":20},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":71},{"source":71,"target":12},{"source":21,"target":0},{"source":21,"target":24},{"source":21,"target":72},{"source":72,"target":24},{"source":22,"target":0},{"source":22,"target":6},{"source":22,"target":73},{"source":73,"target":6},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":74},{"source":23,"target":75},{"source":23,"target":76},{"source":23,"target":77},{"source":23,"target":78},{"source":74,"target":79},{"source":74,"target":23},{"source":75,"target":9},{"source":75,"target":80},{"source":75,"target":23},{"source":80,"target":9},{"source":76,"target":13},{"source":76,"target":81},{"source":76,"target":23},{"source":81,"target":13},{"source":77,"target":82},{"source":77,"target":23},{"source":78,"target":24},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":83},{"source":25,"target":84},{"source":25,"target":85},{"source":83,"target":24},{"source":83,"target":86},{"source":83,"target":25},{"source":86,"target":24},{"source":84,"target":87},{"source":84,"target":25},{"source":85,"target":24},{"source":26,"target":0},{"source":26,"target":30},{"source":26,"target":88},{"source":88,"target":30},{"source":27,"target":0},{"source":27,"target":30},{"source":27,"target":89},{"source":89,"target":30},{"source":28,"target":0},{"source":28,"target":30},{"source":28,"target":90},{"source":90,"target":30},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":91},{"source":29,"target":92},{"source":29,"target":93},{"source":29,"target":94},{"source":29,"target":95},{"source":91,"target":3},{"source":91,"target":96},{"source":91,"target":29},{"source":96,"target":3},{"source":92,"target":97},{"source":92,"target":29},{"source":93,"target":24},{"source":93,"target":98},{"source":93,"target":29},{"source":98,"target":24},{"source":94,"target":9},{"source":94,"target":99},{"source":94,"target":29},{"source":99,"target":9},{"source":95,"target":24},{"source":30,"target":0},{"source":30,"target":12},{"source":30,"target":100},{"source":100,"target":12},{"source":31,"target":0},{"source":31,"target":21},{"source":31,"target":101},{"source":101,"target":21},{"source":32,"target":0},{"source":32,"target":6},{"source":32,"target":102},{"source":102,"target":6},{"source":33,"target":0},{"source":33,"target":103},{"source":33,"target":104},{"source":103,"target":24},{"source":103,"target":105},{"source":103,"target":33},{"source":105,"target":24}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dbmodel" nsURI="http://www.postfinance.ch/zvis/zimt/dbmodel/Dbmodel" nsPrefix="dbmodel"> <eClassifiers xsi:type="ecore:EClass" name="DbModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mtype" eType="#//Mtype"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kudaType" eType="#//KudaType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kobeType" eType="#//KobeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doAll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subjects" upperBound="-1" eType="#//Subject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="duplicates" upperBound="-1" eType="#//Duplicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//ClassOrDuplicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" eType="#//Subject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noDBio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publish" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vmaj" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vmin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pubspec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pubname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="whereclause" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="archivIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primkey" eType="#//Primkey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1" eType="#//Index" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pdbs" upperBound="-1" eType="#//Pdb" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Duplicate" eSuperTypes="#//ClassOrDuplicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="orig" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Ltype" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foreign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forattr" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exttable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extattr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="immutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullOK" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kuko" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kukoindex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kukoonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shrs" upperBound="-1" eType="#//StructShare" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ovride" upperBound="-1" eType="#//StructOverride" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shared" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="archiv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sybident" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logattr" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInDB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primkey"> <eStructuralFeatures xsi:type="ecore:EReference" name="pkeys" unique="false" upperBound="-1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kuko" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrs" unique="false" upperBound="-1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Index"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimkey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clustered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attr" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pdb"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//PhysicalDatabase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1" eType="#//IndexRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lockSchema" eType="#//LockSchema"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tablePartitioning" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ltype"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../../../../ch.postfinance.zvis.primitives/src-gen/ch/postfinance/zvis/primitives/Primitives.ecore#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructOverride"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass ../../../../../../../ch.postfinance.zvis.primitives/src-gen/ch/postfinance/zvis/primitives/Primitives.ecore#//Stype"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="altname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructShare"> <eStructuralFeatures xsi:type="ecore:EReference" name="attr" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass ../../../../../../../ch.postfinance.zvis.primitives/src-gen/ch/postfinance/zvis/primitives/Primitives.ecore#//Stype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Mtype"> <eLiterals name="KUDA" literal="Kuda"/> <eLiterals name="KOBE" value="1" literal="Kobe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KudaType"> <eLiterals name="MAIN" literal="Kuda-Main"/> <eLiterals name="PUBLISH" value="1" literal="Kuda-Publish"/> <eLiterals name="TIPO" value="2" literal="Kuda-Tipo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KobeType"> <eLiterals name="MAIN" literal="Kobe-Main"/> <eLiterals name="AUSW" value="1" literal="Kobe-Auswertung"/> <eLiterals name="KORA" value="2" literal="Kobe-Kora"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KudaReplicate"> <eLiterals name="PUBLISH" literal="Krep-Publish"/> <eLiterals name="PUBLISHSTV" value="1" literal="Krep-Publish-Stv"/> <eLiterals name="DWH" value="2" literal="Krep-DWH"/> <eLiterals name="SNAP" value="3" literal="Krep-Snap"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PhysicalDatabase"> <eLiterals name="PDB_ABFRAGE_ARCHIV" literal="PDB_ABFRAGE_ARCHIV"/> <eLiterals name="PDB_ABFRAGE_BUCH_STAMM" value="1" literal="PDB_ABFRAGE_BUCH_STAMM"/> <eLiterals name="PDB_ABFRAGE_ETV" value="2" literal="PDB_ABFRAGE_ETV"/> <eLiterals name="PDB_ABFRAGE_FZK" value="3" literal="PDB_ABFRAGE_FZK"/> <eLiterals name="PDB_ABFRAGE_MON" value="4" literal="PDB_ABFRAGE_MON"/> <eLiterals name="PDB_ABFRAGE_PKT_STAMM" value="5" literal="PDB_ABFRAGE_PKT_STAMM"/> <eLiterals name="PDB_ABFRAGE_VSTI" value="6" literal="PDB_ABFRAGE_VSTI"/> <eLiterals name="PDB_AUSW_KOBE_ARCHIV" value="7" literal="PDB_AUSW_KOBE_ARCHIV"/> <eLiterals name="PDB_AUSW_KOBE_BUCH_STAMM" value="8" literal="PDB_AUSW_KOBE_BUCH_STAMM"/> <eLiterals name="PDB_AUSW_KOBE_MON" value="9" literal="PDB_AUSW_KOBE_MON"/> <eLiterals name="PDB_AUSW_KOBE_PKT_STAMM" value="10" literal="PDB_AUSW_KOBE_PKT_STAMM"/> <eLiterals name="PDB_AUSW_KOBE_STATISTIK" value="11" literal="PDB_AUSW_KOBE_STATISTIK"/> <eLiterals name="PDB_KOBE_AUSW_ADMIN" value="12" literal="PDB_KOBE_AUSW_ADMIN"/> <eLiterals name="PDB_KOBE_DATA" value="13" literal="PDB_KOBE_DATA"/> <eLiterals name="PDB_KOBE_DEZ_STAMM" value="14" literal="PDB_KOBE_DEZ_STAMM"/> <eLiterals name="PDB_KOBE_KNDTEST" value="15" literal="PDB_KOBE_KNDTEST"/> <eLiterals name="PDB_KOBE_PMON" value="16" literal="PDB_KOBE_PMON"/> <eLiterals name="PDB_KOBE_STAMM" value="17" literal="PDB_KOBE_STAMM"/> <eLiterals name="PDB_KOBE_STEUERUNG" value="18" literal="PDB_KOBE_STEUERUNG"/> <eLiterals name="PDB_KOBE_GLOBAL" value="19" literal="PDB_KOBE_GLOBAL"/> <eLiterals name="PDB_KUDA_TRANS_TRANSIT" value="20" literal="PDB_KUDA_TRANS_TRANSIT"/> <eLiterals name="PDB_MANDANT_BUCH_PROV" value="21" literal="PDB_MANDANT_BUCH_PROV"/> <eLiterals name="PDB_MANDANT_BUCH_STAMM" value="22" literal="PDB_MANDANT_BUCH_STAMM"/> <eLiterals name="PDB_MANDANT_MON" value="23" literal="PDB_MANDANT_MON"/> <eLiterals name="PDB_MANDANT_PKT_DATA" value="24" literal="PDB_MANDANT_PKT_DATA"/> <eLiterals name="PDB_MANDANT_PKT_STAMM" value="25" literal="PDB_MANDANT_PKT_STAMM"/> <eLiterals name="PDB_MANDANT_TAG" value="26" literal="PDB_MANDANT_TAG"/> <eLiterals name="PDB_MANDANT_TAG_A" value="27" literal="PDB_MANDANT_TAG_A"/> <eLiterals name="PDB_PART_AUFT" value="28" literal="PDB_PART_AUFT"/> <eLiterals name="PDB_PART_BUCH_PROV" value="29" literal="PDB_PART_BUCH_PROV"/> <eLiterals name="PDB_PART_BUCH_STAMM" value="30" literal="PDB_PART_BUCH_STAMM"/> <eLiterals name="PDB_PART_JAHR" value="31" literal="PDB_PART_JAHR"/> <eLiterals name="PDB_PART_MON" value="32" literal="PDB_PART_MON"/> <eLiterals name="PDB_PART_PKT_DATA" value="33" literal="PDB_PART_PKT_DATA"/> <eLiterals name="PDB_PART_PKT_STAMM" value="34" literal="PDB_PART_PKT_STAMM"/> <eLiterals name="PDB_PART_TAG" value="35" literal="PDB_PART_TAG"/> <eLiterals name="PDB_PART_TAG_A" value="36" literal="PDB_PART_TAG_A"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LockSchema"> <eLiterals name="ALLPAGES" literal="ALLPAGES"/> <eLiterals name="DATAPAGES" value="1" literal="DATAPAGES"/> <eLiterals name="DATAROWS" value="2" literal="DATAROWS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassOrDuplicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abbrev" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reps" unique="false" upperBound="-1" eType="#//KudaReplicate"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Dbmodel.ecore
ecore
dbmodel DbModel name mtype kudaType kobeType version doAll imports subjects classes duplicates Import importedNamespace Subject name Class subject descr noDBio publish vmaj vmin pubspec pubname whereclause aName archivIndex attributes primkey indices pdbs Duplicate orig Attribute name type descr foreign forattr exttable extattr immutable nullOK kuko kukoindex kukoonly shrs ovride shared isPublic optional archiv aName sybident logattr isInDB Primkey pkeys Index kuko name unique attrs IndexRef index isPrimkey clustered attr Pdb name indices lockSchema tablePartitioning Ltype type StructOverride part altname StructShare attr part Mtype KUDA Kuda KOBE Kobe KudaType MAIN Kuda-Main PUBLISH Kuda-Publish TIPO Kuda-Tipo KobeType MAIN Kobe-Main AUSW Kobe-Auswertung KORA Kobe-Kora KudaReplicate PUBLISH Krep-Publish PUBLISHSTV Krep-Publish-Stv DWH Krep-DWH SNAP Krep-Snap PhysicalDatabase PDB_ABFRAGE_ARCHIV PDB_ABFRAGE_ARCHIV PDB_ABFRAGE_BUCH_STAMM PDB_ABFRAGE_BUCH_STAMM PDB_ABFRAGE_ETV PDB_ABFRAGE_ETV PDB_ABFRAGE_FZK PDB_ABFRAGE_FZK PDB_ABFRAGE_MON PDB_ABFRAGE_MON PDB_ABFRAGE_PKT_STAMM PDB_ABFRAGE_PKT_STAMM PDB_ABFRAGE_VSTI PDB_ABFRAGE_VSTI PDB_AUSW_KOBE_ARCHIV PDB_AUSW_KOBE_ARCHIV PDB_AUSW_KOBE_BUCH_STAMM PDB_AUSW_KOBE_BUCH_STAMM PDB_AUSW_KOBE_MON PDB_AUSW_KOBE_MON PDB_AUSW_KOBE_PKT_STAMM PDB_AUSW_KOBE_PKT_STAMM PDB_AUSW_KOBE_STATISTIK PDB_AUSW_KOBE_STATISTIK PDB_KOBE_AUSW_ADMIN PDB_KOBE_AUSW_ADMIN PDB_KOBE_DATA PDB_KOBE_DATA PDB_KOBE_DEZ_STAMM PDB_KOBE_DEZ_STAMM PDB_KOBE_KNDTEST PDB_KOBE_KNDTEST PDB_KOBE_PMON PDB_KOBE_PMON PDB_KOBE_STAMM PDB_KOBE_STAMM PDB_KOBE_STEUERUNG PDB_KOBE_STEUERUNG PDB_KOBE_GLOBAL PDB_KOBE_GLOBAL PDB_KUDA_TRANS_TRANSIT PDB_KUDA_TRANS_TRANSIT PDB_MANDANT_BUCH_PROV PDB_MANDANT_BUCH_PROV PDB_MANDANT_BUCH_STAMM PDB_MANDANT_BUCH_STAMM PDB_MANDANT_MON PDB_MANDANT_MON PDB_MANDANT_PKT_DATA PDB_MANDANT_PKT_DATA PDB_MANDANT_PKT_STAMM PDB_MANDANT_PKT_STAMM PDB_MANDANT_TAG PDB_MANDANT_TAG PDB_MANDANT_TAG_A PDB_MANDANT_TAG_A PDB_PART_AUFT PDB_PART_AUFT PDB_PART_BUCH_PROV PDB_PART_BUCH_PROV PDB_PART_BUCH_STAMM PDB_PART_BUCH_STAMM PDB_PART_JAHR PDB_PART_JAHR PDB_PART_MON PDB_PART_MON PDB_PART_PKT_DATA PDB_PART_PKT_DATA PDB_PART_PKT_STAMM PDB_PART_PKT_STAMM PDB_PART_TAG PDB_PART_TAG PDB_PART_TAG_A PDB_PART_TAG_A LockSchema ALLPAGES ALLPAGES DATAPAGES DATAPAGES DATAROWS DATAROWS ClassOrDuplicate name abbrev reps
null
{"directed":true,"nodes":[{"nsPrefix":"dbmodel","nsURI":"http://www.postfinance.ch/zvis/zimt/dbmodel/Dbmodel","name":"dbmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subject","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duplicate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primkey","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexRef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pdb","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ltype","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructOverride","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructShare","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Mtype","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"KudaType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"KobeType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"KudaReplicate","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PhysicalDatabase","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LockSchema","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassOrDuplicate","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mtype","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kudaType","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kobeType","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doAll","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"duplicates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descr","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noDBio","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publish","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vmaj","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vmin","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pubspec","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pubname","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whereclause","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aName","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"archivIndex","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primkey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pdbs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"orig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descr","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foreign","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forattr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exttable","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extattr","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"immutable","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullOK","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kuko","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kukoindex","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kukoonly","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ovride","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shared","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPublic","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"archiv","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aName","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sybident","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logattr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInDB","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"pkeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kuko","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPrimkey","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clustered","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lockSchema","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tablePartitioning","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"altname","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"name":"KUDA","id":159,"value":0,"literal":"Kuda","eClass":"EEnumLiteral"},{"name":"KOBE","id":160,"value":1,"literal":"Kobe","eClass":"EEnumLiteral"},{"name":"MAIN","id":161,"value":0,"literal":"Kuda-Main","eClass":"EEnumLiteral"},{"name":"PUBLISH","id":162,"value":1,"literal":"Kuda-Publish","eClass":"EEnumLiteral"},{"name":"TIPO","id":163,"value":2,"literal":"Kuda-Tipo","eClass":"EEnumLiteral"},{"name":"MAIN","id":164,"value":0,"literal":"Kobe-Main","eClass":"EEnumLiteral"},{"name":"AUSW","id":165,"value":1,"literal":"Kobe-Auswertung","eClass":"EEnumLiteral"},{"name":"KORA","id":166,"value":2,"literal":"Kobe-Kora","eClass":"EEnumLiteral"},{"name":"PUBLISH","id":167,"value":0,"literal":"Krep-Publish","eClass":"EEnumLiteral"},{"name":"PUBLISHSTV","id":168,"value":1,"literal":"Krep-Publish-Stv","eClass":"EEnumLiteral"},{"name":"DWH","id":169,"value":2,"literal":"Krep-DWH","eClass":"EEnumLiteral"},{"name":"SNAP","id":170,"value":3,"literal":"Krep-Snap","eClass":"EEnumLiteral"},{"name":"PDB_ABFRAGE_ARCHIV","id":171,"value":0,"literal":"PDB_ABFRAGE_ARCHIV","eClass":"EEnumLiteral"},{"name":"PDB_ABFRAGE_BUCH_STAMM","id":172,"value":1,"literal":"PDB_ABFRAGE_BUCH_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_ABFRAGE_ETV","id":173,"value":2,"literal":"PDB_ABFRAGE_ETV","eClass":"EEnumLiteral"},{"name":"PDB_ABFRAGE_FZK","id":174,"value":3,"literal":"PDB_ABFRAGE_FZK","eClass":"EEnumLiteral"},{"name":"PDB_ABFRAGE_MON","id":175,"value":4,"literal":"PDB_ABFRAGE_MON","eClass":"EEnumLiteral"},{"name":"PDB_ABFRAGE_PKT_STAMM","id":176,"value":5,"literal":"PDB_ABFRAGE_PKT_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_ABFRAGE_VSTI","id":177,"value":6,"literal":"PDB_ABFRAGE_VSTI","eClass":"EEnumLiteral"},{"name":"PDB_AUSW_KOBE_ARCHIV","id":178,"value":7,"literal":"PDB_AUSW_KOBE_ARCHIV","eClass":"EEnumLiteral"},{"name":"PDB_AUSW_KOBE_BUCH_STAMM","id":179,"value":8,"literal":"PDB_AUSW_KOBE_BUCH_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_AUSW_KOBE_MON","id":180,"value":9,"literal":"PDB_AUSW_KOBE_MON","eClass":"EEnumLiteral"},{"name":"PDB_AUSW_KOBE_PKT_STAMM","id":181,"value":10,"literal":"PDB_AUSW_KOBE_PKT_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_AUSW_KOBE_STATISTIK","id":182,"value":11,"literal":"PDB_AUSW_KOBE_STATISTIK","eClass":"EEnumLiteral"},{"name":"PDB_KOBE_AUSW_ADMIN","id":183,"value":12,"literal":"PDB_KOBE_AUSW_ADMIN","eClass":"EEnumLiteral"},{"name":"PDB_KOBE_DATA","id":184,"value":13,"literal":"PDB_KOBE_DATA","eClass":"EEnumLiteral"},{"name":"PDB_KOBE_DEZ_STAMM","id":185,"value":14,"literal":"PDB_KOBE_DEZ_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_KOBE_KNDTEST","id":186,"value":15,"literal":"PDB_KOBE_KNDTEST","eClass":"EEnumLiteral"},{"name":"PDB_KOBE_PMON","id":187,"value":16,"literal":"PDB_KOBE_PMON","eClass":"EEnumLiteral"},{"name":"PDB_KOBE_STAMM","id":188,"value":17,"literal":"PDB_KOBE_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_KOBE_STEUERUNG","id":189,"value":18,"literal":"PDB_KOBE_STEUERUNG","eClass":"EEnumLiteral"},{"name":"PDB_KOBE_GLOBAL","id":190,"value":19,"literal":"PDB_KOBE_GLOBAL","eClass":"EEnumLiteral"},{"name":"PDB_KUDA_TRANS_TRANSIT","id":191,"value":20,"literal":"PDB_KUDA_TRANS_TRANSIT","eClass":"EEnumLiteral"},{"name":"PDB_MANDANT_BUCH_PROV","id":192,"value":21,"literal":"PDB_MANDANT_BUCH_PROV","eClass":"EEnumLiteral"},{"name":"PDB_MANDANT_BUCH_STAMM","id":193,"value":22,"literal":"PDB_MANDANT_BUCH_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_MANDANT_MON","id":194,"value":23,"literal":"PDB_MANDANT_MON","eClass":"EEnumLiteral"},{"name":"PDB_MANDANT_PKT_DATA","id":195,"value":24,"literal":"PDB_MANDANT_PKT_DATA","eClass":"EEnumLiteral"},{"name":"PDB_MANDANT_PKT_STAMM","id":196,"value":25,"literal":"PDB_MANDANT_PKT_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_MANDANT_TAG","id":197,"value":26,"literal":"PDB_MANDANT_TAG","eClass":"EEnumLiteral"},{"name":"PDB_MANDANT_TAG_A","id":198,"value":27,"literal":"PDB_MANDANT_TAG_A","eClass":"EEnumLiteral"},{"name":"PDB_PART_AUFT","id":199,"value":28,"literal":"PDB_PART_AUFT","eClass":"EEnumLiteral"},{"name":"PDB_PART_BUCH_PROV","id":200,"value":29,"literal":"PDB_PART_BUCH_PROV","eClass":"EEnumLiteral"},{"name":"PDB_PART_BUCH_STAMM","id":201,"value":30,"literal":"PDB_PART_BUCH_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_PART_JAHR","id":202,"value":31,"literal":"PDB_PART_JAHR","eClass":"EEnumLiteral"},{"name":"PDB_PART_MON","id":203,"value":32,"literal":"PDB_PART_MON","eClass":"EEnumLiteral"},{"name":"PDB_PART_PKT_DATA","id":204,"value":33,"literal":"PDB_PART_PKT_DATA","eClass":"EEnumLiteral"},{"name":"PDB_PART_PKT_STAMM","id":205,"value":34,"literal":"PDB_PART_PKT_STAMM","eClass":"EEnumLiteral"},{"name":"PDB_PART_TAG","id":206,"value":35,"literal":"PDB_PART_TAG","eClass":"EEnumLiteral"},{"name":"PDB_PART_TAG_A","id":207,"value":36,"literal":"PDB_PART_TAG_A","eClass":"EEnumLiteral"},{"name":"ALLPAGES","id":208,"value":0,"literal":"ALLPAGES","eClass":"EEnumLiteral"},{"name":"DATAPAGES","id":209,"value":1,"literal":"DATAPAGES","eClass":"EEnumLiteral"},{"name":"DATAROWS","id":210,"value":2,"literal":"DATAROWS","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abbrev","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"reps","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":21,"target":31},{"source":21,"target":1},{"source":22,"target":14},{"source":22,"target":32},{"source":22,"target":1},{"source":32,"target":14},{"source":23,"target":15},{"source":23,"target":33},{"source":23,"target":1},{"source":33,"target":15},{"source":24,"target":16},{"source":24,"target":34},{"source":24,"target":1},{"source":34,"target":16},{"source":25,"target":35},{"source":25,"target":1},{"source":26,"target":36},{"source":26,"target":1},{"source":27,"target":2},{"source":27,"target":37},{"source":27,"target":1},{"source":37,"target":2},{"source":28,"target":3},{"source":28,"target":38},{"source":28,"target":1},{"source":38,"target":3},{"source":29,"target":4},{"source":29,"target":39},{"source":29,"target":1},{"source":39,"target":4},{"source":30,"target":5},{"source":30,"target":40},{"source":30,"target":1},{"source":40,"target":5},{"source":2,"target":0},{"source":2,"target":41},{"source":41,"target":42},{"source":41,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":43,"target":44},{"source":43,"target":3},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":45,"target":3},{"source":45,"target":61},{"source":45,"target":4},{"source":61,"target":3},{"source":46,"target":62},{"source":46,"target":4},{"source":47,"target":63},{"source":47,"target":4},{"source":48,"target":64},{"source":48,"target":4},{"source":49,"target":65},{"source":49,"target":4},{"source":50,"target":66},{"source":50,"target":4},{"source":51,"target":67},{"source":51,"target":4},{"source":52,"target":68},{"source":52,"target":4},{"source":53,"target":69},{"source":53,"target":4},{"source":54,"target":70},{"source":54,"target":4},{"source":55,"target":71},{"source":55,"target":4},{"source":56,"target":6},{"source":56,"target":72},{"source":56,"target":4},{"source":72,"target":6},{"source":57,"target":7},{"source":57,"target":73},{"source":57,"target":4},{"source":73,"target":7},{"source":58,"target":8},{"source":58,"target":74},{"source":58,"target":4},{"source":74,"target":8},{"source":59,"target":10},{"source":59,"target":75},{"source":59,"target":4},{"source":75,"target":10},{"source":60,"target":20},{"source":5,"target":0},{"source":5,"target":20},{"source":5,"target":76},{"source":5,"target":77},{"source":76,"target":4},{"source":76,"target":78},{"source":76,"target":5},{"source":78,"target":4},{"source":77,"target":20},{"source":6,"target":0},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":79,"target":101},{"source":79,"target":6},{"source":80,"target":11},{"source":80,"target":102},{"source":80,"target":6},{"source":102,"target":11},{"source":81,"target":103},{"source":81,"target":6},{"source":82,"target":104},{"source":82,"target":6},{"source":83,"target":6},{"source":83,"target":105},{"source":83,"target":6},{"source":105,"target":6},{"source":84,"target":106},{"source":84,"target":6},{"source":85,"target":107},{"source":85,"target":6},{"source":86,"target":108},{"source":86,"target":6},{"source":87,"target":109},{"source":87,"target":6},{"source":88,"target":110},{"source":88,"target":6},{"source":89,"target":111},{"source":89,"target":6},{"source":90,"target":112},{"source":90,"target":6},{"source":91,"target":13},{"source":91,"target":113},{"source":91,"target":6},{"source":113,"target":13},{"source":92,"target":12},{"source":92,"target":114},{"source":92,"target":6},{"source":114,"target":12},{"source":93,"target":115},{"source":93,"target":6},{"source":94,"target":116},{"source":94,"target":6},{"source":95,"target":117},{"source":95,"target":6},{"source":96,"target":118},{"source":96,"target":6},{"source":97,"target":119},{"source":97,"target":6},{"source":98,"target":120},{"source":98,"target":6},{"source":99,"target":6},{"source":99,"target":121},{"source":99,"target":6},{"source":121,"target":6},{"source":100,"target":122},{"source":100,"target":6},{"source":7,"target":0},{"source":7,"target":123},{"source":123,"target":6},{"source":123,"target":124},{"source":123,"target":7},{"source":124,"target":6},{"source":8,"target":0},{"source":8,"target":125},{"source":8,"target":126},{"source":8,"target":127},{"source":8,"target":128},{"source":125,"target":129},{"source":125,"target":8},{"source":126,"target":130},{"source":126,"target":8},{"source":127,"target":131},{"source":127,"target":8},{"source":128,"target":6},{"source":128,"target":132},{"source":128,"target":8},{"source":132,"target":6},{"source":9,"target":0},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":133,"target":8},{"source":133,"target":137},{"source":133,"target":9},{"source":137,"target":8},{"source":134,"target":138},{"source":134,"target":9},{"source":135,"target":139},{"source":135,"target":9},{"source":136,"target":6},{"source":136,"target":140},{"source":136,"target":9},{"source":140,"target":6},{"source":10,"target":0},{"source":10,"target":141},{"source":10,"target":142},{"source":10,"target":143},{"source":10,"target":144},{"source":141,"target":18},{"source":141,"target":145},{"source":141,"target":10},{"source":145,"target":18},{"source":142,"target":9},{"source":142,"target":146},{"source":142,"target":10},{"source":146,"target":9},{"source":143,"target":19},{"source":143,"target":147},{"source":143,"target":10},{"source":147,"target":19},{"source":144,"target":148},{"source":144,"target":10},{"source":11,"target":0},{"source":11,"target":149},{"source":149,"target":150},{"source":149,"target":11},{"source":12,"target":0},{"source":12,"target":151},{"source":12,"target":152},{"source":151,"target":153},{"source":151,"target":12},{"source":152,"target":154},{"source":152,"target":12},{"source":13,"target":0},{"source":13,"target":155},{"source":13,"target":156},{"source":155,"target":6},{"source":155,"target":157},{"source":155,"target":13},{"source":157,"target":6},{"source":156,"target":158},{"source":156,"target":13},{"source":14,"target":0},{"source":14,"target":159},{"source":14,"target":160},{"source":159,"target":14},{"source":160,"target":14},{"source":15,"target":0},{"source":15,"target":161},{"source":15,"target":162},{"source":15,"target":163},{"source":161,"target":15},{"source":162,"target":15},{"source":163,"target":15},{"source":16,"target":0},{"source":16,"target":164},{"source":16,"target":165},{"source":16,"target":166},{"source":164,"target":16},{"source":165,"target":16},{"source":166,"target":16},{"source":17,"target":0},{"source":17,"target":167},{"source":17,"target":168},{"source":17,"target":169},{"source":17,"target":170},{"source":167,"target":17},{"source":168,"target":17},{"source":169,"target":17},{"source":170,"target":17},{"source":18,"target":0},{"source":18,"target":171},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":18,"target":175},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":18,"target":181},{"source":18,"target":182},{"source":18,"target":183},{"source":18,"target":184},{"source":18,"target":185},{"source":18,"target":186},{"source":18,"target":187},{"source":18,"target":188},{"source":18,"target":189},{"source":18,"target":190},{"source":18,"target":191},{"source":18,"target":192},{"source":18,"target":193},{"source":18,"target":194},{"source":18,"target":195},{"source":18,"target":196},{"source":18,"target":197},{"source":18,"target":198},{"source":18,"target":199},{"source":18,"target":200},{"source":18,"target":201},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":18,"target":207},{"source":171,"target":18},{"source":172,"target":18},{"source":173,"target":18},{"source":174,"target":18},{"source":175,"target":18},{"source":176,"target":18},{"source":177,"target":18},{"source":178,"target":18},{"source":179,"target":18},{"source":180,"target":18},{"source":181,"target":18},{"source":182,"target":18},{"source":183,"target":18},{"source":184,"target":18},{"source":185,"target":18},{"source":186,"target":18},{"source":187,"target":18},{"source":188,"target":18},{"source":189,"target":18},{"source":190,"target":18},{"source":191,"target":18},{"source":192,"target":18},{"source":193,"target":18},{"source":194,"target":18},{"source":195,"target":18},{"source":196,"target":18},{"source":197,"target":18},{"source":198,"target":18},{"source":199,"target":18},{"source":200,"target":18},{"source":201,"target":18},{"source":202,"target":18},{"source":203,"target":18},{"source":204,"target":18},{"source":205,"target":18},{"source":206,"target":18},{"source":207,"target":18},{"source":19,"target":0},{"source":19,"target":208},{"source":19,"target":209},{"source":19,"target":210},{"source":208,"target":19},{"source":209,"target":19},{"source":210,"target":19},{"source":20,"target":0},{"source":20,"target":211},{"source":20,"target":212},{"source":20,"target":213},{"source":211,"target":214},{"source":211,"target":20},{"source":212,"target":215},{"source":212,"target":20},{"source":213,"target":17},{"source":213,"target":216},{"source":213,"target":20},{"source":216,"target":17}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rif11a" nsURI="http://automotive-his.de/200706/rif" nsPrefix="rif"> <eSubpackages name="rif" nsURI="http://automotive-his.de/200706/rif/rif" nsPrefix="rif"> <eSubpackages name="ExchangeFile" nsURI="http://automotive-his.de/200706/rif/rif/ef" nsPrefix="rif"> <eClassifiers xsi:type="ecore:EClass" name="SpecHierarchyRoot" eSuperTypes="#//rif/ExchangeFile/SpecElementWithUserDefinedAttributes"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The root element of the tree that constitutes the structure of SpecObjects.&#xA;Klärt, ob Haupt-Kapitel modifiziert werden dürfen und ob der Name der Hierachie geändert werden kann.&#xA;Vererbt an die Haupt-Kapitel und an die Attribute der Hierarchie.&#xA;&#xA;Bezieht sich NICHT auf die inhalte der Anforderungen und deren Attribute in der Gruppe."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//rif/ExchangeFile/SpecHierarchy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecElementWithUserDefinedAttributes" abstract="true" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An abstract super-class for those specification elements that can have user defined attributes (at the moment SpecGroup, SpecHierarchyRoot, SpecObject, SpecRelation).&#xA;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/SpecType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/AttributeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identifiable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" ordered="false" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Identifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastChange" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/DateTime"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longName" ordered="false" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecType" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the type of the specification.&#xA;&#xA;Here, the set of requirement attributes together with their data types makes up the &quot;type of specification&quot;.&#xA;Name des SpecTypes.&#xA;Attribut-Definitionen hinzufügen oder löschen.&#xA;Vererbt an die AttributeDefinitions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="specAttributes" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/AttributeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDefinition" abstract="true" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The abstract super-class for the different types of &quot;attribute definitions&quot;.&#xA;&#xA;The &quot;attribute definition&quot; is in priniciple the definition of an attribute column wihtin an RE/RM tool (but without concrete values).&#xA;Name des Attributs.&#xA;Zuordnung des Datentyps zum Attribut, aber NICHT die Datentypdefinition selbst.&#xA;Default-Wert.&#xA;&#xA;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValue" abstract="true" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The abstract super-class for concrete values of the different data type.&#xA;Inhalt der Eigenschaft (Wert) bzw. die Referenz bei verknüpften Inhalten.&#xA;&#xA;Formal eigentlich auch die Zuordnung zur AttributeDefinition, aber das macht praktisch eigentlich keinen Sinn."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecHierarchy" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The nodes of the tree that constitutes the structure of SpecObjects.&#xA;&#xA;The tree is created by references of SpecHierarchy instances to other SpecHierarchy instances. Each node has additionally a reference to a SpecObject resulting in a hierarchical structure of SpecObjects.&#xA;Dient dazu, für Unterkapitel zu kennzeichnen, ob innerhalb dieses Unterkapitels umstrukturiert und ergänzt bzw. gelöscht werden darf.&#xA;Hat aber nichts mit den Inhalten der SpecObjekte und deren Eigenschaften zu tun, nur mit der Kapitelstruktur als solches!&#xA;Vorsicht: Dadurch können aus Knoten (Überschriften) Blätter (Anforderungen) gemacht werden und umgekehrt.&#xA;Vererbt rekursiv an die Unter-Unter-Kapitel."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/SpecObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//rif/ExchangeFile/SpecHierarchy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecObject" eSuperTypes="#//rif/ExchangeFile/SpecElementWithUserDefinedAttributes"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The atomic specification object.&#xA;Darf die Anforderung umbenannt werden (falls wir den LongName aus Identifiable überhaupt benutzen wollen)?&#xA;Darf der SpecType der Anforderung verändert werden?&#xA;&#xA;Vererbt an die Attribute-Values.&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecGroup" eSuperTypes="#//rif/ExchangeFile/SpecElementWithUserDefinedAttributes"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Constitutes a group of SpecObjects that belong together.&#xA;A group of SpecObjects is a simple set, i.e. no structure or order is implicited by SpecGroup.&#xA;Darf die Gruppe umbenannt werden?&#xA;Darf der SpecType der Gruppe verändert werden?&#xA;Dürfen der Gruppe neue Anforderungen hinzugefügt oder daraus gelöscht werden?&#xA;Vererbt an die Gruppen-Attribute.&#xA;Vererbt an die RelationGroups.&#xA;&#xA;Bezieht sich NICHT auf die inhalte der Anforderungen und deren Attribute in der Gruppe."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="specObjects" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationGroups" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/RelationGroup" containment="true" eOpposite="#//rif/ExchangeFile/RelationGroup/sourceGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationGroup" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a relation type.&#xA;&#xA;Any relation between two SpecObjects must be of a certain type. I.e., any relation must belong to a RelationGroup which specifies the relation type.&#xA;Insbesondere wird hier festgelegt, wer neue Relationen anlegen darf, die zu dieser RelationGroup gehören sollen. Damit kann eingeschränkt werden, wer Traces erzeugen soll, die von den Objekten der Eltern SpecGroup ausgehen.&#xA;Bezieht sich auch auf die Auswahl der TargetGroup und des vorgesehenen SpecType der SpecRelation Objekte in der RelationGroup."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="specRelations" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecRelation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationType" ordered="false" unique="false" eType="#//rif/ExchangeFile/SpecType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceGroup" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/SpecGroup" eOpposite="#//rif/ExchangeFile/SpecGroup/relationGroups"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecRelation" eSuperTypes="#//rif/ExchangeFile/SpecElementWithUserDefinedAttributes"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates a relation between two SpecObjects.&#xA;Darf die einzelne Relation umbenannt werden (falls wir den LongName aus Identifiable dafür überhaupt benutzen wollen)?&#xA;Darf der SpecType der Relation verändert werden?&#xA;Dürfen Source- und Target der Relation verändert werden?&#xA;Vererbt an die AttributeValues.&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/SpecObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/SpecObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinition" abstract="true" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The abstract super-class for the different data types.&#xA;Name des Datentyps.&#xA;Definition des Datentyps.&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessPolicy" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessMode" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/AccessPolicyAccessModeEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specGroups" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeDefinitions" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/AttributeDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationGroups" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/RelationGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datatypeDefinitions" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/DatatypeDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specRelations" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecRelation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeValues" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/AttributeValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specTypes" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specHierarchies" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecHierarchy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specObjects" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specHierarchyRoots" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecHierarchyRoot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDefinitionComplex" eSuperTypes="#//rif/ExchangeFile/AttributeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a requirement attribute that is based on a complex data type.&#xA;&#xA;In principle, this element constitutes an attribute column that can contain &quot;complex&quot; values of a certain complex data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/DatatypeDefinitionComplex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" unique="false" eType="#//rif/ExchangeFile/AttributeValueComplex" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionComplex" abstract="true" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a complex data type.&#xA;&#xA;&quot;Complex data&quot; contains either XML data that is validated against a different XML-Schema, or binary data."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="embedded" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueComplex" abstract="true" eSuperTypes="#//rif/ExchangeFile/AttributeValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The abstract super-class for complex data."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDefinitionEnumeration" eSuperTypes="#//rif/ExchangeFile/AttributeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a requirement attribute that is based on an &quot;Enumeration&quot; data type.&#xA;&#xA;In principle, this element constitutes an attribute column that can contain enumeration values of a certain enumeration data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiValued" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/DatatypeDefinitionEnumeration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" unique="false" eType="#//rif/ExchangeFile/AttributeValueEnumeration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionEnumeration" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of an &quot;Enumeration&quot; data type.&#xA;&#xA;This definition is constituted by aggregating the possible enumeration values for the enumeration data type being defined."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedValues" upperBound="-1" eType="#//rif/ExchangeFile/EnumValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumValue" eSuperTypes="#//rif/ExchangeFile/Identifiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a possible enumeration value.&#xA;&#xA;An enumeration data type is constituted by a set of possible enumeration values.&#xA;&#xA;The enumeration value names are given in &quot;longName&quot; of the parent element &quot;Identifiable&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/EmbeddedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains additional data for an enumeration value.&#xA;&#xA;Possible data is e.g. a key, a color."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="otherContent" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueEnumeration" eSuperTypes="#//rif/ExchangeFile/AttributeValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the concrete values of an &quot;Enumeration&quot; data type.&#xA;&#xA;Note that in case of &quot;multi value enumerations&quot;, a set of different enumeration values can be specified.&#xA;&#xA;The value is thus indicated by multiple references (&quot;values&quot;) to enumeration values that are contained in the associated enumeration data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false" unique="false" upperBound="-1" eType="#//rif/ExchangeFile/EnumValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/AttributeDefinitionEnumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDefinitionSimple" eSuperTypes="#//rif/ExchangeFile/AttributeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a requirement attribute that is based on a simple data type.&#xA;&#xA;In principle, this element constitutes an attribute column that can contain values of one of the data types &quot;Integer&quot;, &quot;Boolean&quot;, &quot;Real&quot; or &quot;String&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/DatatypeDefinitionSimple"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" unique="false" eType="#//rif/ExchangeFile/AttributeValueSimple" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionSimple" abstract="true" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The abstract super-class for definition of the simple data types."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueSimple" eSuperTypes="#//rif/ExchangeFile/AttributeValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the concrete value of a simple data type.&#xA;&#xA;The value is encoded as a string in &quot;theValue&quot;. No type checking is done by the resulting Schema. The importer of the tool has to verify the correct type of the value in &quot;theValue&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="theValue" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/AttributeDefinitionSimple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueEmbeddedDocument" eSuperTypes="#//rif/ExchangeFile/AttributeValueComplex"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/AttributeDefinitionComplex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xhtmlContent" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/DataTypes/XhtmlContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueEmbeddedFile" eSuperTypes="#//rif/ExchangeFile/AttributeValueComplex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The complex data that is encoded and embedded in the XML file."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/AttributeDefinitionComplex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binaryContent" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/DataTypes/BinaryContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueFileReference" eSuperTypes="#//rif/ExchangeFile/AttributeValueComplex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reference to the complex data that is stored in an external file."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathToFile" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/AttributeDefinitionComplex"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueXmlData" eSuperTypes="#//rif/ExchangeFile/AttributeValueComplex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Wrapper for a different namespace (e.g. for XHTML)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/AttributeDefinitionComplex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xmlContent" ordered="false" unique="false" lowerBound="1" eType="#//rif/ExchangeFile/DataTypes/XmlContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionBinaryFile" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinitionComplex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines a complex data type that is based on generic binary data.&#xA;&#xA;It contains further information on the file format, the associated application etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="application" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filenameSuffix" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formatName" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mimeType" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionBoolean" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinitionSimple"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of the simple data type &quot;Boolean&quot;."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionDate" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinitionSimple"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/DatatypeDefinitionDateFormatEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionDocument" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinitionComplex"/> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionInteger" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinitionSimple"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of the simple data type &quot;Integer&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Int"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionReal" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinitionSimple"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of the simple data type &quot;Real&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accuracy" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Float"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Float"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionString" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinitionSimple"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of the simple data type &quot;String&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/Int"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionXmlData" eSuperTypes="#//rif/ExchangeFile/DatatypeDefinitionComplex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines a complex data type that is based on an XML-Schema.&#xA;&#xA;It contains the reference to the XML-Schema on which the complex data is based."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSpaceURI" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RIF"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is the root element.&#xA;&#xA;Instances of concrete elements must directly or indirectly be aggregated by the root element."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countryCode" ordered="false" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationTime" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/DateTime"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceToolId" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" lowerBound="1" eType="#//EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessPolicies" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/AccessPolicy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datatypes" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/DatatypeDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SpecHierarchyRoots" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecHierarchyRoot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specObjects" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specGroups" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specTypes" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specRelations" ordered="false" upperBound="-1" eType="#//rif/ExchangeFile/SpecRelation" containment="true"/> </eClassifiers> <eSubpackages name="DataTypes" nsURI="http://automotive-his.de/200706/rif/rif/dt" nsPrefix="rif"> <eClassifiers xsi:type="ecore:EClass" name="BinaryContent"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Boolean values denotes a logical condition that is either 'true' or 'false'."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DateTime" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A datatype representing a timestamp. The smallest granularity is 1 second."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Float" instanceClassName="java.lang.Double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An instance of float is an element from the set of real numbers. The value must comply with IEEE 754."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Identifier" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Identifier is a string with a number of constraints on its appearance, satisfying the requirements typical programming languages define for their Identifiers: length must not exceed 32 characters, must begin with a letter, must then be followed by letter, digit or underscore."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.math.BigInteger"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An instance of Integer is an element in the (infinite) set of integers( ..., -2, -1, 0, 1, 2, ...). An allowed alias for Integer is Int."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An instance of String defines a sequence of characters. The used character set and encoding is not specified an depends on the system environment (e.g. the encoding of an XML document or the charset of a database)."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="java.math.BigInteger"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An instance of UnlimitedNatural is an element in the infinite set of naturals (0, 1, 2, ...). The value of infinity is shown as asterisk '*'."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XmlContent"/> <eClassifiers xsi:type="ecore:EClass" name="XhtmlContent"/> </eSubpackages> </eSubpackages> </eSubpackages> <eSubpackages name="EA_PrimitiveTypes_Package" nsURI="http:///EA_Model/EA_PrimitiveTypes_Package.ecore" nsPrefix="EA_Model.EA_PrimitiveTypes_Package"> <eSubpackages name="EA_AUTOSARM2_Types_Package" nsURI="http:///EA_Model/EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package.ecore" nsPrefix="EA_Model.EA_PrimitiveTypes_Package.EA_AUTOSARM2_Types_Package"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="enumerationW3CCustom" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="Int" instanceClassName="java.math.BigInteger"/> <eClassifiers xsi:type="ecore:EDataType" name="Float" instanceClassName="java.lang.Double"/> <eClassifiers xsi:type="ecore:EDataType" name="Identifier" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="DateTime" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EEnum" name="AccessPolicyAccessModeEnum"> <eLiterals name="EDIT"/> <eLiterals name="DELETE" value="1"/> <eLiterals name="CREATE" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DatatypeDefinitionDateFormatEnum"> <eLiterals name="W3C"/> <eLiterals name="CUSTOM" value="1"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="UMLStandardProfile" nsURI="http:///EA_Model/UMLStandardProfile.ecore" nsPrefix="EA_Model.UMLStandardProfile"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UML Standard Profile contains several popular stereotypes, tag definitions and constraints described in UML 2 Specifications."/> </eAnnotations> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/rif11a.ecore
ecore
rif11a rif ExchangeFile SpecHierarchyRoot children SpecElementWithUserDefinedAttributes type values Identifiable desc identifier lastChange longName SpecType specAttributes AttributeDefinition AttributeValue SpecHierarchy object children SpecObject SpecGroup specObjects relationGroups RelationGroup specRelations relationType sourceGroup SpecRelation target source DatatypeDefinition AccessPolicy accessMode specGroups attributeDefinitions relationGroups datatypeDefinitions specRelations attributeValues specTypes specHierarchies specObjects specHierarchyRoots AttributeDefinitionComplex type defaultValue DatatypeDefinitionComplex embedded AttributeValueComplex AttributeDefinitionEnumeration multiValued type defaultValue DatatypeDefinitionEnumeration specifiedValues EnumValue properties EmbeddedValue key otherContent AttributeValueEnumeration values definition AttributeDefinitionSimple type defaultValue DatatypeDefinitionSimple AttributeValueSimple theValue definition AttributeValueEmbeddedDocument definition xhtmlContent AttributeValueEmbeddedFile definition binaryContent AttributeValueFileReference pathToFile definition AttributeValueXmlData definition xmlContent DatatypeDefinitionBinaryFile application filenameSuffix formatName mimeType DatatypeDefinitionBoolean DatatypeDefinitionDate format DatatypeDefinitionDocument DatatypeDefinitionInteger max min DatatypeDefinitionReal accuracy max min DatatypeDefinitionString maxLength DatatypeDefinitionXmlData nameSpaceURI schemaLocation RIF author comment countryCode creationTime identifier sourceToolId title version accessPolicies datatypes SpecHierarchyRoots specObjects specGroups specTypes specRelations DataTypes BinaryContent Boolean java.lang.Boolean java.lang.Boolean DateTime javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar Float java.lang.Double java.lang.Double Identifier java.lang.String java.lang.String Integer java.math.BigInteger java.math.BigInteger String java.lang.String java.lang.String UnlimitedNatural java.math.BigInteger java.math.BigInteger XmlContent XhtmlContent EA_PrimitiveTypes_Package EA_AUTOSARM2_Types_Package Boolean java.lang.Boolean java.lang.Boolean enumerationW3CCustom int int Int java.math.BigInteger java.math.BigInteger Float java.lang.Double java.lang.Double Identifier java.lang.String java.lang.String DateTime javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar String java.lang.String java.lang.String AccessPolicyAccessModeEnum EDIT EDIT DELETE DELETE CREATE CREATE DatatypeDefinitionDateFormatEnum W3C W3C CUSTOM CUSTOM UMLStandardProfile
null
{"directed":true,"nodes":[{"nsPrefix":"rif","nsURI":"http://automotive-his.de/200706/rif","name":"rif11a","id":0,"eClass":"EPackage"},{"nsPrefix":"rif","nsURI":"http://automotive-his.de/200706/rif/rif","name":"rif","id":1,"eClass":"EPackage"},{"nsPrefix":"EA_Model.EA_PrimitiveTypes_Package","nsURI":"http:///EA_Model/EA_PrimitiveTypes_Package.ecore","name":"EA_PrimitiveTypes_Package","id":2,"eClass":"EPackage"},{"nsPrefix":"EA_Model.UMLStandardProfile","nsURI":"http:///EA_Model/UMLStandardProfile.ecore","name":"UMLStandardProfile","id":3,"eClass":"EPackage"},{"nsPrefix":"rif","nsURI":"http://automotive-his.de/200706/rif/rif/ef","name":"ExchangeFile","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecHierarchyRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecElementWithUserDefinedAttributes","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinition","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecHierarchy","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecObject","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecGroup","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationGroup","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecRelation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinition","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessPolicy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinitionComplex","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionComplex","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueComplex","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinitionEnumeration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionEnumeration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumValue","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedValue","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueEnumeration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinitionSimple","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionSimple","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueSimple","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueEmbeddedDocument","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueEmbeddedFile","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueFileReference","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueXmlData","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionBinaryFile","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionBoolean","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionDate","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionDocument","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionInteger","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionReal","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionString","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionXmlData","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RIF","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"nsPrefix":"rif","nsURI":"http://automotive-his.de/200706/rif/rif/dt","name":"DataTypes","id":42,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastChange","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":55,"serializable":true,"eClass":"EDataType"},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Identifier","instanceClass":"java.lang.String","id":57,"serializable":true,"eClass":"EDataType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"DateTime","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":59,"serializable":true,"eClass":"EDataType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"specObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"sourceGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"specRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"relationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessMode","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"specGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"attributeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"relationGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"datatypeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"specRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"attributeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"specTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"specHierarchies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"specObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"specHierarchyRoots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessPolicyAccessModeEnum","instanceClass":null,"id":103,"serializable":true,"eClass":"EEnum"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"embedded","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":122,"serializable":true,"eClass":"EDataType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiValued","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specifiedValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"otherContent","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"Int","instanceClass":"java.math.BigInteger","id":140,"serializable":true,"eClass":"EDataType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"theValue","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"xhtmlContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XhtmlContent","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"binaryContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryContent","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"id":170,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathToFile","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"xmlContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlContent","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"id":181,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filenameSuffix","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formatName","changeable":true,"lowerBound":1,"iD":false,"id":184,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mimeType","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"DatatypeDefinitionDateFormatEnum","instanceClass":null,"id":194,"serializable":true,"eClass":"EEnum"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accuracy","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Float","instanceClass":"java.lang.Double","id":207,"serializable":true,"eClass":"EDataType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxLength","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameSpaceURI","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schemaLocation","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"countryCode","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationTime","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceToolId","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessPolicies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"datatypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SpecHierarchyRoots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":248,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"DateTime","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":249,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Float","instanceClass":"java.lang.Double","id":250,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Identifier","instanceClass":"java.lang.String","id":251,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"Integer","instanceClass":"java.math.BigInteger","id":252,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":253,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"UnlimitedNatural","instanceClass":"java.math.BigInteger","id":254,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"EA_Model.EA_PrimitiveTypes_Package.EA_AUTOSARM2_Types_Package","nsURI":"http:///EA_Model/EA_PrimitiveTypes_Package/EA_AUTOSARM2_Types_Package.ecore","name":"EA_AUTOSARM2_Types_Package","id":255,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"enumerationW3CCustom","instanceClass":"int","id":256,"serializable":true,"eClass":"EDataType"},{"name":"EDIT","id":257,"value":0,"literal":"EDIT","eClass":"EEnumLiteral"},{"name":"DELETE","id":258,"value":1,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"CREATE","id":259,"value":2,"literal":"CREATE","eClass":"EEnumLiteral"},{"name":"W3C","id":260,"value":0,"literal":"W3C","eClass":"EEnumLiteral"},{"name":"CUSTOM","id":261,"value":1,"literal":"CUSTOM","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":1},{"source":5,"target":4},{"source":5,"target":6},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":11},{"source":43,"target":45},{"source":43,"target":5},{"source":45,"target":11},{"source":44,"target":6},{"source":6,"target":4},{"source":6,"target":7},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":8},{"source":46,"target":49},{"source":46,"target":6},{"source":49,"target":8},{"source":47,"target":10},{"source":47,"target":50},{"source":47,"target":6},{"source":50,"target":10},{"source":48,"target":7},{"source":7,"target":4},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":51,"target":55},{"source":51,"target":56},{"source":51,"target":7},{"source":56,"target":55},{"source":52,"target":57},{"source":52,"target":58},{"source":52,"target":7},{"source":58,"target":57},{"source":53,"target":59},{"source":53,"target":60},{"source":53,"target":7},{"source":60,"target":59},{"source":54,"target":55},{"source":54,"target":61},{"source":54,"target":7},{"source":61,"target":55},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":62},{"source":8,"target":63},{"source":62,"target":9},{"source":62,"target":64},{"source":62,"target":8},{"source":64,"target":9},{"source":63,"target":7},{"source":9,"target":4},{"source":9,"target":7},{"source":9,"target":65},{"source":65,"target":7},{"source":10,"target":4},{"source":10,"target":7},{"source":10,"target":66},{"source":66,"target":7},{"source":11,"target":4},{"source":11,"target":7},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":67,"target":12},{"source":67,"target":70},{"source":67,"target":11},{"source":70,"target":12},{"source":68,"target":11},{"source":68,"target":71},{"source":68,"target":11},{"source":71,"target":11},{"source":69,"target":7},{"source":12,"target":4},{"source":12,"target":6},{"source":12,"target":72},{"source":72,"target":6},{"source":13,"target":4},{"source":13,"target":6},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":73,"target":12},{"source":73,"target":76},{"source":73,"target":13},{"source":76,"target":12},{"source":74,"target":14},{"source":74,"target":77},{"source":74,"target":13},{"source":74,"target":78},{"source":77,"target":14},{"source":75,"target":6},{"source":14,"target":4},{"source":14,"target":7},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":78},{"source":14,"target":81},{"source":79,"target":15},{"source":79,"target":82},{"source":79,"target":14},{"source":82,"target":15},{"source":80,"target":8},{"source":80,"target":83},{"source":80,"target":14},{"source":83,"target":8},{"source":78,"target":13},{"source":78,"target":84},{"source":78,"target":14},{"source":78,"target":74},{"source":84,"target":13},{"source":81,"target":7},{"source":15,"target":4},{"source":15,"target":6},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":85,"target":12},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":12},{"source":86,"target":12},{"source":86,"target":89},{"source":86,"target":15},{"source":89,"target":12},{"source":87,"target":6},{"source":16,"target":4},{"source":16,"target":7},{"source":16,"target":90},{"source":90,"target":7},{"source":17,"target":4},{"source":17,"target":7},{"source":17,"target":91},{"source":17,"target":92},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":17,"target":96},{"source":17,"target":97},{"source":17,"target":98},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":91,"target":103},{"source":91,"target":104},{"source":91,"target":17},{"source":104,"target":103},{"source":92,"target":13},{"source":92,"target":105},{"source":92,"target":17},{"source":105,"target":13},{"source":93,"target":9},{"source":93,"target":106},{"source":93,"target":17},{"source":106,"target":9},{"source":94,"target":14},{"source":94,"target":107},{"source":94,"target":17},{"source":107,"target":14},{"source":95,"target":16},{"source":95,"target":108},{"source":95,"target":17},{"source":108,"target":16},{"source":96,"target":15},{"source":96,"target":109},{"source":96,"target":17},{"source":109,"target":15},{"source":97,"target":10},{"source":97,"target":110},{"source":97,"target":17},{"source":110,"target":10},{"source":98,"target":8},{"source":98,"target":111},{"source":98,"target":17},{"source":111,"target":8},{"source":99,"target":11},{"source":99,"target":112},{"source":99,"target":17},{"source":112,"target":11},{"source":100,"target":12},{"source":100,"target":113},{"source":100,"target":17},{"source":113,"target":12},{"source":101,"target":5},{"source":101,"target":114},{"source":101,"target":17},{"source":114,"target":5},{"source":102,"target":7},{"source":18,"target":4},{"source":18,"target":9},{"source":18,"target":115},{"source":18,"target":116},{"source":18,"target":117},{"source":115,"target":19},{"source":115,"target":118},{"source":115,"target":18},{"source":118,"target":19},{"source":116,"target":20},{"source":116,"target":119},{"source":116,"target":18},{"source":119,"target":20},{"source":117,"target":9},{"source":19,"target":4},{"source":19,"target":16},{"source":19,"target":120},{"source":19,"target":121},{"source":120,"target":122},{"source":120,"target":123},{"source":120,"target":19},{"source":123,"target":122},{"source":121,"target":16},{"source":20,"target":4},{"source":20,"target":10},{"source":20,"target":124},{"source":124,"target":10},{"source":21,"target":4},{"source":21,"target":9},{"source":21,"target":125},{"source":21,"target":126},{"source":21,"target":127},{"source":21,"target":128},{"source":125,"target":122},{"source":125,"target":129},{"source":125,"target":21},{"source":129,"target":122},{"source":126,"target":22},{"source":126,"target":130},{"source":126,"target":21},{"source":130,"target":22},{"source":127,"target":25},{"source":127,"target":131},{"source":127,"target":21},{"source":131,"target":25},{"source":128,"target":9},{"source":22,"target":4},{"source":22,"target":16},{"source":22,"target":132},{"source":22,"target":133},{"source":132,"target":23},{"source":132,"target":134},{"source":132,"target":22},{"source":134,"target":23},{"source":133,"target":16},{"source":23,"target":4},{"source":23,"target":7},{"source":23,"target":135},{"source":23,"target":136},{"source":135,"target":24},{"source":135,"target":137},{"source":135,"target":23},{"source":137,"target":24},{"source":136,"target":7},{"source":24,"target":4},{"source":24,"target":138},{"source":24,"target":139},{"source":138,"target":140},{"source":138,"target":141},{"source":138,"target":24},{"source":141,"target":140},{"source":139,"target":55},{"source":139,"target":142},{"source":139,"target":24},{"source":142,"target":55},{"source":25,"target":4},{"source":25,"target":10},{"source":25,"target":143},{"source":25,"target":144},{"source":25,"target":145},{"source":143,"target":23},{"source":143,"target":146},{"source":143,"target":25},{"source":146,"target":23},{"source":144,"target":21},{"source":144,"target":147},{"source":144,"target":25},{"source":147,"target":21},{"source":145,"target":10},{"source":26,"target":4},{"source":26,"target":9},{"source":26,"target":148},{"source":26,"target":149},{"source":26,"target":150},{"source":148,"target":27},{"source":148,"target":151},{"source":148,"target":26},{"source":151,"target":27},{"source":149,"target":28},{"source":149,"target":152},{"source":149,"target":26},{"source":152,"target":28},{"source":150,"target":9},{"source":27,"target":4},{"source":27,"target":16},{"source":27,"target":153},{"source":153,"target":16},{"source":28,"target":4},{"source":28,"target":10},{"source":28,"target":154},{"source":28,"target":155},{"source":28,"target":156},{"source":154,"target":55},{"source":154,"target":157},{"source":154,"target":28},{"source":157,"target":55},{"source":155,"target":26},{"source":155,"target":158},{"source":155,"target":28},{"source":158,"target":26},{"source":156,"target":10},{"source":29,"target":4},{"source":29,"target":20},{"source":29,"target":159},{"source":29,"target":160},{"source":29,"target":161},{"source":159,"target":18},{"source":159,"target":162},{"source":159,"target":29},{"source":162,"target":18},{"source":160,"target":163},{"source":160,"target":164},{"source":160,"target":29},{"source":164,"target":163},{"source":161,"target":20},{"source":30,"target":4},{"source":30,"target":20},{"source":30,"target":165},{"source":30,"target":166},{"source":30,"target":167},{"source":165,"target":18},{"source":165,"target":168},{"source":165,"target":30},{"source":168,"target":18},{"source":166,"target":169},{"source":166,"target":170},{"source":166,"target":30},{"source":170,"target":169},{"source":167,"target":20},{"source":31,"target":4},{"source":31,"target":20},{"source":31,"target":171},{"source":31,"target":172},{"source":31,"target":173},{"source":171,"target":55},{"source":171,"target":174},{"source":171,"target":31},{"source":174,"target":55},{"source":172,"target":18},{"source":172,"target":175},{"source":172,"target":31},{"source":175,"target":18},{"source":173,"target":20},{"source":32,"target":4},{"source":32,"target":20},{"source":32,"target":176},{"source":32,"target":177},{"source":32,"target":178},{"source":176,"target":18},{"source":176,"target":179},{"source":176,"target":32},{"source":179,"target":18},{"source":177,"target":180},{"source":177,"target":181},{"source":177,"target":32},{"source":181,"target":180},{"source":178,"target":20},{"source":33,"target":4},{"source":33,"target":19},{"source":33,"target":182},{"source":33,"target":183},{"source":33,"target":184},{"source":33,"target":185},{"source":33,"target":186},{"source":182,"target":55},{"source":182,"target":187},{"source":182,"target":33},{"source":187,"target":55},{"source":183,"target":55},{"source":183,"target":188},{"source":183,"target":33},{"source":188,"target":55},{"source":184,"target":55},{"source":184,"target":189},{"source":184,"target":33},{"source":189,"target":55},{"source":185,"target":55},{"source":185,"target":190},{"source":185,"target":33},{"source":190,"target":55},{"source":186,"target":19},{"source":34,"target":4},{"source":34,"target":27},{"source":34,"target":191},{"source":191,"target":27},{"source":35,"target":4},{"source":35,"target":27},{"source":35,"target":192},{"source":35,"target":193},{"source":192,"target":194},{"source":192,"target":195},{"source":192,"target":35},{"source":195,"target":194},{"source":193,"target":27},{"source":36,"target":4},{"source":36,"target":19},{"source":36,"target":196},{"source":196,"target":19},{"source":37,"target":4},{"source":37,"target":27},{"source":37,"target":197},{"source":37,"target":198},{"source":37,"target":199},{"source":197,"target":140},{"source":197,"target":200},{"source":197,"target":37},{"source":200,"target":140},{"source":198,"target":140},{"source":198,"target":201},{"source":198,"target":37},{"source":201,"target":140},{"source":199,"target":27},{"source":38,"target":4},{"source":38,"target":27},{"source":38,"target":202},{"source":38,"target":203},{"source":38,"target":204},{"source":38,"target":205},{"source":202,"target":140},{"source":202,"target":206},{"source":202,"target":38},{"source":206,"target":140},{"source":203,"target":207},{"source":203,"target":208},{"source":203,"target":38},{"source":208,"target":207},{"source":204,"target":207},{"source":204,"target":209},{"source":204,"target":38},{"source":209,"target":207},{"source":205,"target":27},{"source":39,"target":4},{"source":39,"target":27},{"source":39,"target":210},{"source":39,"target":211},{"source":210,"target":140},{"source":210,"target":212},{"source":210,"target":39},{"source":212,"target":140},{"source":211,"target":27},{"source":40,"target":4},{"source":40,"target":19},{"source":40,"target":213},{"source":40,"target":214},{"source":40,"target":215},{"source":213,"target":55},{"source":213,"target":216},{"source":213,"target":40},{"source":216,"target":55},{"source":214,"target":55},{"source":214,"target":217},{"source":214,"target":40},{"source":217,"target":55},{"source":215,"target":19},{"source":41,"target":4},{"source":41,"target":218},{"source":41,"target":219},{"source":41,"target":220},{"source":41,"target":221},{"source":41,"target":222},{"source":41,"target":223},{"source":41,"target":224},{"source":41,"target":225},{"source":41,"target":226},{"source":41,"target":227},{"source":41,"target":228},{"source":41,"target":229},{"source":41,"target":230},{"source":41,"target":231},{"source":41,"target":232},{"source":218,"target":55},{"source":218,"target":233},{"source":218,"target":41},{"source":233,"target":55},{"source":219,"target":55},{"source":219,"target":234},{"source":219,"target":41},{"source":234,"target":55},{"source":220,"target":55},{"source":220,"target":235},{"source":220,"target":41},{"source":235,"target":55},{"source":221,"target":59},{"source":221,"target":236},{"source":221,"target":41},{"source":236,"target":59},{"source":222,"target":55},{"source":222,"target":237},{"source":222,"target":41},{"source":237,"target":55},{"source":223,"target":55},{"source":223,"target":238},{"source":223,"target":41},{"source":238,"target":55},{"source":224,"target":55},{"source":224,"target":239},{"source":224,"target":41},{"source":239,"target":55},{"source":225,"target":55},{"source":225,"target":240},{"source":225,"target":41},{"source":240,"target":55},{"source":226,"target":17},{"source":226,"target":241},{"source":226,"target":41},{"source":241,"target":17},{"source":227,"target":16},{"source":227,"target":242},{"source":227,"target":41},{"source":242,"target":16},{"source":228,"target":5},{"source":228,"target":243},{"source":228,"target":41},{"source":243,"target":5},{"source":229,"target":12},{"source":229,"target":244},{"source":229,"target":41},{"source":244,"target":12},{"source":230,"target":13},{"source":230,"target":245},{"source":230,"target":41},{"source":245,"target":13},{"source":231,"target":8},{"source":231,"target":246},{"source":231,"target":41},{"source":246,"target":8},{"source":232,"target":15},{"source":232,"target":247},{"source":232,"target":41},{"source":247,"target":15},{"source":42,"target":169},{"source":42,"target":248},{"source":42,"target":249},{"source":42,"target":250},{"source":42,"target":251},{"source":42,"target":252},{"source":42,"target":253},{"source":42,"target":254},{"source":42,"target":180},{"source":42,"target":163},{"source":42,"target":4},{"source":169,"target":42},{"source":248,"target":42},{"source":249,"target":42},{"source":250,"target":42},{"source":251,"target":42},{"source":252,"target":42},{"source":253,"target":42},{"source":254,"target":42},{"source":180,"target":42},{"source":163,"target":42},{"source":2,"target":255},{"source":2,"target":0},{"source":255,"target":122},{"source":255,"target":256},{"source":255,"target":140},{"source":255,"target":207},{"source":255,"target":57},{"source":255,"target":59},{"source":255,"target":55},{"source":255,"target":103},{"source":255,"target":194},{"source":255,"target":2},{"source":122,"target":255},{"source":256,"target":255},{"source":140,"target":255},{"source":207,"target":255},{"source":57,"target":255},{"source":59,"target":255},{"source":55,"target":255},{"source":103,"target":255},{"source":103,"target":257},{"source":103,"target":258},{"source":103,"target":259},{"source":257,"target":103},{"source":258,"target":103},{"source":259,"target":103},{"source":194,"target":255},{"source":194,"target":260},{"source":194,"target":261},{"source":260,"target":194},{"source":261,"target":194},{"source":3,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fhim" nsURI="http://www.openhealthtools.org/mdht/uml/cda/fhim" nsPrefix="fhim"> <eClassifiers xsi:type="ecore:EClass" name="MyDocument" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ContinuityOfCareDocument"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="templateId.root" value="1.2.3.4"/> <details key="constraints.validation.error" value="ContinuityOfCareDocumentTemplateId MyDocumentMySection"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ContinuityOfCareDocumentTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '1.2.3.4')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '1.2.3.4')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ContinuityOfCareDocument/ContinuityOfCareDocumentTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="MyDocumentMySection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(fhim::MySection))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(fhim::MySection))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getMySection" ordered="false" lowerBound="1" eType="#//MySection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(fhim::MySection))->asSequence()->first().oclAsType(fhim::MySection)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(fhim::MySection))->asSequence()->first().oclAsType(fhim::MySection)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MySection" eSuperTypes="../../org.openhealthtools.mdht.uml.cda/model/cda.ecore#//Section"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p align=&quot;left&quot;>&#xD;&#xA; &lt;font size=&quot;2&quot;>Represents the specific reason for which the summarization was generated, such as in response to a&#xD;&#xA; request.&lt;/font>&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; &lt;font size=&quot;2&quot;>The general use case does not require a purpose. Purpose should be utilized when the CCD has a specific&#xD;&#xA; purpose such as a transfer, referral, or patient request.&lt;/font>&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="code.codeSystem" value="2.16.840.1.113883.6.1"/> <details key="templateId.root" value="1.2.3.4.1"/> <details key="code.displayName" value="Summary purpose"/> <details key="constraints.validation.error" value="MySectionTemplateId MySectionCode MySectionTitle"/> <details key="code.codeSystemName" value="LOINC"/> <details key="constraints.validation.warning" value="MySectionMyObservation"/> <details key="code.code" value="48764-5"/> </eAnnotations> <eOperations name="MySectionTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '1.2.3.4.1')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '1.2.3.4.1')"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="MySectionCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.code.oclIsUndefined() and self.code.oclIsKindOf(datatypes::CE) and &#xA;let value : datatypes::CE = self.code.oclAsType(datatypes::CE) in (&#xA;value.code = '48764-5' and value.codeSystem = '2.16.840.1.113883.6.1')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="not self.code.oclIsUndefined() and self.code.oclIsKindOf(datatypes::CE) and &#xA;let value : datatypes::CE = self.code.oclAsType(datatypes::CE) in (&#xA;value.code = '48764-5' and value.codeSystem = '2.16.840.1.113883.6.1')"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="MySectionTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.title.oclIsUndefined()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="not self.title.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="MySectionMyObservation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->one(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(fhim::MyObservation))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->one(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(fhim::MyObservation))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getMyObservation" ordered="false" lowerBound="1" eType="#//MyObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(fhim::MyObservation))->asSequence()->first().oclAsType(fhim::MyObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(fhim::MyObservation))->asSequence()->first().oclAsType(fhim::MyObservation)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MyObservation" eSuperTypes="../../org.openhealthtools.mdht.uml.cda/model/cda.ecore#//Observation"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="templateId.root" value="5.6.7.8"/> <details key="constraints.validation.error" value="MyObservationTemplateId"/> </eAnnotations> <eOperations name="MyObservationTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '5.6.7.8')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '5.6.7.8')"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/FHIMS/FHIM-Historical-Artifacts-Deprecated-/niem/models/org.openhealthtools.mdht.uml.cda.fhim/model/fhim.ecore
ecore
fhim MyDocument ContinuityOfCareDocumentTemplateId diagnostics context MyDocumentMySection diagnostics context getMySection MySection MySectionTemplateId diagnostics context MySectionCode diagnostics context MySectionTitle diagnostics context MySectionMyObservation diagnostics context getMyObservation MyObservation MyObservationTemplateId diagnostics context
null
{"directed":true,"nodes":[{"nsPrefix":"fhim","nsURI":"http://www.openhealthtools.org/mdht/uml/cda/fhim","name":"fhim","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyDocument","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MySection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyObservation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"MyDocumentMySection","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMySection","lowerBound":1,"id":5,"many":false,"required":true,"eClass":"EOperation"},{"id":6,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ContinuityOfCareDocumentTemplateId","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EParameter"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MySectionTemplateId","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MySectionCode","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MySectionTitle","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MySectionMyObservation","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMyObservation","lowerBound":1,"id":27,"many":false,"required":true,"eClass":"EOperation"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EParameter"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MyObservationTemplateId","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":7,"target":8},{"source":7,"target":9},{"source":7,"target":10},{"source":9,"target":11},{"source":9,"target":7},{"source":10,"target":12},{"source":10,"target":7},{"source":12,"target":13},{"source":12,"target":14},{"source":4,"target":15},{"source":4,"target":1},{"source":4,"target":16},{"source":4,"target":17},{"source":16,"target":18},{"source":16,"target":4},{"source":17,"target":19},{"source":17,"target":4},{"source":19,"target":20},{"source":19,"target":21},{"source":5,"target":2},{"source":5,"target":22},{"source":5,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":23,"target":29},{"source":23,"target":2},{"source":23,"target":30},{"source":23,"target":31},{"source":30,"target":32},{"source":30,"target":23},{"source":31,"target":33},{"source":31,"target":23},{"source":33,"target":34},{"source":33,"target":35},{"source":24,"target":36},{"source":24,"target":2},{"source":24,"target":37},{"source":24,"target":38},{"source":37,"target":39},{"source":37,"target":24},{"source":38,"target":40},{"source":38,"target":24},{"source":40,"target":41},{"source":40,"target":42},{"source":25,"target":43},{"source":25,"target":2},{"source":25,"target":44},{"source":25,"target":45},{"source":44,"target":46},{"source":44,"target":25},{"source":45,"target":47},{"source":45,"target":25},{"source":47,"target":48},{"source":47,"target":49},{"source":26,"target":50},{"source":26,"target":2},{"source":26,"target":51},{"source":26,"target":52},{"source":51,"target":53},{"source":51,"target":26},{"source":52,"target":54},{"source":52,"target":26},{"source":54,"target":55},{"source":54,"target":56},{"source":27,"target":3},{"source":27,"target":57},{"source":27,"target":2},{"source":57,"target":3},{"source":3,"target":0},{"source":3,"target":58},{"source":3,"target":59},{"source":58,"target":60},{"source":58,"target":3},{"source":58,"target":61},{"source":58,"target":62},{"source":61,"target":63},{"source":61,"target":58},{"source":62,"target":64},{"source":62,"target":58},{"source":64,"target":65},{"source":64,"target":66}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SkillGraph" nsURI="www.thisisnotarealuri.de" nsPrefix="SkillGraph"> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&quot;&quot;"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abbreviation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&quot;&quot;"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&quot;&quot;"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&quot;&quot;"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" lowerBound="1" eType="#//Graph" eOpposite="#//Graph/parameterList"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" ordered="false" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootNode" lowerBound="1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/graph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="programPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="equations" upperBound="-1" eType="#//Equation" containment="true" eOpposite="#//Equation/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childEdges" upperBound="-1" eType="#//Edge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNodes" unique="false" upperBound="-1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1" eType="#//Requirement" containment="true" eOpposite="#//Requirement/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" upperBound="-1" eType="#//Controller" containment="true" eOpposite="#//Controller/node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="null"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definedVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="null"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="a &lt; b &amp; b &lt; c"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//Node" eOpposite="#//Node/requirements"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equation"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//Node" eOpposite="#//Node/equations"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="equation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childNode" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Category"> <eLiterals name="main" literal="grey"/> <eLiterals name="observable_external_behavior" value="1" literal="yellow"/> <eLiterals name="perception" value="2" literal="green"/> <eLiterals name="planning" value="3" literal="lightblue"/> <eLiterals name="action" value="4" literal="orange"/> <eLiterals name="sensor" value="5" literal="blue"/> <eLiterals name="actuator" value="6" literal="red"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="Functional_Safety_Requirement" literal="FS"/> <eLiterals name="Technical_Safety_Requirement" value="1" literal="TS"/> <eLiterals name="Technical_Requirement" value="2" literal="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controller"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ctrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node" eOpposite="#//Node/controller"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/AlexanderKnueppel/Skeditor/Plugins/de.tubs.skeditor/model/SkillGraph.ecore
ecore
SkillGraph Parameter name "" abbreviation "" unit "" defaultValue "" graph variable false Graph nodes rootNode parameterList Node category name programPath equations childEdges parentNodes requirements controller requiredVariables null definedVariables null Requirement comment term a < b & b < c node type Equation node equation Edge parentNode childNode Category main grey observable_external_behavior yellow perception green planning lightblue action orange sensor blue actuator red Type Functional_Safety_Requirement FS Technical_Safety_Requirement TS Technical_Requirement T Controller ctrl node
null
{"directed":true,"nodes":[{"nsPrefix":"SkillGraph","nsURI":"www.thisisnotarealuri.de","name":"SkillGraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Category","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"abbreviation","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graph","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"programPath","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"parentNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controller","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"null","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"null","unsettable":false,"transient":false,"unique":true,"name":"requiredVariables","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"null","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"null","unsettable":false,"transient":false,"unique":true,"name":"definedVariables","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"a < b & b < c","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"a < b & b < c","unsettable":false,"transient":false,"unique":false,"name":"term","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"equation","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"name":"main","id":65,"value":0,"literal":"grey","eClass":"EEnumLiteral"},{"name":"observable_external_behavior","id":66,"value":1,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"perception","id":67,"value":2,"literal":"green","eClass":"EEnumLiteral"},{"name":"planning","id":68,"value":3,"literal":"lightblue","eClass":"EEnumLiteral"},{"name":"action","id":69,"value":4,"literal":"orange","eClass":"EEnumLiteral"},{"name":"sensor","id":70,"value":5,"literal":"blue","eClass":"EEnumLiteral"},{"name":"actuator","id":71,"value":6,"literal":"red","eClass":"EEnumLiteral"},{"name":"Functional_Safety_Requirement","id":72,"value":0,"literal":"FS","eClass":"EEnumLiteral"},{"name":"Technical_Safety_Requirement","id":73,"value":1,"literal":"TS","eClass":"EEnumLiteral"},{"name":"Technical_Requirement","id":74,"value":2,"literal":"T","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ctrl","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":10,"target":16},{"source":10,"target":1},{"source":11,"target":17},{"source":11,"target":1},{"source":12,"target":18},{"source":12,"target":1},{"source":13,"target":19},{"source":13,"target":1},{"source":14,"target":2},{"source":14,"target":20},{"source":14,"target":1},{"source":14,"target":21},{"source":20,"target":2},{"source":15,"target":22},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":21},{"source":23,"target":3},{"source":23,"target":25},{"source":23,"target":2},{"source":25,"target":3},{"source":24,"target":3},{"source":24,"target":26},{"source":24,"target":2},{"source":26,"target":3},{"source":21,"target":1},{"source":21,"target":27},{"source":21,"target":2},{"source":21,"target":14},{"source":27,"target":1},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":28,"target":7},{"source":28,"target":38},{"source":28,"target":3},{"source":38,"target":7},{"source":29,"target":39},{"source":29,"target":3},{"source":30,"target":40},{"source":30,"target":3},{"source":31,"target":5},{"source":31,"target":41},{"source":31,"target":3},{"source":31,"target":42},{"source":41,"target":5},{"source":32,"target":6},{"source":32,"target":43},{"source":32,"target":3},{"source":43,"target":6},{"source":33,"target":3},{"source":33,"target":44},{"source":33,"target":3},{"source":44,"target":3},{"source":34,"target":4},{"source":34,"target":45},{"source":34,"target":3},{"source":34,"target":46},{"source":45,"target":4},{"source":35,"target":9},{"source":35,"target":47},{"source":35,"target":3},{"source":35,"target":48},{"source":47,"target":9},{"source":36,"target":49},{"source":36,"target":3},{"source":37,"target":50},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":46},{"source":4,"target":53},{"source":51,"target":54},{"source":51,"target":4},{"source":52,"target":55},{"source":52,"target":4},{"source":46,"target":3},{"source":46,"target":56},{"source":46,"target":4},{"source":46,"target":34},{"source":56,"target":3},{"source":53,"target":8},{"source":53,"target":57},{"source":53,"target":4},{"source":57,"target":8},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":58},{"source":42,"target":3},{"source":42,"target":59},{"source":42,"target":5},{"source":42,"target":31},{"source":59,"target":3},{"source":58,"target":60},{"source":58,"target":5},{"source":6,"target":0},{"source":6,"target":61},{"source":6,"target":62},{"source":61,"target":3},{"source":61,"target":63},{"source":61,"target":6},{"source":63,"target":3},{"source":62,"target":3},{"source":62,"target":64},{"source":62,"target":6},{"source":64,"target":3},{"source":7,"target":0},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":65,"target":7},{"source":66,"target":7},{"source":67,"target":7},{"source":68,"target":7},{"source":69,"target":7},{"source":70,"target":7},{"source":71,"target":7},{"source":8,"target":0},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":72,"target":8},{"source":73,"target":8},{"source":74,"target":8},{"source":9,"target":0},{"source":9,"target":75},{"source":9,"target":48},{"source":75,"target":76},{"source":75,"target":9},{"source":48,"target":3},{"source":48,"target":77},{"source":48,"target":9},{"source":48,"target":35},{"source":77,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="compiler" nsURI="http://ww.asup.org/dk/compiler" nsPrefix="dk-compiler"> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" abstract="true" eSuperTypes="../../org.asup.fw.core/model/fw-core.ecore#//ContextProvider"> <eOperations name="equalsTermName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="source" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="target" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getCaseSensitive" lowerBound="1" eType="#//CaseSensitiveType"/> <eOperations name="getCursor" lowerBound="1" eType="ecore:EClass ../../org.asup.il.esql/model/il-esql.ecore#//CursorTerm"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getChildCompilationUnits" upperBound="-1" eType="#//CompilationUnit"/> <eOperations name="getDataSet" lowerBound="1" eType="ecore:EClass ../../org.asup.il.isam/model/il-isam.ecore#//DataSetTerm"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getDataTerm" lowerBound="1"> <eGenericType eClassifier="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//DataTerm"> <eTypeArguments/> </eGenericType> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getDisplay" lowerBound="1" eType="ecore:EClass ../../org.asup.il.isam/model/il-isam.ecore#//DisplayTerm"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getKeyList" lowerBound="1" eType="ecore:EClass ../../org.asup.il.isam/model/il-isam.ecore#//KeyListTerm"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getModule" lowerBound="1" eType="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Module"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getNamedNode" lowerBound="1" eType="ecore:EClass ../../org.asup.il.core/model/il-core.ecore#//NamedNode"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getPrinter" lowerBound="1" eType="ecore:EClass ../../org.asup.il.isam/model/il-isam.ecore#//PrintTerm"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getProcedure" lowerBound="1" eType="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Procedure"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getPrototype" lowerBound="1"> <eGenericType eClassifier="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Prototype"> <eTypeArguments/> </eGenericType> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getQualifiedName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="namedNode" lowerBound="1" eType="ecore:EClass ../../org.asup.il.core/model/il-core.ecore#//NamedNode"/> </eOperations> <eOperations name="getRoot" lowerBound="1" eType="ecore:EClass ../../org.asup.il.core/model/il-core.ecore#//NamedNode"/> <eOperations name="getRoutine" lowerBound="1" eType="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Routine"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getStatement" lowerBound="1" eType="ecore:EClass ../../org.asup.il.esql/model/il-esql.ecore#//StatementTerm"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="normalizeTermName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="normalizeTypeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="normalizeTypeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="dataTerm" lowerBound="1"> <eGenericType eClassifier="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//DataTerm"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="refresh"/> <eOperations name="close"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trashcan" eType="#//CompilationTrashcan" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationSetup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryType" eType="#//EntryType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationTrashcan"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTerms" upperBound="-1" containment="true"> <eGenericType eClassifier="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//DataTerm"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilerManager" abstract="true" eSuperTypes="../../org.asup.fw.core/model/fw-core.ecore#//Service"> <eOperations name="createChildCompilationUnit" lowerBound="1" eType="#//CompilationUnit"> <eParameters name="master" lowerBound="1" eType="#//CompilationUnit"/> <eParameters name="procedure" lowerBound="1" eType="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Procedure"/> </eOperations> <eOperations name="createCompilationUnit" lowerBound="1" eType="#//CompilationUnit"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.asup.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="file" lowerBound="1" eType="ecore:EClass ../../org.asup.os.type.file/model/os-type-file.ecore#//File"/> <eParameters name="caseSensitive" lowerBound="1" eType="#//CaseSensitiveType"/> </eOperations> <eOperations name="createCompilationUnit" lowerBound="1" eType="#//CompilationUnit"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.asup.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="module" lowerBound="1" eType="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Module"/> <eParameters name="caseSensitive" lowerBound="1" eType="#//CaseSensitiveType"/> </eOperations> <eOperations name="createCompilationUnit" lowerBound="1" eType="#//CompilationUnit"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.asup.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="program" lowerBound="1" eType="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Program"/> <eParameters name="caseSensitive" lowerBound="1" eType="#//CaseSensitiveType"/> </eOperations> <eOperations name="linkCompilationUnit"> <eParameters name="compilationUnit" lowerBound="1" eType="#//CompilationUnit"/> </eOperations> <eOperations name="writeDatabaseFile" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaIOException"> <eParameters name="compilationUnit" lowerBound="1" eType="#//CompilationUnit"/> <eParameters name="setup" eType="#//CompilationSetup"/> <eParameters name="output" lowerBound="1" eType="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaOutputStream"/> </eOperations> <eOperations name="writeDisplayFile" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaIOException"> <eParameters name="compilationUnit" lowerBound="1" eType="#//CompilationUnit"/> <eParameters name="setup" eType="#//CompilationSetup"/> <eParameters name="output" lowerBound="1" eType="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaOutputStream"/> </eOperations> <eOperations name="writeModule" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaIOException"> <eParameters name="compilationUnit" lowerBound="1" eType="#//CompilationUnit"/> <eParameters name="setup" eType="#//CompilationSetup"/> <eParameters name="output" lowerBound="1" eType="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaOutputStream"/> </eOperations> <eOperations name="writePrinterFile" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaIOException"> <eParameters name="compilationUnit" lowerBound="1" eType="#//CompilationUnit"/> <eParameters name="setup" eType="#//CompilationSetup"/> <eParameters name="output" lowerBound="1" eType="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaOutputStream"/> </eOperations> <eOperations name="writeProgram" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaIOException"> <eParameters name="compilationUnit" lowerBound="1" eType="#//CompilationUnit"/> <eParameters name="setup" eType="#//CompilationSetup"/> <eParameters name="output" lowerBound="1" eType="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaOutputStream"/> </eOperations> <eOperations name="writeProgramTest" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaIOException"> <eParameters name="compilationUnit" lowerBound="1" eType="#//CompilationUnit"/> <eParameters name="setup" eType="#//CompilationSetup"/> <eParameters name="output" lowerBound="1" eType="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaOutputStream"/> </eOperations> <eOperations name="writeStub" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaIOException"> <eParameters name="compilationUnit" lowerBound="1" eType="#//CompilationUnit"/> <eParameters name="setup" eType="#//CompilationSetup"/> <eParameters name="output" lowerBound="1" eType="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaOutputStream"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitConverter" abstract="true" eSuperTypes="../../org.asup.fw.core/model/fw-core.ecore#//Plugin ../../org.asup.fw.core/model/fw-core.ecore#//Service"> <eOperations name="convertModule" lowerBound="1" eType="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Module" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaException"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.asup.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="module" lowerBound="1" eType="ecore:EClass ../../org.asup.os.type.module/model/os-type-module.ecore#//Module"/> </eOperations> <eOperations name="convertProgram" lowerBound="1" eType="ecore:EClass ../../org.asup.il.flow/model/il-flow.ecore#//Program" eExceptions="ecore:EDataType ../../org.asup.fw.java/model/fw-java.ecore#//JavaException"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.asup.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="program" lowerBound="1" eType="ecore:EClass ../../org.asup.os.type.pgm/model/os-type-pgm.ecore#//Program"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitConverterRegistry" abstract="true"> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.asup.fw.core/model/fw-core.ecore#//PluginRegistry"> <eTypeArguments eClassifier="#//UnitConverter"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EntryType"> <eLiterals name="Main" value="10" literal="MAIN"/> <eLiterals name="Entry" value="20" literal="ENT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CaseSensitiveType"> <eLiterals name="Lower" value="10" literal="L"/> <eLiterals name="Upper" value="20" literal="U"/> <eLiterals name="Ignore" value="30" literal="I"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilerLinker" eSuperTypes="../../org.asup.il.core/model/il-core.ecore#//Facet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkedClass" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/asupdev/asup/org.asup.dk.compiler/model/dk-compiler.ecore
ecore
compiler CompilationUnit equalsTermName source target getCaseSensitive getCursor name deep getChildCompilationUnits getDataSet name deep getDataTerm name deep getDisplay name deep getKeyList name deep getModule name deep getNamedNode name deep getPrinter name deep getProcedure name deep getPrototype name deep getQualifiedName namedNode getRoot getRoutine name deep getStatement name deep normalizeTermName name normalizeTypeName name normalizeTypeName dataTerm refresh close trashcan CompilationSetup basePackage entryType CompilationTrashcan dataTerms CompilerManager createChildCompilationUnit master procedure createCompilationUnit job file caseSensitive createCompilationUnit job module caseSensitive createCompilationUnit job program caseSensitive linkCompilationUnit compilationUnit writeDatabaseFile compilationUnit setup output writeDisplayFile compilationUnit setup output writeModule compilationUnit setup output writePrinterFile compilationUnit setup output writeProgram compilationUnit setup output writeProgramTest compilationUnit setup output writeStub compilationUnit setup output UnitConverter convertModule job module convertProgram job program UnitConverterRegistry EntryType Main MAIN Entry ENT CaseSensitiveType Lower L Upper U Ignore I CompilerLinker linkedClass
null
{"directed":true,"nodes":[{"nsPrefix":"dk-compiler","nsURI":"http://ww.asup.org/dk/compiler","name":"compiler","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationSetup","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationTrashcan","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilerManager","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitConverter","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitConverterRegistry","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EntryType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CaseSensitiveType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilerLinker","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsTermName","lowerBound":1,"id":10,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCaseSensitive","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCursor","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChildCompilationUnits","lowerBound":0,"id":13,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataSet","lowerBound":1,"id":14,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataTerm","lowerBound":1,"id":15,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplay","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKeyList","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModule","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamedNode","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrinter","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProcedure","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrototype","lowerBound":1,"id":22,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":1,"id":23,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRoot","lowerBound":1,"id":24,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRoutine","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStatement","lowerBound":1,"id":26,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"normalizeTermName","lowerBound":1,"id":27,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"normalizeTypeName","lowerBound":1,"id":28,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"normalizeTypeName","lowerBound":1,"id":29,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trashcan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":35,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":36,"many":false,"required":true,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":41,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":47,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":52,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":58,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":63,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":68,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":73,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EParameter"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":78,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":83,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":88,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namedNode","lowerBound":1,"id":94,"many":false,"required":true,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":98,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":108,"many":false,"required":true,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":111,"many":false,"required":true,"eClass":"EParameter"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataTerm","lowerBound":1,"id":114,"many":false,"required":true,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entryType","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataTerms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createChildCompilationUnit","lowerBound":1,"id":125,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createCompilationUnit","lowerBound":1,"id":126,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createCompilationUnit","lowerBound":1,"id":127,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createCompilationUnit","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"linkCompilationUnit","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeDatabaseFile","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeDisplayFile","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeModule","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writePrinterFile","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeProgram","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeProgramTest","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeStub","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"master","lowerBound":1,"id":139,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"procedure","lowerBound":1,"id":140,"many":false,"required":true,"eClass":"EParameter"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":144,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":145,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"caseSensitive","lowerBound":1,"id":146,"many":false,"required":true,"eClass":"EParameter"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":151,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"module","lowerBound":1,"id":152,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"caseSensitive","lowerBound":1,"id":153,"many":false,"required":true,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":159,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"caseSensitive","lowerBound":1,"id":160,"many":false,"required":true,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compilationUnit","lowerBound":1,"id":164,"many":false,"required":true,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compilationUnit","lowerBound":1,"id":166,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setup","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":1,"id":168,"many":false,"required":true,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compilationUnit","lowerBound":1,"id":173,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setup","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":1,"id":175,"many":false,"required":true,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compilationUnit","lowerBound":1,"id":180,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setup","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":1,"id":182,"many":false,"required":true,"eClass":"EParameter"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compilationUnit","lowerBound":1,"id":187,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setup","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":1,"id":189,"many":false,"required":true,"eClass":"EParameter"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compilationUnit","lowerBound":1,"id":194,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setup","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":1,"id":196,"many":false,"required":true,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compilationUnit","lowerBound":1,"id":201,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setup","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EParameter"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compilationUnit","lowerBound":1,"id":208,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setup","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":1,"id":210,"many":false,"required":true,"eClass":"EParameter"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertModule","lowerBound":1,"id":215,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertProgram","lowerBound":1,"id":216,"many":false,"required":true,"eClass":"EOperation"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":220,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"module","lowerBound":1,"id":221,"many":false,"required":true,"eClass":"EParameter"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":226,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":227,"many":false,"required":true,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"name":"Main","id":233,"value":10,"literal":"MAIN","eClass":"EEnumLiteral"},{"name":"Entry","id":234,"value":20,"literal":"ENT","eClass":"EEnumLiteral"},{"name":"Lower","id":235,"value":10,"literal":"L","eClass":"EEnumLiteral"},{"name":"Upper","id":236,"value":20,"literal":"U","eClass":"EEnumLiteral"},{"name":"Ignore","id":237,"value":30,"literal":"I","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"linkedClass","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":10,"target":34},{"source":10,"target":1},{"source":10,"target":35},{"source":10,"target":36},{"source":35,"target":37},{"source":35,"target":10},{"source":36,"target":38},{"source":36,"target":10},{"source":11,"target":8},{"source":11,"target":39},{"source":11,"target":1},{"source":39,"target":8},{"source":12,"target":40},{"source":12,"target":1},{"source":12,"target":41},{"source":12,"target":42},{"source":41,"target":43},{"source":41,"target":12},{"source":42,"target":44},{"source":42,"target":12},{"source":13,"target":1},{"source":13,"target":45},{"source":13,"target":1},{"source":45,"target":1},{"source":14,"target":46},{"source":14,"target":1},{"source":14,"target":47},{"source":14,"target":48},{"source":47,"target":49},{"source":47,"target":14},{"source":48,"target":50},{"source":48,"target":14},{"source":15,"target":51},{"source":15,"target":1},{"source":15,"target":52},{"source":15,"target":53},{"source":51,"target":54},{"source":52,"target":55},{"source":52,"target":15},{"source":53,"target":56},{"source":53,"target":15},{"source":16,"target":57},{"source":16,"target":1},{"source":16,"target":58},{"source":16,"target":59},{"source":58,"target":60},{"source":58,"target":16},{"source":59,"target":61},{"source":59,"target":16},{"source":17,"target":62},{"source":17,"target":1},{"source":17,"target":63},{"source":17,"target":64},{"source":63,"target":65},{"source":63,"target":17},{"source":64,"target":66},{"source":64,"target":17},{"source":18,"target":67},{"source":18,"target":1},{"source":18,"target":68},{"source":18,"target":69},{"source":68,"target":70},{"source":68,"target":18},{"source":69,"target":71},{"source":69,"target":18},{"source":19,"target":72},{"source":19,"target":1},{"source":19,"target":73},{"source":19,"target":74},{"source":73,"target":75},{"source":73,"target":19},{"source":74,"target":76},{"source":74,"target":19},{"source":20,"target":77},{"source":20,"target":1},{"source":20,"target":78},{"source":20,"target":79},{"source":78,"target":80},{"source":78,"target":20},{"source":79,"target":81},{"source":79,"target":20},{"source":21,"target":82},{"source":21,"target":1},{"source":21,"target":83},{"source":21,"target":84},{"source":83,"target":85},{"source":83,"target":21},{"source":84,"target":86},{"source":84,"target":21},{"source":22,"target":87},{"source":22,"target":1},{"source":22,"target":88},{"source":22,"target":89},{"source":87,"target":90},{"source":88,"target":91},{"source":88,"target":22},{"source":89,"target":92},{"source":89,"target":22},{"source":23,"target":93},{"source":23,"target":1},{"source":23,"target":94},{"source":94,"target":95},{"source":94,"target":23},{"source":24,"target":96},{"source":24,"target":1},{"source":25,"target":97},{"source":25,"target":1},{"source":25,"target":98},{"source":25,"target":99},{"source":98,"target":100},{"source":98,"target":25},{"source":99,"target":101},{"source":99,"target":25},{"source":26,"target":102},{"source":26,"target":1},{"source":26,"target":103},{"source":26,"target":104},{"source":103,"target":105},{"source":103,"target":26},{"source":104,"target":106},{"source":104,"target":26},{"source":27,"target":107},{"source":27,"target":1},{"source":27,"target":108},{"source":108,"target":109},{"source":108,"target":27},{"source":28,"target":110},{"source":28,"target":1},{"source":28,"target":111},{"source":111,"target":112},{"source":111,"target":28},{"source":29,"target":113},{"source":29,"target":1},{"source":29,"target":114},{"source":114,"target":115},{"source":114,"target":29},{"source":115,"target":116},{"source":30,"target":1},{"source":31,"target":1},{"source":32,"target":3},{"source":32,"target":117},{"source":32,"target":1},{"source":117,"target":3},{"source":2,"target":0},{"source":2,"target":118},{"source":2,"target":119},{"source":118,"target":120},{"source":118,"target":2},{"source":119,"target":7},{"source":119,"target":121},{"source":119,"target":2},{"source":121,"target":7},{"source":3,"target":0},{"source":3,"target":122},{"source":122,"target":123},{"source":122,"target":3},{"source":123,"target":124},{"source":4,"target":0},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":125,"target":1},{"source":125,"target":138},{"source":125,"target":4},{"source":125,"target":139},{"source":125,"target":140},{"source":138,"target":1},{"source":139,"target":1},{"source":139,"target":141},{"source":139,"target":125},{"source":141,"target":1},{"source":140,"target":142},{"source":140,"target":125},{"source":126,"target":1},{"source":126,"target":143},{"source":126,"target":4},{"source":126,"target":144},{"source":126,"target":145},{"source":126,"target":146},{"source":143,"target":1},{"source":144,"target":147},{"source":144,"target":126},{"source":145,"target":148},{"source":145,"target":126},{"source":146,"target":8},{"source":146,"target":149},{"source":146,"target":126},{"source":149,"target":8},{"source":127,"target":1},{"source":127,"target":150},{"source":127,"target":4},{"source":127,"target":151},{"source":127,"target":152},{"source":127,"target":153},{"source":150,"target":1},{"source":151,"target":154},{"source":151,"target":127},{"source":152,"target":155},{"source":152,"target":127},{"source":153,"target":8},{"source":153,"target":156},{"source":153,"target":127},{"source":156,"target":8},{"source":128,"target":1},{"source":128,"target":157},{"source":128,"target":4},{"source":128,"target":158},{"source":128,"target":159},{"source":128,"target":160},{"source":157,"target":1},{"source":158,"target":161},{"source":158,"target":128},{"source":159,"target":162},{"source":159,"target":128},{"source":160,"target":8},{"source":160,"target":163},{"source":160,"target":128},{"source":163,"target":8},{"source":129,"target":4},{"source":129,"target":164},{"source":164,"target":1},{"source":164,"target":165},{"source":164,"target":129},{"source":165,"target":1},{"source":130,"target":4},{"source":130,"target":166},{"source":130,"target":167},{"source":130,"target":168},{"source":130,"target":169},{"source":166,"target":1},{"source":166,"target":170},{"source":166,"target":130},{"source":170,"target":1},{"source":167,"target":2},{"source":167,"target":171},{"source":167,"target":130},{"source":171,"target":2},{"source":168,"target":172},{"source":168,"target":130},{"source":131,"target":4},{"source":131,"target":173},{"source":131,"target":174},{"source":131,"target":175},{"source":131,"target":176},{"source":173,"target":1},{"source":173,"target":177},{"source":173,"target":131},{"source":177,"target":1},{"source":174,"target":2},{"source":174,"target":178},{"source":174,"target":131},{"source":178,"target":2},{"source":175,"target":179},{"source":175,"target":131},{"source":132,"target":4},{"source":132,"target":180},{"source":132,"target":181},{"source":132,"target":182},{"source":132,"target":183},{"source":180,"target":1},{"source":180,"target":184},{"source":180,"target":132},{"source":184,"target":1},{"source":181,"target":2},{"source":181,"target":185},{"source":181,"target":132},{"source":185,"target":2},{"source":182,"target":186},{"source":182,"target":132},{"source":133,"target":4},{"source":133,"target":187},{"source":133,"target":188},{"source":133,"target":189},{"source":133,"target":190},{"source":187,"target":1},{"source":187,"target":191},{"source":187,"target":133},{"source":191,"target":1},{"source":188,"target":2},{"source":188,"target":192},{"source":188,"target":133},{"source":192,"target":2},{"source":189,"target":193},{"source":189,"target":133},{"source":134,"target":4},{"source":134,"target":194},{"source":134,"target":195},{"source":134,"target":196},{"source":134,"target":197},{"source":194,"target":1},{"source":194,"target":198},{"source":194,"target":134},{"source":198,"target":1},{"source":195,"target":2},{"source":195,"target":199},{"source":195,"target":134},{"source":199,"target":2},{"source":196,"target":200},{"source":196,"target":134},{"source":135,"target":4},{"source":135,"target":201},{"source":135,"target":202},{"source":135,"target":203},{"source":135,"target":204},{"source":201,"target":1},{"source":201,"target":205},{"source":201,"target":135},{"source":205,"target":1},{"source":202,"target":2},{"source":202,"target":206},{"source":202,"target":135},{"source":206,"target":2},{"source":203,"target":207},{"source":203,"target":135},{"source":136,"target":4},{"source":136,"target":208},{"source":136,"target":209},{"source":136,"target":210},{"source":136,"target":211},{"source":208,"target":1},{"source":208,"target":212},{"source":208,"target":136},{"source":212,"target":1},{"source":209,"target":2},{"source":209,"target":213},{"source":209,"target":136},{"source":213,"target":2},{"source":210,"target":214},{"source":210,"target":136},{"source":5,"target":0},{"source":5,"target":215},{"source":5,"target":216},{"source":5,"target":217},{"source":5,"target":218},{"source":215,"target":219},{"source":215,"target":5},{"source":215,"target":220},{"source":215,"target":221},{"source":215,"target":222},{"source":220,"target":223},{"source":220,"target":215},{"source":221,"target":224},{"source":221,"target":215},{"source":216,"target":225},{"source":216,"target":5},{"source":216,"target":226},{"source":216,"target":227},{"source":216,"target":228},{"source":226,"target":229},{"source":226,"target":216},{"source":227,"target":230},{"source":227,"target":216},{"source":6,"target":0},{"source":6,"target":231},{"source":231,"target":232},{"source":232,"target":5},{"source":7,"target":0},{"source":7,"target":233},{"source":7,"target":234},{"source":233,"target":7},{"source":234,"target":7},{"source":8,"target":0},{"source":8,"target":235},{"source":8,"target":236},{"source":8,"target":237},{"source":235,"target":8},{"source":236,"target":8},{"source":237,"target":8},{"source":9,"target":0},{"source":9,"target":238},{"source":9,"target":239},{"source":238,"target":240},{"source":238,"target":9},{"source":240,"target":241}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="probekit" nsURI="platform:/resource/org.eclipse.tptp.platform.models/src-probekit/model/probekit.xsd" nsPrefix="probekit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" See http://www.w3.org/XML/1998/namespace.html and http://www.w3.org/TR/REC-xml for information about this namespace. This schema document describes the XML namespace, in a form suitable for import by other schema documents. Note that local names in this namespace are intended to be defined only by the World Wide Web Consortium or its subgroups. The following names are currently defined in this namespace and should not be used with conflicting semantics by any Working Group, specification, or document instance: base (as an attribute name): denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification. id (as an attribute name): denotes an attribute whose value should be interpreted as if declared to be of type ID. The xml:id specification is not yet a W3C Recommendation, but this attribute is included here to facilitate experimentation with the mechanisms it proposes. Note that it is _not_ included in the specialAttrs attribute group. lang (as an attribute name): denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification. space (as an attribute name): denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification. Father (in any context at all): denotes Jon Bosak, the chair of the original XML Working Group. This name is reserved by the following decision of the W3C XML Plenary and XML Coordination groups: In appreciation for his vision, leadership and dedication the W3C XML Plenary on this 10th day of February, 2000 reserves for Jon Bosak in perpetuity the XML name xml:Father This schema defines attributes and an attribute group suitable for use by schemas wishing to allow xml:base, xml:lang or xml:space attributes on elements they define. To enable this, such a schema must import this schema for the XML namespace, e.g. as follows: &amp;lt;schema . . .&amp;gt; . . . &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot; schemaLocation=&quot;http://www.w3.org/2001/03/xml.xsd&quot;/&amp;gt; Subsequently, qualified reference to any of the attributes or the group defined below will have the desired effect, e.g. &amp;lt;type . . .&amp;gt; . . . &amp;lt;attributeGroup ref=&quot;xml:specialAttrs&quot;/&amp;gt; will define a type which will schema-validate an instance element with any of those attributes In keeping with the XML Schema WG's standard versioning policy, this schema document will persist at http://www.w3.org/2004/10/xml.xsd. At the date of issue it can also be found at http://www.w3.org/2001/xml.xsd. The schema document at that URI may however change in the future, in order to remain compatible with the latest version of XML Schema itself, or with the XML namespace itself. In other words, if the XML Schema or XML namespaces change, the version of this document at http://www.w3.org/2001/xml.xsd will change accordingly; the version at http://www.w3.org/2004/10/xml.xsd will not change. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="qualified" value="false"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ControlKey"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="controlKey_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="controlName_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Language"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataItem"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="data_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" lowerBound="1" eType="#//DataType" defaultValueLiteral="className" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dataType"/> </eAnnotations> <eLiterals name="className"/> <eLiterals name="methodName" value="1"/> <eLiterals name="methodSig" value="2"/> <eLiterals name="thisObject" value="3"/> <eLiterals name="args" value="4"/> <eLiterals name="returnedObject" value="5"/> <eLiterals name="isFinally" value="6"/> <eLiterals name="exceptionObject" value="7"/> <eLiterals name="staticField" value="8"/> <eLiterals name="classSourceFile" value="9"/> <eLiterals name="methodNames" value="10"/> <eLiterals name="methodLineTables" value="11"/> <eLiterals name="methodNumber" value="12"/> <eLiterals name="executableUnitNumber" value="13"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DataTypeObject" instanceClassName="org.eclipse.emf.common.util.AbstractEnumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dataType:Object"/> <details key="baseType" value="dataType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="description_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Language"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="code"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controlKey" upperBound="-2" eType="#//ControlKey" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="controlKey"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controlName" upperBound="-2" eType="#//ControlName" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="controlName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="data" upperBound="-2" eType="#//DataItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="data"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="description" upperBound="-2" eType="#//Description" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fragment" upperBound="-2" eType="#//Fragment" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fragment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fragmentAtClassScope" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fragmentAtClassScope"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fragmentAtSharedScope" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fragmentAtSharedScope"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-2" eType="#//Import" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="import"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="invocationObject" upperBound="-2" eType="#//InvocationObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="invocationObject"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="label" upperBound="-2" eType="#//Label" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="label"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-2" eType="#//Name" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="probe" upperBound="-2" eType="#//Probe" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="probe"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="probekit" upperBound="-2" eType="#//Probekit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="probekit"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticField" upperBound="-2" eType="#//StaticField" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="staticField"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-2" eType="#//Target" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="target"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fragment"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fragment_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="data" upperBound="-1" eType="#//DataItem" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="data"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="code"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" lowerBound="1" eType="#//FragmentType" defaultValueLiteral="entry" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FragmentType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fragmentType"/> </eAnnotations> <eLiterals name="entry"/> <eLiterals name="catch" value="1"/> <eLiterals name="exit" value="2"/> <eLiterals name="beforeCall" value="3"/> <eLiterals name="afterCall" value="4"/> <eLiterals name="staticInitializer" value="5"/> <eLiterals name="executableUnit" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FragmentTypeObject" instanceClassName="org.eclipse.emf.common.util.AbstractEnumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fragmentType:Object"/> <details key="baseType" value="fragmentType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="import_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvocationObject"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="invocationObject_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="label_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Language"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="name_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Language"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Probe"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="probe_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Name" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="description" upperBound="-1" eType="#//Description" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controlKey" eType="#//ControlKey" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="controlKey"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controlName" upperBound="-1" eType="#//ControlName" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="controlName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Target" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="target"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1" eType="#//Import" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="import"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fragmentAtClassScope" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fragmentAtClassScope"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fragment" lowerBound="1" upperBound="-1" eType="#//Fragment" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fragment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="invocationObject" eType="#//InvocationObject" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="invocationObject"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticField" eType="#//StaticField" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="staticField"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Probekit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="probekit_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" upperBound="-1" eType="#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="label"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="probe" lowerBound="1" upperBound="-1" eType="#//Probe" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="probe"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fragmentAtSharedScope" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fragmentAtSharedScope"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticField"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="staticField_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Target"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="target_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="className"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="method"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="package"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="signature"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/probekit.ecore
ecore
probekit ControlKey name value ControlName lang text DataItem name type className DataType className className methodName methodName methodSig methodSig thisObject thisObject args args returnedObject returnedObject isFinally isFinally exceptionObject exceptionObject staticField staticField classSourceFile classSourceFile methodNames methodNames methodLineTables methodLineTables methodNumber methodNumber executableUnitNumber executableUnitNumber DataTypeObject org.eclipse.emf.common.util.AbstractEnumerator org.eclipse.emf.common.util.AbstractEnumerator Description value lang DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation code controlKey controlName data description fragment fragmentAtClassScope fragmentAtSharedScope import invocationObject label name probe probekit staticField target Fragment data code type entry FragmentType entry entry catch catch exit exit beforeCall beforeCall afterCall afterCall staticInitializer staticInitializer executableUnit executableUnit FragmentTypeObject org.eclipse.emf.common.util.AbstractEnumerator org.eclipse.emf.common.util.AbstractEnumerator Import text InvocationObject name Label description lang name Name lang text Probe name description controlKey controlName target import fragmentAtClassScope fragment invocationObject staticField Probekit label probe fragmentAtSharedScope id version StaticField type Target className method package signature type
null
{"directed":true,"nodes":[{"nsPrefix":"probekit","nsURI":"platform:/resource/org.eclipse.tptp.platform.models/src-probekit/model/probekit.xsd","name":"probekit","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlKey","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlName","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataItem","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.AbstractEnumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.AbstractEnumerator","name":"DataTypeObject","instanceClass":"org.eclipse.emf.common.util.AbstractEnumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FragmentType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.AbstractEnumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.AbstractEnumerator","name":"FragmentTypeObject","instanceClass":"org.eclipse.emf.common.util.AbstractEnumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationObject","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Probe","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Probekit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticField","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"className","unsettable":true,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"name":"className","id":31,"value":0,"literal":"className","eClass":"EEnumLiteral"},{"name":"methodName","id":32,"value":1,"literal":"methodName","eClass":"EEnumLiteral"},{"name":"methodSig","id":33,"value":2,"literal":"methodSig","eClass":"EEnumLiteral"},{"name":"thisObject","id":34,"value":3,"literal":"thisObject","eClass":"EEnumLiteral"},{"name":"args","id":35,"value":4,"literal":"args","eClass":"EEnumLiteral"},{"name":"returnedObject","id":36,"value":5,"literal":"returnedObject","eClass":"EEnumLiteral"},{"name":"isFinally","id":37,"value":6,"literal":"isFinally","eClass":"EEnumLiteral"},{"name":"exceptionObject","id":38,"value":7,"literal":"exceptionObject","eClass":"EEnumLiteral"},{"name":"staticField","id":39,"value":8,"literal":"staticField","eClass":"EEnumLiteral"},{"name":"classSourceFile","id":40,"value":9,"literal":"classSourceFile","eClass":"EEnumLiteral"},{"name":"methodNames","id":41,"value":10,"literal":"methodNames","eClass":"EEnumLiteral"},{"name":"methodLineTables","id":42,"value":11,"literal":"methodLineTables","eClass":"EEnumLiteral"},{"name":"methodNumber","id":43,"value":12,"literal":"methodNumber","eClass":"EEnumLiteral"},{"name":"executableUnitNumber","id":44,"value":13,"literal":"executableUnitNumber","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"controlKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"controlName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"data","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"description","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"fragment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"fragmentAtClassScope","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"fragmentAtSharedScope","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"import","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"invocationObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":63,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"probe","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"probekit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"staticField","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":true},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":false,"lowerBound":0,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"entry","unsettable":true,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"entry","id":93,"value":0,"literal":"entry","eClass":"EEnumLiteral"},{"name":"catch","id":94,"value":1,"literal":"catch","eClass":"EEnumLiteral"},{"name":"exit","id":95,"value":2,"literal":"exit","eClass":"EEnumLiteral"},{"name":"beforeCall","id":96,"value":3,"literal":"beforeCall","eClass":"EEnumLiteral"},{"name":"afterCall","id":97,"value":4,"literal":"afterCall","eClass":"EEnumLiteral"},{"name":"staticInitializer","id":98,"value":5,"literal":"staticInitializer","eClass":"EEnumLiteral"},{"name":"executableUnit","id":99,"value":6,"literal":"executableUnit","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fragmentAtClassScope","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragment","changeable":true,"resolveProxies":false,"lowerBound":1,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invocationObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticField","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"probe","changeable":true,"resolveProxies":false,"lowerBound":1,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fragmentAtSharedScope","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"method","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"signature","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":19,"target":21},{"source":19,"target":1},{"source":20,"target":22},{"source":20,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":25},{"source":23,"target":2},{"source":24,"target":26},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":29},{"source":27,"target":3},{"source":28,"target":4},{"source":28,"target":30},{"source":28,"target":3},{"source":30,"target":4},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":31,"target":4},{"source":32,"target":4},{"source":33,"target":4},{"source":34,"target":4},{"source":35,"target":4},{"source":36,"target":4},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"source":40,"target":4},{"source":41,"target":4},{"source":42,"target":4},{"source":43,"target":4},{"source":44,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":47},{"source":45,"target":6},{"source":46,"target":48},{"source":46,"target":6},{"source":7,"target":0},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":49,"target":68},{"source":49,"target":7},{"source":50,"target":69},{"source":50,"target":7},{"source":51,"target":70},{"source":51,"target":7},{"source":52,"target":71},{"source":52,"target":7},{"source":53,"target":1},{"source":53,"target":72},{"source":53,"target":7},{"source":72,"target":1},{"source":54,"target":2},{"source":54,"target":73},{"source":54,"target":7},{"source":73,"target":2},{"source":55,"target":3},{"source":55,"target":74},{"source":55,"target":7},{"source":74,"target":3},{"source":56,"target":6},{"source":56,"target":75},{"source":56,"target":7},{"source":75,"target":6},{"source":57,"target":8},{"source":57,"target":76},{"source":57,"target":7},{"source":76,"target":8},{"source":58,"target":77},{"source":58,"target":7},{"source":59,"target":78},{"source":59,"target":7},{"source":60,"target":11},{"source":60,"target":79},{"source":60,"target":7},{"source":79,"target":11},{"source":61,"target":12},{"source":61,"target":80},{"source":61,"target":7},{"source":80,"target":12},{"source":62,"target":13},{"source":62,"target":81},{"source":62,"target":7},{"source":81,"target":13},{"source":63,"target":14},{"source":63,"target":82},{"source":63,"target":7},{"source":82,"target":14},{"source":64,"target":15},{"source":64,"target":83},{"source":64,"target":7},{"source":83,"target":15},{"source":65,"target":16},{"source":65,"target":84},{"source":65,"target":7},{"source":84,"target":16},{"source":66,"target":17},{"source":66,"target":85},{"source":66,"target":7},{"source":85,"target":17},{"source":67,"target":18},{"source":67,"target":86},{"source":67,"target":7},{"source":86,"target":18},{"source":8,"target":0},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":87,"target":3},{"source":87,"target":90},{"source":87,"target":8},{"source":90,"target":3},{"source":88,"target":91},{"source":88,"target":8},{"source":89,"target":9},{"source":89,"target":92},{"source":89,"target":8},{"source":92,"target":9},{"source":9,"target":0},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":9,"target":99},{"source":93,"target":9},{"source":94,"target":9},{"source":95,"target":9},{"source":96,"target":9},{"source":97,"target":9},{"source":98,"target":9},{"source":99,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":100},{"source":100,"target":101},{"source":100,"target":11},{"source":12,"target":0},{"source":12,"target":102},{"source":102,"target":103},{"source":102,"target":12},{"source":13,"target":0},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":104,"target":107},{"source":104,"target":13},{"source":105,"target":108},{"source":105,"target":13},{"source":106,"target":109},{"source":106,"target":13},{"source":14,"target":0},{"source":14,"target":110},{"source":14,"target":111},{"source":110,"target":112},{"source":110,"target":14},{"source":111,"target":113},{"source":111,"target":14},{"source":15,"target":0},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":15,"target":117},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":114,"target":14},{"source":114,"target":124},{"source":114,"target":15},{"source":124,"target":14},{"source":115,"target":6},{"source":115,"target":125},{"source":115,"target":15},{"source":125,"target":6},{"source":116,"target":1},{"source":116,"target":126},{"source":116,"target":15},{"source":126,"target":1},{"source":117,"target":2},{"source":117,"target":127},{"source":117,"target":15},{"source":127,"target":2},{"source":118,"target":18},{"source":118,"target":128},{"source":118,"target":15},{"source":128,"target":18},{"source":119,"target":11},{"source":119,"target":129},{"source":119,"target":15},{"source":129,"target":11},{"source":120,"target":130},{"source":120,"target":15},{"source":121,"target":8},{"source":121,"target":131},{"source":121,"target":15},{"source":131,"target":8},{"source":122,"target":12},{"source":122,"target":132},{"source":122,"target":15},{"source":132,"target":12},{"source":123,"target":17},{"source":123,"target":133},{"source":123,"target":15},{"source":133,"target":17},{"source":16,"target":0},{"source":16,"target":134},{"source":16,"target":135},{"source":16,"target":136},{"source":16,"target":137},{"source":16,"target":138},{"source":134,"target":13},{"source":134,"target":139},{"source":134,"target":16},{"source":139,"target":13},{"source":135,"target":15},{"source":135,"target":140},{"source":135,"target":16},{"source":140,"target":15},{"source":136,"target":141},{"source":136,"target":16},{"source":137,"target":142},{"source":137,"target":16},{"source":138,"target":143},{"source":138,"target":16},{"source":17,"target":0},{"source":17,"target":144},{"source":144,"target":145},{"source":144,"target":17},{"source":18,"target":0},{"source":18,"target":146},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":149},{"source":18,"target":150},{"source":146,"target":151},{"source":146,"target":18},{"source":147,"target":152},{"source":147,"target":18},{"source":148,"target":153},{"source":148,"target":18},{"source":149,"target":154},{"source":149,"target":18},{"source":150,"target":155},{"source":150,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.mm.markHammil/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="File"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ListExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="contentUnordered" upperBound="-1" eType="#//TextExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentOrdered" upperBound="-1" eType="#//TextExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuoteExpression" eSuperTypes="#//TextExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//TextExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakLineExpression"/> <eClassifiers xsi:type="ecore:EClass" name="HorizontalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TabExpression" eSuperTypes="#//TextExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="header" eType="#//LineExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1" eType="#//LineExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URLedExpression" eSuperTypes="#//TextExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="refName" eType="#//EmphasisExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refContent" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="altText" eType="#//EmphasisExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkContent" eType="#//EmphasisExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refName" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImageExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="altText" eType="#//EmphasisExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkContent" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="altText" eType="#//EmphasisExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkImage" eType="#//EmphasisExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkVideo" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeaderExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-1" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header1Expression" eSuperTypes="#//HeaderExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Header2Expression" eSuperTypes="#//HeaderExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Header3Expression" eSuperTypes="#//HeaderExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Header4Expression" eSuperTypes="#//HeaderExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Header5Expression" eSuperTypes="#//HeaderExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Header6Expression" eSuperTypes="#//HeaderExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EmphasisExpression" eSuperTypes="#//TextExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="c" upperBound="-1" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrongExpression" eSuperTypes="#//EmphasisExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItalicExpression" eSuperTypes="#//EmphasisExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScratchExpression" eSuperTypes="#//EmphasisExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//EmphasisExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NaturalExpression" eSuperTypes="#//EmphasisExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/posdon/IDM_Markdown/markHammil.mm/model/generated/MyDsl.ecore
ecore
myDsl File expression Expression c TextExpression ListExpression contentUnordered contentOrdered QuoteExpression content BreakLineExpression HorizontalExpression TabExpression header lines LineExpression cells URLedExpression c RefExpression refName refContent LinkExpression altText linkContent refName ImageExpression altText linkContent VideoExpression altText linkImage linkVideo HeaderExpression title Header1Expression Header2Expression Header3Expression Header4Expression Header5Expression Header6Expression EmphasisExpression c StrongExpression content ItalicExpression content ScratchExpression content NaturalExpression value
null
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.mm.markHammil/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextExpression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListExpression","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuoteExpression","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakLineExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HorizontalExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLedExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeaderExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header1Expression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header2Expression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header3Expression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header4Expression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header5Expression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header6Expression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmphasisExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrongExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItalicExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScratchExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NaturalExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentUnordered","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentOrdered","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"header","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"altText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"altText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"altText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkImage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkVideo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":27,"target":2},{"source":27,"target":28},{"source":27,"target":1},{"source":28,"target":2},{"source":2,"target":0},{"source":2,"target":29},{"source":29,"target":30},{"source":29,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":31,"target":3},{"source":31,"target":33},{"source":31,"target":4},{"source":33,"target":3},{"source":32,"target":3},{"source":32,"target":34},{"source":32,"target":4},{"source":34,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":35},{"source":5,"target":36},{"source":35,"target":3},{"source":35,"target":37},{"source":35,"target":5},{"source":37,"target":3},{"source":36,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":38,"target":9},{"source":38,"target":41},{"source":38,"target":8},{"source":41,"target":9},{"source":39,"target":9},{"source":39,"target":42},{"source":39,"target":8},{"source":42,"target":9},{"source":40,"target":3},{"source":9,"target":0},{"source":9,"target":43},{"source":43,"target":22},{"source":43,"target":44},{"source":43,"target":9},{"source":44,"target":22},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":45},{"source":10,"target":46},{"source":45,"target":47},{"source":45,"target":10},{"source":46,"target":3},{"source":11,"target":0},{"source":11,"target":48},{"source":11,"target":49},{"source":48,"target":22},{"source":48,"target":50},{"source":48,"target":11},{"source":50,"target":22},{"source":49,"target":22},{"source":49,"target":51},{"source":49,"target":11},{"source":51,"target":22},{"source":12,"target":0},{"source":12,"target":52},{"source":12,"target":53},{"source":12,"target":54},{"source":52,"target":22},{"source":52,"target":55},{"source":52,"target":12},{"source":55,"target":22},{"source":53,"target":22},{"source":53,"target":56},{"source":53,"target":12},{"source":56,"target":22},{"source":54,"target":22},{"source":54,"target":57},{"source":54,"target":12},{"source":57,"target":22},{"source":13,"target":0},{"source":13,"target":58},{"source":13,"target":59},{"source":58,"target":22},{"source":58,"target":60},{"source":58,"target":13},{"source":60,"target":22},{"source":59,"target":22},{"source":59,"target":61},{"source":59,"target":13},{"source":61,"target":22},{"source":14,"target":0},{"source":14,"target":62},{"source":14,"target":63},{"source":14,"target":64},{"source":62,"target":22},{"source":62,"target":65},{"source":62,"target":14},{"source":65,"target":22},{"source":63,"target":22},{"source":63,"target":66},{"source":63,"target":14},{"source":66,"target":22},{"source":64,"target":22},{"source":64,"target":67},{"source":64,"target":14},{"source":67,"target":22},{"source":15,"target":0},{"source":15,"target":68},{"source":68,"target":22},{"source":68,"target":69},{"source":68,"target":15},{"source":69,"target":22},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":70},{"source":70,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":71},{"source":71,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":72},{"source":72,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":73},{"source":73,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":74},{"source":74,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":75},{"source":75,"target":15},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":76},{"source":22,"target":77},{"source":76,"target":22},{"source":76,"target":78},{"source":76,"target":22},{"source":78,"target":22},{"source":77,"target":3},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":79},{"source":23,"target":80},{"source":79,"target":22},{"source":79,"target":81},{"source":79,"target":23},{"source":81,"target":22},{"source":80,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":82},{"source":24,"target":83},{"source":82,"target":22},{"source":82,"target":84},{"source":82,"target":24},{"source":84,"target":22},{"source":83,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":85},{"source":25,"target":86},{"source":85,"target":22},{"source":85,"target":87},{"source":85,"target":25},{"source":87,"target":22},{"source":86,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":88},{"source":26,"target":89},{"source":88,"target":90},{"source":88,"target":26},{"source":89,"target":22}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gmfgraph" nsURI="http://www.eclipse.org/gmf/2006/GraphicalDefinition" nsPrefix="gmfgraph"> <eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//Identity"> <eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1" eType="#//FigureGallery" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="containment here doesn't restrict nodes/connection from using figure galeries defined elsewhere. No assumption should be made whether or not node/connection figure is defined in the galery beloning to this canvas"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" eType="#//Connection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1" eType="#//Compartment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//DiagramLabel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureGallery" eSuperTypes="#//Identity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kind of explicit figure library notion. Bundle of figures. Allows to specify plugin id (allows importing it later from gmfgen code) in addition to figures"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1" eType="#//RealFigure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" upperBound="-1" eType="#//FigureDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borders" upperBound="-1" eType="#//Border" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Borders for reuse"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layouts" upperBound="-1" eType="#//Layout" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layouts for reuse"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationBundle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identity" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Easy and readable way to reference element of the model from another one"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true" eSuperTypes="#//Identity"> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//FigureDescriptor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1" eType="#//VisualFacet" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="anything to further specify constraint or any other aspect of the element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//AbstractNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeConstraint" eType="#//Direction" defaultValueLiteral="NSEW"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="affixedParentSide" eType="#//Direction" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPane" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Compartment" eSuperTypes="#//DiagramElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="needsTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramLabel" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ChildAccess"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualFacet" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralFacet" eSuperTypes="#//VisualFacet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="provide means to attach arbitrary data to your diagram element definition. It's up to you (template author) to process it somehow."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlignmentFacet" eSuperTypes="#//VisualFacet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Makes sense for DiagramLabels of Links only (now). Constants from {@link org.eclipse.draw2d.ConnectionLocator} are: MIDDLE = Alignment.CENTER, TARGET = Alignment.END, SOURCE = Alignment.BEGINNING"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//Alignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GradientFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelOffsetFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultSizeFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultSize" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Figure" abstract="true" interface="true" eSuperTypes="#//Layoutable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Anything you could combine visual representation from. Ordinary GEF figures, custom-defined or references to defined elsewhere. org.eclipse.draw2d.Figure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//FigureDescriptor" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maximumSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minimumSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preferredSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="border" eType="#//Border" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractFigure" abstract="true" eSuperTypes="#//Figure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is merely an implementation artifact to get only one base implementation of Figure attributes"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureDescriptor" eSuperTypes="#//Identity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The thing describes structure of a figure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actualFigure" lowerBound="1" eType="#//Figure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1" eType="#//ChildAccess" containment="true" eOpposite="#//ChildAccess/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//FigureDescriptor" changeable="false" resolveProxies="false" eOpposite="#//FigureDescriptor/accessors"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//Figure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This may also point to RealFigure from FigureAccessor#typedFigure"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealFigure" abstract="true" eSuperTypes="#//AbstractFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is exact/specific/concrete figure, unlike proxy/reference-nature FigureRef"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Figure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureRef" eSuperTypes="#//AbstractFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Need this to facilitate reuse of figures while keeping (so nice looking) containment relationship in the Figure class"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="not just Figure because don't want to reference figure references."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionFigure" abstract="true" interface="true" eSuperTypes="#//RealFigure"/> <eClassifiers xsi:type="ecore:EClass" name="DecorationFigure" abstract="true" interface="true" eSuperTypes="#//RealFigure"/> <eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Shape"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineKind" eType="#//LineKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xorFill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xorOutline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedChildren" upperBound="-1" eType="#//Figure" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as children, but resolves child FigureRefs, if any, to Figures"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Label"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledContainer" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.LabeledContainer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.RectangleFigure"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.RoundedRectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Ellipse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polyline" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Polyline"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" upperBound="-1" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//Polyline"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Polygon"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalablePolygon" eSuperTypes="#//Polygon"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marker interface to denote polygons with ability to autoscale to fit all available bounds. Separate class is needed instead of property in the Polygon class because of generalization PolygonDecoration extends Polygon"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolylineConnection" eSuperTypes="#//Polyline #//ConnectionFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolylineConnection"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceDecoration" eType="#//DecorationFigure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetDecoration" eType="#//DecorationFigure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolylineDecoration" eSuperTypes="#//Polyline #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolylineDecoration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolygonDecoration" eSuperTypes="#//Polygon #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolygonDecoration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomClass" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//CustomAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="null"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directAccess" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiStatementValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureAccessor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedFigure" lowerBound="1" eType="#//RealFigure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomFigure" eSuperTypes="#//RealFigure #//CustomClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any figure class provided by some bundle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="customChildren" upperBound="-1" eType="#//FigureAccessor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Childrent enumerated with this feature are mere 'access points' to actual structure of the CustomFigure. They are not created, unlike those contained in regular Figure#children"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDecoration" eSuperTypes="#//CustomFigure #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as CustomFigure, but for Decorations"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomConnection" eSuperTypes="#//CustomFigure #//ConnectionFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as CustomFigure, but for Connections"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Color" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="RGBColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//ColorConstants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorConstants"> <eLiterals name="white"/> <eLiterals name="black" value="1"/> <eLiterals name="lightGray" value="2"/> <eLiterals name="gray" value="3"/> <eLiterals name="darkGray" value="4"/> <eLiterals name="red" value="5"/> <eLiterals name="orange" value="6"/> <eLiterals name="yellow" value="7"/> <eLiterals name="green" value="8"/> <eLiterals name="lightGreen" value="9"/> <eLiterals name="darkGreen" value="10"/> <eLiterals name="cyan" value="11"/> <eLiterals name="lightBlue" value="12"/> <eLiterals name="blue" value="13"/> <eLiterals name="darkBlue" value="14"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BasicFont" eSuperTypes="#//Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="9"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//FontStyle" defaultValueLiteral="NORMAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontStyle"> <eLiterals name="NORMAL"/> <eLiterals name="BOLD" value="1"/> <eLiterals name="ITALIC" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Insets"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Border" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BorderRef" eSuperTypes="#//Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Border reuse mechanism"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="constraint: actual should not be another BorderRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarginBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="outer" eType="#//Border" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" eType="#//Border" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomBorder" eSuperTypes="#//Border #//CustomClass"/> <eClassifiers xsi:type="ecore:EEnum" name="Direction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Geographical bit constants from org.eclipse.draw2d.PositionConstants"/> </eAnnotations> <eLiterals name="NONE"/> <eLiterals name="NORTH" value="1"/> <eLiterals name="SOUTH" value="4"/> <eLiterals name="WEST" value="8"/> <eLiterals name="EAST" value="16"/> <eLiterals name="NORTH_EAST" value="17"/> <eLiterals name="NORTH_WEST" value="9"/> <eLiterals name="SOUTH_EAST" value="20"/> <eLiterals name="SOUTH_WEST" value="12"/> <eLiterals name="NORTH_SOUTH" value="5"/> <eLiterals name="EAST_WEST" value="24"/> <eLiterals name="NSEW" value="29"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Graphics.LINE_* (== org.eclipse.swt.SWT.LINE_*. Values are same as SWT constants"/> </eAnnotations> <eLiterals name="LINE_SOLID" value="1"/> <eLiterals name="LINE_DASH" value="2"/> <eLiterals name="LINE_DOT" value="3"/> <eLiterals name="LINE_DASHDOT" value="4"/> <eLiterals name="LINE_DASHDOTDOT" value="5"/> <eLiterals name="LINE_CUSTOM" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutData" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Layoutable" eOpposite="#//Layoutable/layoutData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayoutData" eSuperTypes="#//LayoutData #//CustomClass"/> <eClassifiers xsi:type="ecore:EClass" name="GridLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeHint" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Alignment"> <eLiterals name="BEGINNING"/> <eLiterals name="CENTER" value="1"/> <eLiterals name="END" value="2"/> <eLiterals name="FILL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layoutable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" eType="#//LayoutData" containment="true" eOpposite="#//LayoutData/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//Layout" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="LayoutRef" eSuperTypes="#//Layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layout reuse mechanism"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//Layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="constraint: actual should not be another LayoutRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//Layout #//CustomClass"/> <eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="equalWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="margins" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchMinorSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forceSingleLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorAlignment" eType="#//Alignment" defaultValueLiteral="BEGINNING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorAlignment" eType="#//Alignment" defaultValueLiteral="BEGINNING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XYLayout" eSuperTypes="#//Layout"/> <eClassifiers xsi:type="ecore:EClass" name="XYLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" lowerBound="1" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StackLayout" eSuperTypes="#//Layout"/> <eClassifiers xsi:type="ecore:EClass" name="SVGFigure" eSuperTypes="#//RealFigure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//SVGProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="areaOfInterest" eType="#//Rectangle2D" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noCanvasWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noCanvasHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SVGProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SVGPropertyType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="getter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callSuper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SVGPropertyType"> <eLiterals name="STRING"/> <eLiterals name="COLOR" value="1"/> <eLiterals name="FLOAT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle2D"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/org.eclipse.gmf.graphdef.jar_models.gmfgraph.ecore
ecore
gmfgraph Canvas figures nodes connections compartments labels FigureGallery figures descriptors borders layouts implementationBundle Identity name DiagramElement figure facets AbstractNode Node resizeConstraint NSEW affixedParentSide NONE contentPane Connection Compartment collapsible needsTitle accessor DiagramLabel elementIcon true accessor container external VisualFacet GeneralFacet identifier data AlignmentFacet alignment GradientFacet direction LabelOffsetFacet x y DefaultSizeFacet defaultSize Figure descriptor foregroundColor backgroundColor maximumSize minimumSize preferredSize font insets border location size AbstractFigure FigureDescriptor actualFigure accessors ChildAccess owner accessor figure RealFigure name children FigureRef figure ConnectionFigure DecorationFigure Shape outline true fill true lineWidth 1 lineKind xorFill xorOutline resolvedChildren Label text LabeledContainer Rectangle RoundedRectangle cornerWidth 8 cornerHeight 8 Ellipse Polyline template Polygon ScalablePolygon PolylineConnection sourceDecoration targetDecoration PolylineDecoration PolygonDecoration CustomClass qualifiedClassName attributes CustomAttribute name value null directAccess false multiStatementValue false FigureAccessor accessor typedFigure CustomFigure customChildren CustomDecoration CustomConnection Color RGBColor red green blue ConstantColor value ColorConstants white white black black lightGray lightGray gray gray darkGray darkGray red red orange orange yellow yellow green green lightGreen lightGreen darkGreen darkGreen cyan cyan lightBlue lightBlue blue blue darkBlue darkBlue Font BasicFont faceName height 9 style NORMAL FontStyle NORMAL NORMAL BOLD BOLD ITALIC ITALIC Point x y Dimension dx dy Insets top left bottom right Border BorderRef actual LineBorder color width 1 MarginBorder insets CompoundBorder outer inner CustomBorder Direction NONE NONE NORTH NORTH SOUTH SOUTH WEST WEST EAST EAST NORTH_EAST NORTH_EAST NORTH_WEST NORTH_WEST SOUTH_EAST SOUTH_EAST SOUTH_WEST SOUTH_WEST NORTH_SOUTH NORTH_SOUTH EAST_WEST EAST_WEST NSEW NSEW LineKind LINE_SOLID LINE_SOLID LINE_DASH LINE_DASH LINE_DOT LINE_DOT LINE_DASHDOT LINE_DASHDOT LINE_DASHDOTDOT LINE_DASHDOTDOT LINE_CUSTOM LINE_CUSTOM LayoutData owner CustomLayoutData GridLayoutData grabExcessHorizontalSpace false grabExcessVerticalSpace false verticalAlignment CENTER horizontalAlignment CENTER verticalSpan 1 horizontalSpan 1 horizontalIndent sizeHint BorderLayoutData alignment CENTER vertical false Alignment BEGINNING BEGINNING CENTER CENTER END END FILL FILL Layoutable layoutData layout Layout LayoutRef actual CustomLayout GridLayout numColumns 1 equalWidth true margins spacing BorderLayout spacing FlowLayout vertical false matchMinorSize false forceSingleLine false majorAlignment BEGINNING minorAlignment BEGINNING majorSpacing 5 minorSpacing 5 XYLayout XYLayoutData topLeft size StackLayout SVGFigure documentURI properties areaOfInterest noCanvasWidth noCanvasHeight SVGProperty query attribute type getter setter callSuper SVGPropertyType STRING STRING COLOR COLOR FLOAT FLOAT Rectangle2D x y width height
null
{"directed":true,"nodes":[{"nsPrefix":"gmfgraph","nsURI":"http://www.eclipse.org/gmf/2006/GraphicalDefinition","name":"gmfgraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureGallery","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compartment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLabel","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualFacet","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralFacet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignmentFacet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradientFacet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelOffsetFacet","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSizeFacet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Figure","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFigure","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureDescriptor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildAccess","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealFigure","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureRef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionFigure","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationFigure","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledContainer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalablePolygon","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineConnection","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineDecoration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolygonDecoration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomClass","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomAttribute","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureAccessor","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFigure","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDecoration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomConnection","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantColor","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorConstants","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicFont","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insets","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Border","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderRef","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineBorder","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarginBorder","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundBorder","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomBorder","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineKind","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutData","instanceClass":null,"abstract":true,"id":60,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayoutData","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayoutData","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayoutData","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layoutable","instanceClass":null,"abstract":true,"id":65,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":66,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutRef","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayout","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowLayout","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayout","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayoutData","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackLayout","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVGFigure","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVGProperty","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SVGPropertyType","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle2D","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compartments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layouts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementationBundle","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NSEW","unsettable":false,"transient":false,"unique":true,"name":"resizeConstraint","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"affixedParentSide","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentPane","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collapsible","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"needsTitle","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"elementIcon","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"external","changeable":false,"lowerBound":0,"iD":false,"id":127,"derived":true},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":true,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"descriptor","changeable":false,"resolveProxies":false,"lowerBound":0,"id":152,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preferredSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"border","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":false,"resolveProxies":false,"lowerBound":1,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineKind","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorFill","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorOutline","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedChildren","changeable":false,"resolveProxies":true,"lowerBound":0,"id":203,"derived":true},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedClassName","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"null","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"null","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"directAccess","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiStatementValue","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":1,"iD":false,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"name":"white","id":272,"value":0,"literal":"white","eClass":"EEnumLiteral"},{"name":"black","id":273,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"lightGray","id":274,"value":2,"literal":"lightGray","eClass":"EEnumLiteral"},{"name":"gray","id":275,"value":3,"literal":"gray","eClass":"EEnumLiteral"},{"name":"darkGray","id":276,"value":4,"literal":"darkGray","eClass":"EEnumLiteral"},{"name":"red","id":277,"value":5,"literal":"red","eClass":"EEnumLiteral"},{"name":"orange","id":278,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"yellow","id":279,"value":7,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"green","id":280,"value":8,"literal":"green","eClass":"EEnumLiteral"},{"name":"lightGreen","id":281,"value":9,"literal":"lightGreen","eClass":"EEnumLiteral"},{"name":"darkGreen","id":282,"value":10,"literal":"darkGreen","eClass":"EEnumLiteral"},{"name":"cyan","id":283,"value":11,"literal":"cyan","eClass":"EEnumLiteral"},{"name":"lightBlue","id":284,"value":12,"literal":"lightBlue","eClass":"EEnumLiteral"},{"name":"blue","id":285,"value":13,"literal":"blue","eClass":"EEnumLiteral"},{"name":"darkBlue","id":286,"value":14,"literal":"darkBlue","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faceName","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":9,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"9","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"name":"NORMAL","id":294,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"BOLD","id":295,"value":1,"literal":"BOLD","eClass":"EEnumLiteral"},{"name":"ITALIC","id":296,"value":2,"literal":"ITALIC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dx","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dy","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"name":"NONE","id":331,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"NORTH","id":332,"value":1,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"SOUTH","id":333,"value":4,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"WEST","id":334,"value":8,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"EAST","id":335,"value":16,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":336,"value":17,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":337,"value":9,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":338,"value":20,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":339,"value":12,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_SOUTH","id":340,"value":5,"literal":"NORTH_SOUTH","eClass":"EEnumLiteral"},{"name":"EAST_WEST","id":341,"value":24,"literal":"EAST_WEST","eClass":"EEnumLiteral"},{"name":"NSEW","id":342,"value":29,"literal":"NSEW","eClass":"EEnumLiteral"},{"name":"LINE_SOLID","id":343,"value":1,"literal":"LINE_SOLID","eClass":"EEnumLiteral"},{"name":"LINE_DASH","id":344,"value":2,"literal":"LINE_DASH","eClass":"EEnumLiteral"},{"name":"LINE_DOT","id":345,"value":3,"literal":"LINE_DOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOT","id":346,"value":4,"literal":"LINE_DASHDOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOTDOT","id":347,"value":5,"literal":"LINE_DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"LINE_CUSTOM","id":348,"value":6,"literal":"LINE_CUSTOM","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessHorizontalSpace","changeable":true,"lowerBound":1,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessVerticalSpace","changeable":true,"lowerBound":1,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"verticalSpan","changeable":true,"lowerBound":1,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpan","changeable":true,"lowerBound":1,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalIndent","changeable":true,"lowerBound":1,"iD":false,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeHint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":1,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"name":"BEGINNING","id":376,"value":0,"literal":"BEGINNING","eClass":"EEnumLiteral"},{"name":"CENTER","id":377,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"END","id":378,"value":2,"literal":"END","eClass":"EEnumLiteral"},{"name":"FILL","id":379,"value":3,"literal":"FILL","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":1,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"equalWidth","changeable":true,"lowerBound":1,"iD":false,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"margins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"matchMinorSize","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forceSingleLine","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"majorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"minorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"majorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"minorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentURI","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"areaOfInterest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCanvasWidth","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCanvasHeight","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"getter","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setter","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"callSuper","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"name":"STRING","id":445,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"COLOR","id":446,"value":1,"literal":"COLOR","eClass":"EEnumLiteral"},{"name":"FLOAT","id":447,"value":2,"literal":"FLOAT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":79,"target":2},{"source":79,"target":85},{"source":79,"target":1},{"source":85,"target":2},{"source":80,"target":6},{"source":80,"target":86},{"source":80,"target":1},{"source":86,"target":6},{"source":81,"target":7},{"source":81,"target":87},{"source":81,"target":1},{"source":87,"target":7},{"source":82,"target":8},{"source":82,"target":88},{"source":82,"target":1},{"source":88,"target":8},{"source":83,"target":9},{"source":83,"target":89},{"source":83,"target":1},{"source":89,"target":9},{"source":84,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":90,"target":20},{"source":90,"target":96},{"source":90,"target":2},{"source":96,"target":20},{"source":91,"target":18},{"source":91,"target":97},{"source":91,"target":2},{"source":97,"target":18},{"source":92,"target":52},{"source":92,"target":98},{"source":92,"target":2},{"source":98,"target":52},{"source":93,"target":66},{"source":93,"target":99},{"source":93,"target":2},{"source":99,"target":66},{"source":94,"target":100},{"source":94,"target":2},{"source":95,"target":3},{"source":3,"target":0},{"source":3,"target":101},{"source":101,"target":102},{"source":101,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":103,"target":18},{"source":103,"target":106},{"source":103,"target":4},{"source":106,"target":18},{"source":104,"target":10},{"source":104,"target":107},{"source":104,"target":4},{"source":107,"target":10},{"source":105,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":108},{"source":108,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":6,"target":112},{"source":109,"target":58},{"source":109,"target":113},{"source":109,"target":6},{"source":113,"target":58},{"source":110,"target":58},{"source":110,"target":114},{"source":110,"target":6},{"source":114,"target":58},{"source":111,"target":19},{"source":111,"target":115},{"source":111,"target":6},{"source":115,"target":19},{"source":112,"target":5},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":116},{"source":116,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":117,"target":121},{"source":117,"target":8},{"source":118,"target":122},{"source":118,"target":8},{"source":119,"target":19},{"source":119,"target":123},{"source":119,"target":8},{"source":123,"target":19},{"source":120,"target":4},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":124,"target":129},{"source":124,"target":9},{"source":125,"target":19},{"source":125,"target":130},{"source":125,"target":9},{"source":130,"target":19},{"source":126,"target":19},{"source":126,"target":131},{"source":126,"target":9},{"source":131,"target":19},{"source":127,"target":132},{"source":127,"target":9},{"source":128,"target":6},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":133},{"source":11,"target":134},{"source":11,"target":135},{"source":133,"target":136},{"source":133,"target":11},{"source":134,"target":137},{"source":134,"target":11},{"source":135,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":138},{"source":12,"target":139},{"source":138,"target":64},{"source":138,"target":140},{"source":138,"target":12},{"source":140,"target":64},{"source":139,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":141},{"source":13,"target":142},{"source":141,"target":58},{"source":141,"target":143},{"source":141,"target":13},{"source":143,"target":58},{"source":142,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":144,"target":147},{"source":144,"target":14},{"source":145,"target":148},{"source":145,"target":14},{"source":146,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":149},{"source":15,"target":150},{"source":149,"target":50},{"source":149,"target":151},{"source":149,"target":15},{"source":151,"target":50},{"source":150,"target":10},{"source":16,"target":0},{"source":16,"target":65},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":156},{"source":16,"target":157},{"source":16,"target":158},{"source":16,"target":159},{"source":16,"target":160},{"source":16,"target":161},{"source":16,"target":162},{"source":16,"target":163},{"source":152,"target":18},{"source":152,"target":164},{"source":152,"target":16},{"source":164,"target":18},{"source":153,"target":42},{"source":153,"target":165},{"source":153,"target":16},{"source":165,"target":42},{"source":154,"target":42},{"source":154,"target":166},{"source":154,"target":16},{"source":166,"target":42},{"source":155,"target":50},{"source":155,"target":167},{"source":155,"target":16},{"source":167,"target":50},{"source":156,"target":50},{"source":156,"target":168},{"source":156,"target":16},{"source":168,"target":50},{"source":157,"target":50},{"source":157,"target":169},{"source":157,"target":16},{"source":169,"target":50},{"source":158,"target":46},{"source":158,"target":170},{"source":158,"target":16},{"source":170,"target":46},{"source":159,"target":51},{"source":159,"target":171},{"source":159,"target":16},{"source":171,"target":51},{"source":160,"target":52},{"source":160,"target":172},{"source":160,"target":16},{"source":172,"target":52},{"source":161,"target":49},{"source":161,"target":173},{"source":161,"target":16},{"source":173,"target":49},{"source":162,"target":49},{"source":162,"target":174},{"source":162,"target":16},{"source":174,"target":49},{"source":163,"target":65},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":175},{"source":175,"target":16},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":176,"target":16},{"source":176,"target":179},{"source":176,"target":18},{"source":179,"target":16},{"source":177,"target":19},{"source":177,"target":180},{"source":177,"target":18},{"source":177,"target":181},{"source":180,"target":19},{"source":178,"target":3},{"source":19,"target":0},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":181,"target":18},{"source":181,"target":184},{"source":181,"target":19},{"source":181,"target":177},{"source":184,"target":18},{"source":182,"target":185},{"source":182,"target":19},{"source":183,"target":16},{"source":183,"target":186},{"source":183,"target":19},{"source":186,"target":16},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":187},{"source":20,"target":188},{"source":20,"target":189},{"source":187,"target":190},{"source":187,"target":20},{"source":188,"target":16},{"source":188,"target":191},{"source":188,"target":20},{"source":191,"target":16},{"source":189,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":192},{"source":21,"target":193},{"source":192,"target":20},{"source":192,"target":194},{"source":192,"target":21},{"source":194,"target":20},{"source":193,"target":17},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":195},{"source":195,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":196},{"source":196,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":197},{"source":24,"target":198},{"source":24,"target":199},{"source":24,"target":200},{"source":24,"target":201},{"source":24,"target":202},{"source":24,"target":203},{"source":24,"target":204},{"source":197,"target":205},{"source":197,"target":24},{"source":198,"target":206},{"source":198,"target":24},{"source":199,"target":207},{"source":199,"target":24},{"source":200,"target":59},{"source":200,"target":208},{"source":200,"target":24},{"source":208,"target":59},{"source":201,"target":209},{"source":201,"target":24},{"source":202,"target":210},{"source":202,"target":24},{"source":203,"target":16},{"source":203,"target":211},{"source":203,"target":24},{"source":211,"target":16},{"source":204,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":212},{"source":25,"target":213},{"source":212,"target":214},{"source":212,"target":25},{"source":213,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":215},{"source":215,"target":20},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":216},{"source":216,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":217},{"source":28,"target":218},{"source":28,"target":219},{"source":217,"target":220},{"source":217,"target":28},{"source":218,"target":221},{"source":218,"target":28},{"source":219,"target":24},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":222},{"source":222,"target":24},{"source":30,"target":0},{"source":30,"target":24},{"source":30,"target":223},{"source":30,"target":224},{"source":223,"target":49},{"source":223,"target":225},{"source":223,"target":30},{"source":225,"target":49},{"source":224,"target":24},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":226},{"source":226,"target":30},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":227},{"source":227,"target":31},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":22},{"source":33,"target":228},{"source":33,"target":229},{"source":33,"target":230},{"source":33,"target":231},{"source":228,"target":23},{"source":228,"target":232},{"source":228,"target":33},{"source":232,"target":23},{"source":229,"target":23},{"source":229,"target":233},{"source":229,"target":33},{"source":233,"target":23},{"source":230,"target":30},{"source":231,"target":22},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":23},{"source":34,"target":234},{"source":34,"target":235},{"source":234,"target":30},{"source":235,"target":23},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":23},{"source":35,"target":236},{"source":35,"target":237},{"source":236,"target":31},{"source":237,"target":23},{"source":36,"target":0},{"source":36,"target":238},{"source":36,"target":239},{"source":238,"target":240},{"source":238,"target":36},{"source":239,"target":37},{"source":239,"target":241},{"source":239,"target":36},{"source":241,"target":37},{"source":37,"target":0},{"source":37,"target":242},{"source":37,"target":243},{"source":37,"target":244},{"source":37,"target":245},{"source":242,"target":246},{"source":242,"target":37},{"source":243,"target":247},{"source":243,"target":37},{"source":244,"target":248},{"source":244,"target":37},{"source":245,"target":249},{"source":245,"target":37},{"source":38,"target":0},{"source":38,"target":250},{"source":38,"target":251},{"source":250,"target":252},{"source":250,"target":38},{"source":251,"target":20},{"source":251,"target":253},{"source":251,"target":38},{"source":253,"target":20},{"source":39,"target":0},{"source":39,"target":20},{"source":39,"target":36},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":254,"target":38},{"source":254,"target":257},{"source":254,"target":39},{"source":257,"target":38},{"source":255,"target":20},{"source":256,"target":36},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":23},{"source":40,"target":258},{"source":40,"target":259},{"source":258,"target":39},{"source":259,"target":23},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":22},{"source":41,"target":260},{"source":41,"target":261},{"source":260,"target":39},{"source":261,"target":22},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":262},{"source":43,"target":263},{"source":43,"target":264},{"source":43,"target":265},{"source":262,"target":266},{"source":262,"target":43},{"source":263,"target":267},{"source":263,"target":43},{"source":264,"target":268},{"source":264,"target":43},{"source":265,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":269},{"source":44,"target":270},{"source":269,"target":45},{"source":269,"target":271},{"source":269,"target":44},{"source":271,"target":45},{"source":270,"target":42},{"source":45,"target":0},{"source":45,"target":272},{"source":45,"target":273},{"source":45,"target":274},{"source":45,"target":275},{"source":45,"target":276},{"source":45,"target":277},{"source":45,"target":278},{"source":45,"target":279},{"source":45,"target":280},{"source":45,"target":281},{"source":45,"target":282},{"source":45,"target":283},{"source":45,"target":284},{"source":45,"target":285},{"source":45,"target":286},{"source":272,"target":45},{"source":273,"target":45},{"source":274,"target":45},{"source":275,"target":45},{"source":276,"target":45},{"source":277,"target":45},{"source":278,"target":45},{"source":279,"target":45},{"source":280,"target":45},{"source":281,"target":45},{"source":282,"target":45},{"source":283,"target":45},{"source":284,"target":45},{"source":285,"target":45},{"source":286,"target":45},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":287},{"source":47,"target":288},{"source":47,"target":289},{"source":47,"target":290},{"source":287,"target":291},{"source":287,"target":47},{"source":288,"target":292},{"source":288,"target":47},{"source":289,"target":48},{"source":289,"target":293},{"source":289,"target":47},{"source":293,"target":48},{"source":290,"target":46},{"source":48,"target":0},{"source":48,"target":294},{"source":48,"target":295},{"source":48,"target":296},{"source":294,"target":48},{"source":295,"target":48},{"source":296,"target":48},{"source":49,"target":0},{"source":49,"target":297},{"source":49,"target":298},{"source":297,"target":299},{"source":297,"target":49},{"source":298,"target":300},{"source":298,"target":49},{"source":50,"target":0},{"source":50,"target":301},{"source":50,"target":302},{"source":301,"target":303},{"source":301,"target":50},{"source":302,"target":304},{"source":302,"target":50},{"source":51,"target":0},{"source":51,"target":305},{"source":51,"target":306},{"source":51,"target":307},{"source":51,"target":308},{"source":305,"target":309},{"source":305,"target":51},{"source":306,"target":310},{"source":306,"target":51},{"source":307,"target":311},{"source":307,"target":51},{"source":308,"target":312},{"source":308,"target":51},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":313},{"source":53,"target":314},{"source":313,"target":52},{"source":313,"target":315},{"source":313,"target":53},{"source":315,"target":52},{"source":314,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":316},{"source":54,"target":317},{"source":54,"target":318},{"source":316,"target":42},{"source":316,"target":319},{"source":316,"target":54},{"source":319,"target":42},{"source":317,"target":320},{"source":317,"target":54},{"source":318,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":321},{"source":55,"target":322},{"source":321,"target":51},{"source":321,"target":323},{"source":321,"target":55},{"source":323,"target":51},{"source":322,"target":52},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":324},{"source":56,"target":325},{"source":56,"target":326},{"source":324,"target":52},{"source":324,"target":327},{"source":324,"target":56},{"source":327,"target":52},{"source":325,"target":52},{"source":325,"target":328},{"source":325,"target":56},{"source":328,"target":52},{"source":326,"target":52},{"source":57,"target":0},{"source":57,"target":52},{"source":57,"target":36},{"source":57,"target":329},{"source":57,"target":330},{"source":329,"target":52},{"source":330,"target":36},{"source":58,"target":0},{"source":58,"target":331},{"source":58,"target":332},{"source":58,"target":333},{"source":58,"target":334},{"source":58,"target":335},{"source":58,"target":336},{"source":58,"target":337},{"source":58,"target":338},{"source":58,"target":339},{"source":58,"target":340},{"source":58,"target":341},{"source":58,"target":342},{"source":331,"target":58},{"source":332,"target":58},{"source":333,"target":58},{"source":334,"target":58},{"source":335,"target":58},{"source":336,"target":58},{"source":337,"target":58},{"source":338,"target":58},{"source":339,"target":58},{"source":340,"target":58},{"source":341,"target":58},{"source":342,"target":58},{"source":59,"target":0},{"source":59,"target":343},{"source":59,"target":344},{"source":59,"target":345},{"source":59,"target":346},{"source":59,"target":347},{"source":59,"target":348},{"source":343,"target":59},{"source":344,"target":59},{"source":345,"target":59},{"source":346,"target":59},{"source":347,"target":59},{"source":348,"target":59},{"source":60,"target":0},{"source":60,"target":349},{"source":349,"target":65},{"source":349,"target":350},{"source":349,"target":60},{"source":349,"target":351},{"source":350,"target":65},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":36},{"source":61,"target":352},{"source":61,"target":353},{"source":352,"target":60},{"source":353,"target":36},{"source":62,"target":0},{"source":62,"target":60},{"source":62,"target":354},{"source":62,"target":355},{"source":62,"target":356},{"source":62,"target":357},{"source":62,"target":358},{"source":62,"target":359},{"source":62,"target":360},{"source":62,"target":361},{"source":62,"target":362},{"source":354,"target":363},{"source":354,"target":62},{"source":355,"target":364},{"source":355,"target":62},{"source":356,"target":64},{"source":356,"target":365},{"source":356,"target":62},{"source":365,"target":64},{"source":357,"target":64},{"source":357,"target":366},{"source":357,"target":62},{"source":366,"target":64},{"source":358,"target":367},{"source":358,"target":62},{"source":359,"target":368},{"source":359,"target":62},{"source":360,"target":369},{"source":360,"target":62},{"source":361,"target":50},{"source":361,"target":370},{"source":361,"target":62},{"source":370,"target":50},{"source":362,"target":60},{"source":63,"target":0},{"source":63,"target":60},{"source":63,"target":371},{"source":63,"target":372},{"source":63,"target":373},{"source":371,"target":64},{"source":371,"target":374},{"source":371,"target":63},{"source":374,"target":64},{"source":372,"target":375},{"source":372,"target":63},{"source":373,"target":60},{"source":64,"target":0},{"source":64,"target":376},{"source":64,"target":377},{"source":64,"target":378},{"source":64,"target":379},{"source":376,"target":64},{"source":377,"target":64},{"source":378,"target":64},{"source":379,"target":64},{"source":65,"target":0},{"source":65,"target":351},{"source":65,"target":380},{"source":351,"target":60},{"source":351,"target":381},{"source":351,"target":65},{"source":351,"target":349},{"source":381,"target":60},{"source":380,"target":66},{"source":380,"target":382},{"source":380,"target":65},{"source":382,"target":66},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":383},{"source":67,"target":384},{"source":383,"target":66},{"source":383,"target":385},{"source":383,"target":67},{"source":385,"target":66},{"source":384,"target":66},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":36},{"source":68,"target":386},{"source":68,"target":387},{"source":386,"target":66},{"source":387,"target":36},{"source":69,"target":0},{"source":69,"target":66},{"source":69,"target":388},{"source":69,"target":389},{"source":69,"target":390},{"source":69,"target":391},{"source":69,"target":392},{"source":388,"target":393},{"source":388,"target":69},{"source":389,"target":394},{"source":389,"target":69},{"source":390,"target":50},{"source":390,"target":395},{"source":390,"target":69},{"source":395,"target":50},{"source":391,"target":50},{"source":391,"target":396},{"source":391,"target":69},{"source":396,"target":50},{"source":392,"target":66},{"source":70,"target":0},{"source":70,"target":66},{"source":70,"target":397},{"source":70,"target":398},{"source":397,"target":50},{"source":397,"target":399},{"source":397,"target":70},{"source":399,"target":50},{"source":398,"target":66},{"source":71,"target":0},{"source":71,"target":66},{"source":71,"target":400},{"source":71,"target":401},{"source":71,"target":402},{"source":71,"target":403},{"source":71,"target":404},{"source":71,"target":405},{"source":71,"target":406},{"source":71,"target":407},{"source":400,"target":408},{"source":400,"target":71},{"source":401,"target":409},{"source":401,"target":71},{"source":402,"target":410},{"source":402,"target":71},{"source":403,"target":64},{"source":403,"target":411},{"source":403,"target":71},{"source":411,"target":64},{"source":404,"target":64},{"source":404,"target":412},{"source":404,"target":71},{"source":412,"target":64},{"source":405,"target":413},{"source":405,"target":71},{"source":406,"target":414},{"source":406,"target":71},{"source":407,"target":66},{"source":72,"target":0},{"source":72,"target":66},{"source":72,"target":415},{"source":415,"target":66},{"source":73,"target":0},{"source":73,"target":60},{"source":73,"target":416},{"source":73,"target":417},{"source":73,"target":418},{"source":416,"target":49},{"source":416,"target":419},{"source":416,"target":73},{"source":419,"target":49},{"source":417,"target":50},{"source":417,"target":420},{"source":417,"target":73},{"source":420,"target":50},{"source":418,"target":60},{"source":74,"target":0},{"source":74,"target":66},{"source":74,"target":421},{"source":421,"target":66},{"source":75,"target":0},{"source":75,"target":20},{"source":75,"target":422},{"source":75,"target":423},{"source":75,"target":424},{"source":75,"target":425},{"source":75,"target":426},{"source":75,"target":427},{"source":422,"target":428},{"source":422,"target":75},{"source":423,"target":76},{"source":423,"target":429},{"source":423,"target":75},{"source":429,"target":76},{"source":424,"target":78},{"source":424,"target":430},{"source":424,"target":75},{"source":430,"target":78},{"source":425,"target":431},{"source":425,"target":75},{"source":426,"target":432},{"source":426,"target":75},{"source":427,"target":20},{"source":76,"target":0},{"source":76,"target":433},{"source":76,"target":434},{"source":76,"target":435},{"source":76,"target":436},{"source":76,"target":437},{"source":76,"target":438},{"source":433,"target":439},{"source":433,"target":76},{"source":434,"target":440},{"source":434,"target":76},{"source":435,"target":77},{"source":435,"target":441},{"source":435,"target":76},{"source":441,"target":77},{"source":436,"target":442},{"source":436,"target":76},{"source":437,"target":443},{"source":437,"target":76},{"source":438,"target":444},{"source":438,"target":76},{"source":77,"target":0},{"source":77,"target":445},{"source":77,"target":446},{"source":77,"target":447},{"source":445,"target":77},{"source":446,"target":77},{"source":447,"target":77},{"source":78,"target":0},{"source":78,"target":448},{"source":78,"target":449},{"source":78,"target":450},{"source":78,"target":451},{"source":448,"target":452},{"source":448,"target":78},{"source":449,"target":453},{"source":449,"target":78},{"source":450,"target":454},{"source":450,"target":78},{"source":451,"target":455},{"source":451,"target":78}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="metapackage" nsURI="http://www.example.org/metamodel" nsPrefix="metamodel"> <eClassifiers xsi:type="ecore:EClass" name="Client"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="servicePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="servicemessage" lowerBound="1" eType="#//ServiceMessage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosprofile" eType="#//QosProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSubscribers" upperBound="-1" eType="#//Subscriber" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPublishers" upperBound="-1" eType="#//Publisher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasClients" upperBound="-1" eType="#//Client" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasServers" upperBound="-1" eType="#//Server" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasParameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasActionServers" upperBound="-1" eType="#//ActionServer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasActionClients" upperBound="-1" eType="#//ActionClient" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subscriber"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topicPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="smsg" lowerBound="1" eType="#//TopicMessage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosprofile" eType="#//QosProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Publisher"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topicPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publishRate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0.5"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pmsg" lowerBound="1" eType="#//TopicMessage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosprofile" eType="#//QosProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Server"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="servicePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="servicemessage" lowerBound="1" eType="#//ServiceMessage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosprofile" eType="#//QosProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//DataTypes" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasDependencies" upperBound="-1" eType="#//Dependency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasNodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasDocumentation" lowerBound="1" eType="#//Documentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rosVersion" lowerBound="1" upperBound="-1" eType="#//ROSVersion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packagePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasTopicMessages" upperBound="-1" eType="#//TopicMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasServiceMessages" upperBound="-1" eType="#//ServiceMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasActionInterfaces" upperBound="-1" eType="#//ActionInterface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="license" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maintainer" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="builtin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasDeployments" upperBound="-1" eType="#//Deployment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Documentation"/> <eClassifiers xsi:type="ecore:EEnum" name="DataTypes"> <eLiterals name="NOT_SET" literal="NOT_SET"/> <eLiterals name="BOOL" value="1" literal="BOOL"/> <eLiterals name="INTEGER" value="2" literal="INTEGER"/> <eLiterals name="DOUBLE" value="3" literal="DOUBLE"/> <eLiterals name="STRING" value="4" literal="STRING"/> <eLiterals name="BYTE_ARRAY" value="5" literal="BYTE_ARRAY"/> <eLiterals name="BOOL_ARRAY" value="6" literal="BOOL_ARRAY"/> <eLiterals name="INTEGER_ARRAY" value="7"/> <eLiterals name="DOUBLE_ARRAY" value="8"/> <eLiterals name="STRING_ARRAY" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomService" eSuperTypes="#//ServiceMessage"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasRequest" lowerBound="1" eType="#//Request" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResponse" lowerBound="1" eType="#//Response" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Request"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasObjectProperties" upperBound="-1" eType="#//ObjectProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Response"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasObjectProperties" upperBound="-1" eType="#//ObjectProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomMessage" eSuperTypes="#//TopicMessage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasObjectProperties" upperBound="-1" eType="#//ObjectProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionServer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actioninterface" lowerBound="1" eType="#//ActionInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionClient"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actioninterface" lowerBound="1" eType="#//ActionInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ROSVersion"> <eLiterals name="Ardent_Apalone"/> <eLiterals name="Bouncy_Bolson" value="1"/> <eLiterals name="Crystal_Clemmys" value="2"/> <eLiterals name="Dashing_Diademata" value="3"/> <eLiterals name="Eloquent_Elusor" value="4"/> <eLiterals name="Foxy_Fitzroy" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopicMessage" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RosMessage" eSuperTypes="#//TopicMessage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceMessage" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RosService" eSuperTypes="#//ServiceMessage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionInterface" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomActionInterface" eSuperTypes="#//ActionInterface"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasGoal" lowerBound="1" eType="#//Goal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" lowerBound="1" eType="#//Result" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasFeedback" lowerBound="1" eType="#//Feedback" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasObjectProperties" upperBound="-1" eType="#//ObjectProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Result"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasObjectProperties" upperBound="-1" eType="#//ObjectProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feedback"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasObjectProperties" upperBound="-1" eType="#//ObjectProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QosProfile" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="PackageDependency" eSuperTypes="#//Dependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomPackage" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="RosPackage" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arguments" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/bronzeRaf/MetaROS2/Metageneros/model/metapackage.ecore
ecore
metapackage Client name servicePath serviceName servicemessage qosprofile Node hasSubscribers hasPublishers hasClients hasServers hasParameters name namespace hasActionServers hasActionClients Subscriber name topicPath smsg qosprofile Publisher name topicPath publishRate 0.5 pmsg qosprofile Server name servicePath serviceName servicemessage qosprofile Parameter name type 0 value description Package hasDependencies hasNodes hasDocumentation name rosVersion packagePath hasTopicMessages hasServiceMessages hasActionInterfaces license maintainer email builtin false description hasDeployments Dependency Documentation DataTypes NOT_SET NOT_SET BOOL BOOL INTEGER INTEGER DOUBLE DOUBLE STRING STRING BYTE_ARRAY BYTE_ARRAY BOOL_ARRAY BOOL_ARRAY INTEGER_ARRAY INTEGER_ARRAY DOUBLE_ARRAY DOUBLE_ARRAY STRING_ARRAY STRING_ARRAY CustomService hasRequest hasResponse description Request hasObjectProperties Response hasObjectProperties CustomMessage description hasObjectProperties ActionServer name actioninterface ActionClient name actioninterface ROSVersion Ardent_Apalone Ardent_Apalone Bouncy_Bolson Bouncy_Bolson Crystal_Clemmys Crystal_Clemmys Dashing_Diademata Dashing_Diademata Eloquent_Elusor Eloquent_Elusor Foxy_Fitzroy Foxy_Fitzroy TopicMessage name RosMessage package ServiceMessage name RosService package ActionInterface name CustomActionInterface description hasGoal hasResult hasFeedback Goal hasObjectProperties Result hasObjectProperties Feedback hasObjectProperties QosProfile PackageDependency package ObjectProperty name description constant false default CustomPackage RosPackage Deployment nodes name arguments
null
{"directed":true,"nodes":[{"nsPrefix":"metamodel","nsURI":"http://www.example.org/metamodel","name":"metapackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Client","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subscriber","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publisher","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Server","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataTypes","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomService","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Request","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Response","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomMessage","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionServer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionClient","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ROSVersion","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopicMessage","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RosMessage","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceMessage","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RosService","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionInterface","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomActionInterface","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feedback","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QosProfile","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDependency","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectProperty","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomPackage","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RosPackage","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"servicePath","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"servicemessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qosprofile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasSubscribers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasPublishers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasClients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasServers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasActionServers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasActionClients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"topicPath","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"smsg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qosprofile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"topicPath","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.5","unsettable":false,"transient":false,"unique":true,"name":"publishRate","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pmsg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qosprofile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"servicePath","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"servicemessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qosprofile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasDocumentation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rosVersion","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packagePath","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasTopicMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasServiceMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasActionInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maintainer","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"builtin","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasDeployments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"name":"NOT_SET","id":127,"value":0,"literal":"NOT_SET","eClass":"EEnumLiteral"},{"name":"BOOL","id":128,"value":1,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"INTEGER","id":129,"value":2,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":130,"value":3,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"STRING","id":131,"value":4,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"BYTE_ARRAY","id":132,"value":5,"literal":"BYTE_ARRAY","eClass":"EEnumLiteral"},{"name":"BOOL_ARRAY","id":133,"value":6,"literal":"BOOL_ARRAY","eClass":"EEnumLiteral"},{"name":"INTEGER_ARRAY","id":134,"value":7,"literal":"INTEGER_ARRAY","eClass":"EEnumLiteral"},{"name":"DOUBLE_ARRAY","id":135,"value":8,"literal":"DOUBLE_ARRAY","eClass":"EEnumLiteral"},{"name":"STRING_ARRAY","id":136,"value":9,"literal":"STRING_ARRAY","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasRequest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResponse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasObjectProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasObjectProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasObjectProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actioninterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actioninterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"name":"Ardent_Apalone","id":161,"value":0,"literal":"Ardent_Apalone","eClass":"EEnumLiteral"},{"name":"Bouncy_Bolson","id":162,"value":1,"literal":"Bouncy_Bolson","eClass":"EEnumLiteral"},{"name":"Crystal_Clemmys","id":163,"value":2,"literal":"Crystal_Clemmys","eClass":"EEnumLiteral"},{"name":"Dashing_Diademata","id":164,"value":3,"literal":"Dashing_Diademata","eClass":"EEnumLiteral"},{"name":"Eloquent_Elusor","id":165,"value":4,"literal":"Eloquent_Elusor","eClass":"EEnumLiteral"},{"name":"Foxy_Fitzroy","id":166,"value":5,"literal":"Foxy_Fitzroy","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":1,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasGoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasFeedback","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasObjectProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasObjectProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasObjectProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":1,"target":0},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":33,"target":38},{"source":33,"target":1},{"source":34,"target":39},{"source":34,"target":1},{"source":35,"target":40},{"source":35,"target":1},{"source":36,"target":20},{"source":36,"target":41},{"source":36,"target":1},{"source":41,"target":20},{"source":37,"target":27},{"source":37,"target":42},{"source":37,"target":1},{"source":42,"target":27},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":43,"target":3},{"source":43,"target":52},{"source":43,"target":2},{"source":52,"target":3},{"source":44,"target":4},{"source":44,"target":53},{"source":44,"target":2},{"source":53,"target":4},{"source":45,"target":1},{"source":45,"target":54},{"source":45,"target":2},{"source":54,"target":1},{"source":46,"target":5},{"source":46,"target":55},{"source":46,"target":2},{"source":55,"target":5},{"source":47,"target":6},{"source":47,"target":56},{"source":47,"target":2},{"source":56,"target":6},{"source":48,"target":57},{"source":48,"target":2},{"source":49,"target":58},{"source":49,"target":2},{"source":50,"target":15},{"source":50,"target":59},{"source":50,"target":2},{"source":59,"target":15},{"source":51,"target":16},{"source":51,"target":60},{"source":51,"target":2},{"source":60,"target":16},{"source":3,"target":0},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":61,"target":65},{"source":61,"target":3},{"source":62,"target":66},{"source":62,"target":3},{"source":63,"target":18},{"source":63,"target":67},{"source":63,"target":3},{"source":67,"target":18},{"source":64,"target":27},{"source":64,"target":68},{"source":64,"target":3},{"source":68,"target":27},{"source":4,"target":0},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":69,"target":74},{"source":69,"target":4},{"source":70,"target":75},{"source":70,"target":4},{"source":71,"target":76},{"source":71,"target":4},{"source":72,"target":18},{"source":72,"target":77},{"source":72,"target":4},{"source":77,"target":18},{"source":73,"target":27},{"source":73,"target":78},{"source":73,"target":4},{"source":78,"target":27},{"source":5,"target":0},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":79,"target":84},{"source":79,"target":5},{"source":80,"target":85},{"source":80,"target":5},{"source":81,"target":86},{"source":81,"target":5},{"source":82,"target":20},{"source":82,"target":87},{"source":82,"target":5},{"source":87,"target":20},{"source":83,"target":27},{"source":83,"target":88},{"source":83,"target":5},{"source":88,"target":27},{"source":6,"target":0},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":89,"target":93},{"source":89,"target":6},{"source":90,"target":10},{"source":90,"target":94},{"source":90,"target":6},{"source":94,"target":10},{"source":91,"target":95},{"source":91,"target":6},{"source":92,"target":96},{"source":92,"target":6},{"source":7,"target":0},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":97,"target":8},{"source":97,"target":112},{"source":97,"target":7},{"source":112,"target":8},{"source":98,"target":2},{"source":98,"target":113},{"source":98,"target":7},{"source":113,"target":2},{"source":99,"target":9},{"source":99,"target":114},{"source":99,"target":7},{"source":114,"target":9},{"source":100,"target":115},{"source":100,"target":7},{"source":101,"target":17},{"source":101,"target":116},{"source":101,"target":7},{"source":116,"target":17},{"source":102,"target":117},{"source":102,"target":7},{"source":103,"target":18},{"source":103,"target":118},{"source":103,"target":7},{"source":118,"target":18},{"source":104,"target":20},{"source":104,"target":119},{"source":104,"target":7},{"source":119,"target":20},{"source":105,"target":22},{"source":105,"target":120},{"source":105,"target":7},{"source":120,"target":22},{"source":106,"target":121},{"source":106,"target":7},{"source":107,"target":122},{"source":107,"target":7},{"source":108,"target":123},{"source":108,"target":7},{"source":109,"target":124},{"source":109,"target":7},{"source":110,"target":125},{"source":110,"target":7},{"source":111,"target":32},{"source":111,"target":126},{"source":111,"target":7},{"source":126,"target":32},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":127},{"source":10,"target":128},{"source":10,"target":129},{"source":10,"target":130},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":127,"target":10},{"source":128,"target":10},{"source":129,"target":10},{"source":130,"target":10},{"source":131,"target":10},{"source":132,"target":10},{"source":133,"target":10},{"source":134,"target":10},{"source":135,"target":10},{"source":136,"target":10},{"source":11,"target":0},{"source":11,"target":20},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":11,"target":140},{"source":137,"target":12},{"source":137,"target":141},{"source":137,"target":11},{"source":141,"target":12},{"source":138,"target":13},{"source":138,"target":142},{"source":138,"target":11},{"source":142,"target":13},{"source":139,"target":143},{"source":139,"target":11},{"source":140,"target":20},{"source":12,"target":0},{"source":12,"target":144},{"source":144,"target":29},{"source":144,"target":145},{"source":144,"target":12},{"source":145,"target":29},{"source":13,"target":0},{"source":13,"target":146},{"source":146,"target":29},{"source":146,"target":147},{"source":146,"target":13},{"source":147,"target":29},{"source":14,"target":0},{"source":14,"target":18},{"source":14,"target":148},{"source":14,"target":149},{"source":14,"target":150},{"source":148,"target":151},{"source":148,"target":14},{"source":149,"target":29},{"source":149,"target":152},{"source":149,"target":14},{"source":152,"target":29},{"source":150,"target":18},{"source":15,"target":0},{"source":15,"target":153},{"source":15,"target":154},{"source":153,"target":155},{"source":153,"target":15},{"source":154,"target":22},{"source":154,"target":156},{"source":154,"target":15},{"source":156,"target":22},{"source":16,"target":0},{"source":16,"target":157},{"source":16,"target":158},{"source":157,"target":159},{"source":157,"target":16},{"source":158,"target":22},{"source":158,"target":160},{"source":158,"target":16},{"source":160,"target":22},{"source":17,"target":0},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":17,"target":166},{"source":161,"target":17},{"source":162,"target":17},{"source":163,"target":17},{"source":164,"target":17},{"source":165,"target":17},{"source":166,"target":17},{"source":18,"target":0},{"source":18,"target":167},{"source":167,"target":168},{"source":167,"target":18},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":169},{"source":19,"target":170},{"source":169,"target":171},{"source":169,"target":19},{"source":170,"target":18},{"source":20,"target":0},{"source":20,"target":172},{"source":172,"target":173},{"source":172,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":174},{"source":21,"target":175},{"source":174,"target":176},{"source":174,"target":21},{"source":175,"target":20},{"source":22,"target":0},{"source":22,"target":177},{"source":177,"target":178},{"source":177,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":179},{"source":23,"target":180},{"source":23,"target":181},{"source":23,"target":182},{"source":23,"target":183},{"source":179,"target":184},{"source":179,"target":23},{"source":180,"target":24},{"source":180,"target":185},{"source":180,"target":23},{"source":185,"target":24},{"source":181,"target":25},{"source":181,"target":186},{"source":181,"target":23},{"source":186,"target":25},{"source":182,"target":26},{"source":182,"target":187},{"source":182,"target":23},{"source":187,"target":26},{"source":183,"target":22},{"source":24,"target":0},{"source":24,"target":188},{"source":188,"target":29},{"source":188,"target":189},{"source":188,"target":24},{"source":189,"target":29},{"source":25,"target":0},{"source":25,"target":190},{"source":190,"target":29},{"source":190,"target":191},{"source":190,"target":25},{"source":191,"target":29},{"source":26,"target":0},{"source":26,"target":192},{"source":192,"target":29},{"source":192,"target":193},{"source":192,"target":26},{"source":193,"target":29},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":194},{"source":28,"target":195},{"source":194,"target":7},{"source":194,"target":196},{"source":194,"target":28},{"source":196,"target":7},{"source":195,"target":8},{"source":29,"target":0},{"source":29,"target":197},{"source":29,"target":198},{"source":29,"target":199},{"source":29,"target":200},{"source":197,"target":201},{"source":197,"target":29},{"source":198,"target":202},{"source":198,"target":29},{"source":199,"target":203},{"source":199,"target":29},{"source":200,"target":204},{"source":200,"target":29},{"source":30,"target":0},{"source":30,"target":7},{"source":30,"target":205},{"source":205,"target":7},{"source":31,"target":0},{"source":31,"target":7},{"source":31,"target":206},{"source":206,"target":7},{"source":32,"target":0},{"source":32,"target":207},{"source":32,"target":208},{"source":32,"target":209},{"source":207,"target":2},{"source":207,"target":210},{"source":207,"target":32},{"source":210,"target":2},{"source":208,"target":211},{"source":208,"target":32},{"source":209,"target":212},{"source":209,"target":32}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="workflow" nsURI="http://www.eclipse.org/emf/texo/test/model/samples/workflow" nsPrefix="workflow"> <eClassifiers xsi:type="ecore:EClass" name="Workflow" eSuperTypes="#//WorkflowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//WorkflowNode" containment="true" eOpposite="#//WorkflowNode/workflow"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/workflow"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true" eOpposite="#//Comment/workflow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkflowNode" abstract="true" eSuperTypes="#//WorkflowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="workflow" lowerBound="1" eType="#//Workflow" eOpposite="#//Workflow/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" lowerBound="1" upperBound="-1" eType="#//OutputPort" containment="true" eOpposite="#//OutputPort/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" lowerBound="1" upperBound="-1" eType="#//InputPort" containment="true" eOpposite="#//InputPort/node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStart" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinish" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//WorkflowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="workflow" lowerBound="1" eType="#//Workflow" eOpposite="#//Workflow/edges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//InputPort" eOpposite="#//InputPort/edges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//OutputPort" eOpposite="#//OutputPort/edges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//WorkflowNode" eOpposite="#//WorkflowNode/inputs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="#//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//WorkflowNode" eOpposite="#//WorkflowNode/outputs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fault" eSuperTypes="#//OutputPort"/> <eClassifiers xsi:type="ecore:EClass" name="CompoundTask" eSuperTypes="#//WorkflowNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="subworkflow" lowerBound="1" eType="#//Workflow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//WorkflowElement"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationTask" eSuperTypes="#//WorkflowNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transformExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalTask" eSuperTypes="#//WorkflowNode"/> <eClassifiers xsi:type="ecore:EClass" name="LoopTask" eSuperTypes="#//CompoundTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="whileCondition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkflowElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOutputPort" eSuperTypes="#//OutputPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//WorkflowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="workflow" lowerBound="1" eType="#//Workflow" eOpposite="#//Workflow/comments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//WorkflowNode"/> </ecore:EPackage>
github:ecore:/data/mazagroup/tako/org.tako.mda.models/texo_models/Workflow.ecore
ecore
workflow Workflow nodes edges comments WorkflowNode workflow outputs inputs isStart false isFinish false Edge workflow target source InputPort node edges OutputPort node edges Fault CompoundTask subworkflow Port TransformationTask transformExpression ConditionalTask LoopTask whileCondition WorkflowElement name comment x 0 y 0 width -1 height -1 id ConditionalOutputPort condition Comment workflow Task
null
{"directed":true,"nodes":[{"nsPrefix":"workflow","nsURI":"http://www.eclipse.org/emf/texo/test/model/samples/workflow","name":"workflow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workflow","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundTask","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationTask","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalTask","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopTask","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOutputPort","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isStart","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isFinish","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subworkflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transformExpression","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":1},{"source":16,"target":21},{"source":20,"target":2},{"source":17,"target":3},{"source":17,"target":22},{"source":17,"target":1},{"source":17,"target":23},{"source":22,"target":3},{"source":18,"target":14},{"source":18,"target":24},{"source":18,"target":1},{"source":18,"target":25},{"source":24,"target":14},{"source":19,"target":12},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":21},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":21,"target":1},{"source":21,"target":31},{"source":21,"target":2},{"source":21,"target":16},{"source":31,"target":1},{"source":26,"target":5},{"source":26,"target":32},{"source":26,"target":2},{"source":26,"target":33},{"source":32,"target":5},{"source":27,"target":4},{"source":27,"target":34},{"source":27,"target":2},{"source":27,"target":35},{"source":34,"target":4},{"source":28,"target":36},{"source":28,"target":2},{"source":29,"target":37},{"source":29,"target":2},{"source":30,"target":12},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":23},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":23,"target":1},{"source":23,"target":41},{"source":23,"target":3},{"source":23,"target":17},{"source":41,"target":1},{"source":38,"target":4},{"source":38,"target":42},{"source":38,"target":3},{"source":38,"target":43},{"source":42,"target":4},{"source":39,"target":5},{"source":39,"target":44},{"source":39,"target":3},{"source":39,"target":45},{"source":44,"target":5},{"source":40,"target":12},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":35},{"source":4,"target":43},{"source":4,"target":46},{"source":35,"target":2},{"source":35,"target":47},{"source":35,"target":4},{"source":35,"target":27},{"source":47,"target":2},{"source":43,"target":3},{"source":43,"target":48},{"source":43,"target":4},{"source":43,"target":38},{"source":48,"target":3},{"source":46,"target":8},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":33},{"source":5,"target":45},{"source":5,"target":49},{"source":33,"target":2},{"source":33,"target":50},{"source":33,"target":5},{"source":33,"target":26},{"source":50,"target":2},{"source":45,"target":3},{"source":45,"target":51},{"source":45,"target":5},{"source":45,"target":39},{"source":51,"target":3},{"source":49,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":52},{"source":52,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":1},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":1},{"source":54,"target":2},{"source":8,"target":0},{"source":8,"target":12},{"source":8,"target":56},{"source":56,"target":12},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":57},{"source":9,"target":58},{"source":57,"target":59},{"source":57,"target":9},{"source":58,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":60},{"source":60,"target":2},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":61},{"source":11,"target":62},{"source":61,"target":63},{"source":61,"target":11},{"source":62,"target":7},{"source":12,"target":0},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":64,"target":71},{"source":64,"target":12},{"source":65,"target":72},{"source":65,"target":12},{"source":66,"target":73},{"source":66,"target":12},{"source":67,"target":74},{"source":67,"target":12},{"source":68,"target":75},{"source":68,"target":12},{"source":69,"target":76},{"source":69,"target":12},{"source":70,"target":77},{"source":70,"target":12},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":80},{"source":78,"target":13},{"source":79,"target":5},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":25},{"source":14,"target":81},{"source":25,"target":1},{"source":25,"target":82},{"source":25,"target":14},{"source":25,"target":18},{"source":82,"target":1},{"source":81,"target":12},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":83},{"source":83,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dime" nsURI="http://www.telcodev.org/dsl/Dime" nsPrefix="dime"> <eClassifiers xsi:type="ecore:EClass" name="Document"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sta" upperBound="-1" eType="#//State" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="com" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractElement"/> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="times" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stms" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoiceTag" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seconds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Data" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EReference" name="vari" eType="#//Vars"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Param" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stms" upperBound="-1" eType="#//NotPrimaryParam" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dial" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Play" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Record" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reject" eSuperTypes="#//VoiceTag"/> <eClassifiers xsi:type="ecore:EClass" name="Hangup" eSuperTypes="#//VoiceTag"/> <eClassifiers xsi:type="ecore:EClass" name="GetDigits" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numDigits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Send" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" eType="#//SendBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Param" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stms" upperBound="-1" eType="#//NotPrimaryParam" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotPrimaryParam"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Param" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Param"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Say" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EReference" name="that" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sms" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ConcatenationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Email" eSuperTypes="#//VoiceTag"> <eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="#//ConcatenationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//ConcatenationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ConcatenationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//EVENT" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//CondBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//CondBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultBlock" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//BoolExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="sta" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Brackets" eSuperTypes="#//BoolExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="open" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="obj" eType="#//BoolExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="close" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareExpression" eSuperTypes="#//BoolExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LiteralAbs" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LiteralAbs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegExpression" eSuperTypes="#//BoolExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="obj" eType="#//BoolExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MathExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MathBrackets" eSuperTypes="#//MathExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="open" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="obj" eType="#//MathExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="close" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcatenationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ConcatenationBrackets" eSuperTypes="#//ConcatenationExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="open" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="obj" eType="#//ConcatenationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="close" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringVariable" eSuperTypes="#//Statement #//Vars"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumVariable" eSuperTypes="#//Statement #//Vars"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//MathExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolVariable" eSuperTypes="#//Statement #//Vars"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//BoolExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Statement #//Vars"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Primitive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//LiteralAbs"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vars"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralAbs" eSuperTypes="#//ConcatenationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//BoolExpression #//MathExpression #//LiteralAbs"> <eStructuralFeatures xsi:type="ecore:EReference" name="v" eType="#//Vars"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nul" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolLiteral" eSuperTypes="#//BoolExpression #//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumLiteral" eSuperTypes="#//MathExpression #//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="EVENT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SESSION" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CALLSTATUS" eSuperTypes="#//BoolExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationBool" eSuperTypes="#//BoolExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//BoolExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//BoolExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//MathExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//MathExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//MathExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concatenation" eSuperTypes="#//ConcatenationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ConcatenationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ConcatenationExpression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Dime.ecore
ecore
dime Document name elements sta Statement com AbstractElement State name times timeout stms VoiceTag name Wait seconds Data vari value stms url Call to Dial to Play file Record time Reject Hangup GetDigits numDigits Send params url SendBlock value stms NotPrimaryParam value Param name value Say that Sms value to Email title from value to Transition name target event IfExp block blocks defaultBlock CondBlock cond action Block sta BoolExpression Brackets open obj close CompareExpression left op right NegExpression op obj MathExpression MathBrackets open obj close ConcatenationExpression ConcatenationBrackets open obj close StringVariable name value NumVariable name value BoolVariable name value Constant name value Primitive value Vars LiteralAbs Literal v nul BoolLiteral NumLiteral StringLiteral EVENT name SESSION name CALLSTATUS name OperationBool left op right Operation left op right Concatenation left op right
null
{"directed":true,"nodes":[{"nsPrefix":"dime","nsURI":"http://www.telcodev.org/dsl/Dime","name":"dime","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoiceTag","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dial","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Play","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reject","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hangup","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetDigits","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendBlock","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotPrimaryParam","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Say","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sms","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Email","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondBlock","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Brackets","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MathExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MathBrackets","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcatenationExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcatenationBrackets","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumVariable","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolVariable","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vars","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralAbs","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumLiteral","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EVENT","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SESSION","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CALLSTATUS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBool","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concatenation","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"com","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"times","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seconds","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vari","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numDigits","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"that","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"open","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"obj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"close","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"obj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"open","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"obj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"close","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"open","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"obj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"close","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nul","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":1,"target":0},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":51,"target":54},{"source":51,"target":1},{"source":52,"target":2},{"source":52,"target":55},{"source":52,"target":1},{"source":55,"target":2},{"source":53,"target":4},{"source":53,"target":56},{"source":53,"target":1},{"source":56,"target":4},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":57},{"source":2,"target":58},{"source":57,"target":59},{"source":57,"target":2},{"source":58,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":60,"target":64},{"source":60,"target":4},{"source":61,"target":65},{"source":61,"target":4},{"source":62,"target":66},{"source":62,"target":4},{"source":63,"target":3},{"source":63,"target":67},{"source":63,"target":4},{"source":67,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":68},{"source":5,"target":69},{"source":68,"target":70},{"source":68,"target":5},{"source":69,"target":3},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":71},{"source":6,"target":72},{"source":71,"target":73},{"source":71,"target":6},{"source":72,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":74,"target":39},{"source":74,"target":79},{"source":74,"target":7},{"source":79,"target":39},{"source":75,"target":18},{"source":75,"target":80},{"source":75,"target":7},{"source":80,"target":18},{"source":76,"target":17},{"source":76,"target":81},{"source":76,"target":7},{"source":81,"target":17},{"source":77,"target":32},{"source":77,"target":82},{"source":77,"target":7},{"source":82,"target":32},{"source":78,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":83},{"source":8,"target":84},{"source":83,"target":32},{"source":83,"target":85},{"source":83,"target":8},{"source":85,"target":32},{"source":84,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":86},{"source":9,"target":87},{"source":86,"target":32},{"source":86,"target":88},{"source":86,"target":9},{"source":88,"target":32},{"source":87,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":89},{"source":10,"target":90},{"source":89,"target":32},{"source":89,"target":91},{"source":89,"target":10},{"source":91,"target":32},{"source":90,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":92},{"source":11,"target":93},{"source":92,"target":94},{"source":92,"target":11},{"source":93,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":95},{"source":95,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":96},{"source":96,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":97},{"source":14,"target":98},{"source":97,"target":99},{"source":97,"target":14},{"source":98,"target":5},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":100,"target":16},{"source":100,"target":103},{"source":100,"target":15},{"source":103,"target":16},{"source":101,"target":32},{"source":101,"target":104},{"source":101,"target":15},{"source":104,"target":32},{"source":102,"target":5},{"source":16,"target":0},{"source":16,"target":105},{"source":16,"target":106},{"source":105,"target":18},{"source":105,"target":107},{"source":105,"target":16},{"source":107,"target":18},{"source":106,"target":17},{"source":106,"target":108},{"source":106,"target":16},{"source":108,"target":17},{"source":17,"target":0},{"source":17,"target":109},{"source":109,"target":18},{"source":109,"target":110},{"source":109,"target":17},{"source":110,"target":18},{"source":18,"target":0},{"source":18,"target":111},{"source":18,"target":112},{"source":111,"target":113},{"source":111,"target":18},{"source":112,"target":32},{"source":112,"target":114},{"source":112,"target":18},{"source":114,"target":32},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":115},{"source":19,"target":116},{"source":115,"target":32},{"source":115,"target":117},{"source":115,"target":19},{"source":117,"target":32},{"source":116,"target":5},{"source":20,"target":0},{"source":20,"target":5},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":118,"target":32},{"source":118,"target":121},{"source":118,"target":20},{"source":121,"target":32},{"source":119,"target":32},{"source":119,"target":122},{"source":119,"target":20},{"source":122,"target":32},{"source":120,"target":5},{"source":21,"target":0},{"source":21,"target":5},{"source":21,"target":123},{"source":21,"target":124},{"source":21,"target":125},{"source":21,"target":126},{"source":21,"target":127},{"source":123,"target":32},{"source":123,"target":128},{"source":123,"target":21},{"source":128,"target":32},{"source":124,"target":32},{"source":124,"target":129},{"source":124,"target":21},{"source":129,"target":32},{"source":125,"target":32},{"source":125,"target":130},{"source":125,"target":21},{"source":130,"target":32},{"source":126,"target":32},{"source":126,"target":131},{"source":126,"target":21},{"source":131,"target":32},{"source":127,"target":5},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":132},{"source":22,"target":133},{"source":22,"target":134},{"source":22,"target":135},{"source":132,"target":136},{"source":132,"target":22},{"source":133,"target":4},{"source":133,"target":137},{"source":133,"target":22},{"source":137,"target":4},{"source":134,"target":45},{"source":134,"target":138},{"source":134,"target":22},{"source":138,"target":45},{"source":135,"target":3},{"source":23,"target":0},{"source":23,"target":3},{"source":23,"target":139},{"source":23,"target":140},{"source":23,"target":141},{"source":23,"target":142},{"source":139,"target":24},{"source":139,"target":143},{"source":139,"target":23},{"source":143,"target":24},{"source":140,"target":24},{"source":140,"target":144},{"source":140,"target":23},{"source":144,"target":24},{"source":141,"target":25},{"source":141,"target":145},{"source":141,"target":23},{"source":145,"target":25},{"source":142,"target":3},{"source":24,"target":0},{"source":24,"target":146},{"source":24,"target":147},{"source":146,"target":26},{"source":146,"target":148},{"source":146,"target":24},{"source":148,"target":26},{"source":147,"target":25},{"source":147,"target":149},{"source":147,"target":24},{"source":149,"target":25},{"source":25,"target":0},{"source":25,"target":150},{"source":150,"target":3},{"source":150,"target":151},{"source":150,"target":25},{"source":151,"target":3},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":152},{"source":27,"target":153},{"source":27,"target":154},{"source":27,"target":155},{"source":152,"target":156},{"source":152,"target":27},{"source":153,"target":26},{"source":153,"target":157},{"source":153,"target":27},{"source":157,"target":26},{"source":154,"target":158},{"source":154,"target":27},{"source":155,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":159},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":159,"target":40},{"source":159,"target":163},{"source":159,"target":28},{"source":163,"target":40},{"source":160,"target":164},{"source":160,"target":28},{"source":161,"target":40},{"source":161,"target":165},{"source":161,"target":28},{"source":165,"target":40},{"source":162,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":166},{"source":29,"target":167},{"source":29,"target":168},{"source":166,"target":169},{"source":166,"target":29},{"source":167,"target":26},{"source":167,"target":170},{"source":167,"target":29},{"source":170,"target":26},{"source":168,"target":26},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":171},{"source":31,"target":172},{"source":31,"target":173},{"source":31,"target":174},{"source":171,"target":175},{"source":171,"target":31},{"source":172,"target":30},{"source":172,"target":176},{"source":172,"target":31},{"source":176,"target":30},{"source":173,"target":177},{"source":173,"target":31},{"source":174,"target":30},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":178},{"source":33,"target":179},{"source":33,"target":180},{"source":33,"target":181},{"source":178,"target":182},{"source":178,"target":33},{"source":179,"target":32},{"source":179,"target":183},{"source":179,"target":33},{"source":183,"target":32},{"source":180,"target":184},{"source":180,"target":33},{"source":181,"target":32},{"source":34,"target":0},{"source":34,"target":2},{"source":34,"target":39},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":185,"target":189},{"source":185,"target":34},{"source":186,"target":32},{"source":186,"target":190},{"source":186,"target":34},{"source":190,"target":32},{"source":187,"target":2},{"source":188,"target":39},{"source":35,"target":0},{"source":35,"target":2},{"source":35,"target":39},{"source":35,"target":191},{"source":35,"target":192},{"source":35,"target":193},{"source":35,"target":194},{"source":191,"target":195},{"source":191,"target":35},{"source":192,"target":30},{"source":192,"target":196},{"source":192,"target":35},{"source":196,"target":30},{"source":193,"target":2},{"source":194,"target":39},{"source":36,"target":0},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":197},{"source":36,"target":198},{"source":36,"target":199},{"source":36,"target":200},{"source":197,"target":201},{"source":197,"target":36},{"source":198,"target":26},{"source":198,"target":202},{"source":198,"target":36},{"source":202,"target":26},{"source":199,"target":2},{"source":200,"target":39},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":39},{"source":37,"target":203},{"source":37,"target":204},{"source":37,"target":205},{"source":37,"target":206},{"source":203,"target":207},{"source":203,"target":37},{"source":204,"target":38},{"source":204,"target":208},{"source":204,"target":37},{"source":208,"target":38},{"source":205,"target":2},{"source":206,"target":39},{"source":38,"target":0},{"source":38,"target":40},{"source":38,"target":209},{"source":38,"target":210},{"source":209,"target":211},{"source":209,"target":38},{"source":210,"target":40},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":32},{"source":40,"target":212},{"source":212,"target":32},{"source":41,"target":0},{"source":41,"target":26},{"source":41,"target":30},{"source":41,"target":40},{"source":41,"target":213},{"source":41,"target":214},{"source":41,"target":215},{"source":41,"target":216},{"source":41,"target":217},{"source":213,"target":39},{"source":213,"target":218},{"source":213,"target":41},{"source":218,"target":39},{"source":214,"target":219},{"source":214,"target":41},{"source":215,"target":26},{"source":216,"target":30},{"source":217,"target":40},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":38},{"source":42,"target":220},{"source":42,"target":221},{"source":220,"target":26},{"source":221,"target":38},{"source":43,"target":0},{"source":43,"target":30},{"source":43,"target":38},{"source":43,"target":222},{"source":43,"target":223},{"source":222,"target":30},{"source":223,"target":38},{"source":44,"target":0},{"source":44,"target":38},{"source":44,"target":224},{"source":224,"target":38},{"source":45,"target":0},{"source":45,"target":225},{"source":225,"target":226},{"source":225,"target":45},{"source":46,"target":0},{"source":46,"target":41},{"source":46,"target":227},{"source":46,"target":228},{"source":227,"target":229},{"source":227,"target":46},{"source":228,"target":41},{"source":47,"target":0},{"source":47,"target":26},{"source":47,"target":230},{"source":47,"target":231},{"source":230,"target":232},{"source":230,"target":47},{"source":231,"target":26},{"source":48,"target":0},{"source":48,"target":26},{"source":48,"target":233},{"source":48,"target":234},{"source":48,"target":235},{"source":48,"target":236},{"source":233,"target":26},{"source":233,"target":237},{"source":233,"target":48},{"source":237,"target":26},{"source":234,"target":238},{"source":234,"target":48},{"source":235,"target":26},{"source":235,"target":239},{"source":235,"target":48},{"source":239,"target":26},{"source":236,"target":26},{"source":49,"target":0},{"source":49,"target":30},{"source":49,"target":240},{"source":49,"target":241},{"source":49,"target":242},{"source":49,"target":243},{"source":240,"target":30},{"source":240,"target":244},{"source":240,"target":49},{"source":244,"target":30},{"source":241,"target":245},{"source":241,"target":49},{"source":242,"target":30},{"source":242,"target":246},{"source":242,"target":49},{"source":246,"target":30},{"source":243,"target":30},{"source":50,"target":0},{"source":50,"target":32},{"source":50,"target":247},{"source":50,"target":248},{"source":50,"target":249},{"source":50,"target":250},{"source":247,"target":32},{"source":247,"target":251},{"source":247,"target":50},{"source":251,"target":32},{"source":248,"target":252},{"source":248,"target":50},{"source":249,"target":32},{"source":249,"target":253},{"source":249,"target":50},{"source":253,"target":32},{"source":250,"target":32}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="company" nsURI="http://www.eclipse.org/ocl/test/Pivot/Company.ecore" nsPrefix="co"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eOperations name="dummyInvariant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true" eOpposite="#//Employee/company"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="#//CompanySizeKind" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;let table : Set(Tuple(range : Sequence(Integer), size : CompanySizeKind)) =&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Set{Tuple{range = Sequence{0..49}, size = CompanySizeKind::small},&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Tuple{range = Sequence{50..999}, size = CompanySizeKind::medium},&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Tuple{range = Sequence{1000..1000000}, size = CompanySizeKind::large}}&#xA;&#x9;&#x9;&#x9;in table->any(range->includes(employees->size())).size"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveName" value="not name.oclIsUndefined()"/> </eAnnotations> <eOperations name="reportsTo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self.reportingChain->includes(manager)"/> </eAnnotations> <eParameters name="manager" eType="#//Employee"/> </eOperations> <eOperations name="noManagerImpliesDirectReports" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="manager.oclIsUndefined() implies directReports->size() > 0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//Employee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="company" lowerBound="1" eType="#//Company" eOpposite="#//Company/employees"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directReports" upperBound="-1" eType="#//Employee" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="company.employees->select(manager = self)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allReports" ordered="false" upperBound="-1" eType="#//Employee" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="Employee.allInstances()->select(reportsTo(self))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reportingChain" upperBound="-1" eType="#//Employee" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="if manager.oclIsUndefined() then OrderedSet{} else manager.reportingChain->prepend(manager) endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompanySizeKind"> <eLiterals name="small"/> <eLiterals name="medium" value="1"/> <eLiterals name="large" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/nagaraj1993/Mutation-testing/Old System Test Cases Project/org.eclipse.ocl.examples.xtext.tests/models/ecore/Company.reference.ecore
ecore
company Company dummyInvariant diagnostics context name employees size Employee reportsTo manager noManagerImpliesDirectReports diagnostics context name manager company directReports allReports reportingChain CompanySizeKind small small medium medium large large
null
{"directed":true,"nodes":[{"nsPrefix":"co","nsURI":"http://www.eclipse.org/ocl/test/Pivot/Company.ecore","name":"company","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompanySizeKind","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"dummyInvariant","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"size","changeable":false,"lowerBound":1,"iD":false,"id":7,"derived":true},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EParameter"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"company","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reportsTo","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"noManagerImpliesDirectReports","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"directReports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":23,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allReports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":24,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"reportingChain","changeable":false,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"manager","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"name":"small","id":42,"value":0,"literal":"small","eClass":"EEnumLiteral"},{"name":"medium","id":43,"value":1,"literal":"medium","eClass":"EEnumLiteral"},{"name":"large","id":44,"value":2,"literal":"large","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":4,"target":9},{"source":4,"target":10},{"source":9,"target":11},{"source":9,"target":4},{"source":10,"target":12},{"source":10,"target":4},{"source":12,"target":13},{"source":12,"target":14},{"source":5,"target":15},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":16},{"source":6,"target":1},{"source":6,"target":17},{"source":16,"target":2},{"source":7,"target":3},{"source":7,"target":18},{"source":7,"target":1},{"source":18,"target":3},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":17},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":19,"target":26},{"source":19,"target":2},{"source":19,"target":27},{"source":27,"target":2},{"source":27,"target":28},{"source":27,"target":19},{"source":28,"target":2},{"source":20,"target":29},{"source":20,"target":2},{"source":20,"target":30},{"source":20,"target":31},{"source":30,"target":32},{"source":30,"target":20},{"source":31,"target":33},{"source":31,"target":20},{"source":33,"target":34},{"source":33,"target":35},{"source":21,"target":36},{"source":21,"target":2},{"source":22,"target":2},{"source":22,"target":37},{"source":22,"target":2},{"source":37,"target":2},{"source":17,"target":1},{"source":17,"target":38},{"source":17,"target":2},{"source":17,"target":6},{"source":38,"target":1},{"source":23,"target":2},{"source":23,"target":39},{"source":23,"target":2},{"source":39,"target":2},{"source":24,"target":2},{"source":24,"target":40},{"source":24,"target":2},{"source":40,"target":2},{"source":25,"target":2},{"source":25,"target":41},{"source":25,"target":2},{"source":41,"target":2},{"source":3,"target":0},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":42,"target":3},{"source":43,"target":3},{"source":44,"target":3}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="TCS" nsURI="http://www.furcas.org/TCS" nsPrefix="com.sap.furcas.TCS"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteSyntax" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="k" ordered="false" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1" eType="#//Template" containment="true" eOpposite="#//Template/concreteSyntax"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//Keyword" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbols" upperBound="-1" eType="#//Symbol" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorLists" upperBound="-1" eType="#//OperatorList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexer" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" abstract="true" eSuperTypes="#//QualifiedNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteSyntax" ordered="false" lowerBound="1" eType="#//ConcreteSyntax" eOpposite="#//ConcreteSyntax/templates"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disambiguate" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disambiguateV3" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semDisambiguate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionTemplate" eSuperTypes="#//Template"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionSequence" ordered="false" lowerBound="1" eType="#//Sequence" containment="true" eOpposite="#//Sequence/functionContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassTemplate" eSuperTypes="#//ContextTemplate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiers" ordered="false" unique="false" upperBound="-1" eType="#//TemplateModifiers"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeep" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOperatored" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorList" ordered="false" eType="#//OperatorList"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMain" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMulti" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNonPrimary" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TemplateModifiers"> <eLiterals name="abstract" value="1" literal="abstract"/> <eLiterals name="operatored" value="2" literal="operatored"/> <eLiterals name="main" value="3" literal="main"/> <eLiterals name="context" value="4" literal="context"/> <eLiterals name="addToContext" value="5" literal="addToContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTemplate" eSuperTypes="#//Template"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="templateName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializer" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orKeyword" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorTemplate" eSuperTypes="#//ContextTemplate"> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" ordered="false" upperBound="-1" eType="#//Operator" eOpposite="#//Operator/templates"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storeOperatorTo" eType="#//PropertyReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storeLeftSideTo" eType="#//PropertyReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storeRightSideTo" eType="#//PropertyReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationTemplate" eSuperTypes="#//Template"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="automatic" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//EnumLiteralMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" ordered="false" lowerBound="1" eType="#//EnumLiteralVal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//SequenceElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" ordered="false" upperBound="-1" eType="#//Operator" eOpposite="#//Operator/literal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literalRefs" ordered="false" upperBound="-1" eType="#//LiteralRef" eOpposite="#//LiteralRef/referredLiteral"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spaces" ordered="false" unique="false" upperBound="-1" eType="#//SpaceKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SpaceKind"> <eLiterals name="leftSpace" value="1" literal="leftSpace"/> <eLiterals name="leftNone" value="2" literal="leftNone"/> <eLiterals name="rightSpace" value="3" literal="rightSpace"/> <eLiterals name="rightNone" value="4" literal="rightNone"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="OperatorList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="priorities" upperBound="-1" eType="#//Priority" containment="true" eOpposite="#//Priority/list"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Priority"> <eStructuralFeatures xsi:type="ecore:EReference" name="list" ordered="false" lowerBound="1" eType="#//OperatorList" eOpposite="#//OperatorList/priorities"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associativity" ordered="false" unique="false" lowerBound="1" eType="#//Associativity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" ordered="false" upperBound="-1" eType="#//Operator" containment="true" eOpposite="#//Operator/priority"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postfix" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arity" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" ordered="false" eType="#//Literal" eOpposite="#//Literal/operators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="priority" ordered="false" lowerBound="1" eType="#//Priority" eOpposite="#//Priority/operators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templates" ordered="false" upperBound="-1" eType="#//OperatorTemplate" eOpposite="#//OperatorTemplate/operators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Associativity"> <eLiterals name="left" value="1" literal="left"/> <eLiterals name="right" value="2" literal="right"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//SequenceElement" containment="true" eOpposite="#//SequenceElement/elementSequence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateContainer" ordered="false" eType="#//ClassTemplate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prefixContainer" ordered="false" eType="#//ClassTemplate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionContainer" ordered="false" eType="#//FunctionTemplate" eOpposite="#//FunctionTemplate/functionSequence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockContainer" ordered="false" eType="#//Block" eOpposite="#//Block/blockSequence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenContainer" ordered="false" eType="#//ConditionalElement" eOpposite="#//ConditionalElement/thenSequence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseContainer" ordered="false" eType="#//ConditionalElement" eOpposite="#//ConditionalElement/elseSequence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="separatorContainer" ordered="false" eType="#//SeparatorPArg" eOpposite="#//SeparatorPArg/separatorSequence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="otContainer" ordered="false" eType="#//OperatorTemplate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementSequence" ordered="false" eType="#//Sequence" eOpposite="#//Sequence/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTemplate" eType="#//Template"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralRef" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredLiteral" ordered="false" lowerBound="1" eType="#//Literal" eOpposite="#//Literal/literalRefs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyArgs" upperBound="-1" eType="#//PropertyArg" containment="true" eOpposite="#//PropertyArg/property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyReference" lowerBound="1" eType="#//PropertyReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomSeparator" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="blockSequence" ordered="false" lowerBound="1" eType="#//Sequence" containment="true" eOpposite="#//Sequence/blockContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockArgs" upperBound="-1" eType="#//BlockArg" containment="true" eOpposite="#//BlockArg/block"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalElement" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//Expression" containment="true" eOpposite="#//Expression/conditionalElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenSequence" ordered="false" lowerBound="1" eType="#//Sequence" containment="true" eOpposite="#//Sequence/thenContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseSequence" ordered="false" lowerBound="1" eType="#//Sequence" containment="true" eOpposite="#//Sequence/elseContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitivePropertyInit" eSuperTypes="#//PropertyInit"/> <eClassifiers xsi:type="ecore:EClass" name="Alternative" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequences" lowerBound="2" upperBound="-1" eType="#//SequenceInAlternative" containment="true" eOpposite="#//SequenceInAlternative/alternativeContainer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMulti" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledFunction" ordered="false" lowerBound="1" eType="#//FunctionTemplate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyArg" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="#//Property" eOpposite="#//Property/propertyArgs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefersToPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookInPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateInPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefersToKeyPArg" eSuperTypes="#//PropertyArg"/> <eClassifiers xsi:type="ecore:EClass" name="SeparatorPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EReference" name="separatorSequence" ordered="false" lowerBound="1" eType="#//Sequence" containment="true" eOpposite="#//Sequence/separatorContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AutoCreatePArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//AutoCreateKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportContextPArg" eSuperTypes="#//PropertyArg"/> <eClassifiers xsi:type="ecore:EClass" name="ForcedLowerPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AutoCreateKind"> <eLiterals name="always" value="1" literal="always"/> <eLiterals name="ifmissing" value="2" literal="ifmissing"/> <eLiterals name="never" value="3" literal="never"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateAsPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AsPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="#//Template"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModePArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockArg" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" ordered="false" lowerBound="1" eType="#//Block" eOpposite="#//Block/blockArgs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NbNLBArg" eSuperTypes="#//BlockArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndentIncrBArg" eSuperTypes="#//BlockArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartNLBArg" eSuperTypes="#//BlockArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartNbNLBArg" eSuperTypes="#//BlockArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndNLBArg" eSuperTypes="#//BlockArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionalElement" ordered="false" lowerBound="1" eType="#//ConditionalElement" eOpposite="#//ConditionalElement/condition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//AtomExp" containment="true" eOpposite="#//AtomExp/andExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomExp" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="andExp" ordered="false" lowerBound="1" eType="#//AndExp" eOpposite="#//AndExp/expressions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyReference" eType="#//PropertyReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualsExp" eSuperTypes="#//AtomExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanPropertyExp" eSuperTypes="#//AtomExp"/> <eClassifiers xsi:type="ecore:EClass" name="IsDefinedExp" eSuperTypes="#//AtomExp"/> <eClassifiers xsi:type="ecore:EClass" name="OneExp" eSuperTypes="#//AtomExp"/> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyVal" eSuperTypes="#//Value"/> <eClassifiers xsi:type="ecore:EClass" name="Token" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" ordered="false" lowerBound="1" eType="#//OrPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitted" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="simplePatterns" lowerBound="1" upperBound="-1" eType="#//SimplePattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimplePattern" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RulePattern" eSuperTypes="#//SimplePattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="WordRule" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" ordered="false" lowerBound="1" eType="#//OrPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" ordered="false" lowerBound="1" eType="#//OrPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false" eType="#//OrPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="words" ordered="false" upperBound="-1" eType="#//Word" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Word" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndOfLineRule" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" ordered="false" lowerBound="1" eType="#//StringPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dropStart" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiLineRule" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" ordered="false" lowerBound="1" eType="#//StringPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false" lowerBound="1" eType="#//StringPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="esc" ordered="false" eType="#//StringPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="escMappings" ordered="false" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dropStart" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dropEnd" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleMapping" eSuperTypes="#//Mapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WildcardMapping" eSuperTypes="#//Mapping"/> <eClassifiers xsi:type="ecore:EClass" name="OctalMapping" eSuperTypes="#//Mapping"/> <eClassifiers xsi:type="ecore:EClass" name="HexadecimalMapping" eSuperTypes="#//Mapping"/> <eClassifiers xsi:type="ecore:EClass" name="StringPattern" eSuperTypes="#//SimplePattern"/> <eClassifiers xsi:type="ecore:EClass" name="ClassPattern" eSuperTypes="#//SimplePattern"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="names" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaReference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml"> <details key="Property.oppositeRoleName" value="furcasTemplates"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForcedUpperPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InjectorActionsBlock" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="injectorActions" upperBound="-1" eType="#//InjectorAction" containment="true" eOpposite="#//InjectorAction/injectorActionsBlock"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookupScopePArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query is meant to return all elements that shall be considered when references are resolved by name (see {@link ReferenceByPArg}). "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceByPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceBy" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The {@link ReferenceByPArg} property argument allows to reference properties by a specific feature (typicially an identifier). This attribute defines the particular feature of potential candidates in scope (see {@link LookupScopePArg}) that shall be compared to the token value for this property.&#xA;&#xA;This argument can either contain an OCL expression or a property name. Both have to be valid in the context of the type of this property.&#xA;&#xA;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixPArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postfix" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="strucfeature" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml"> <details key="Property.oppositeRoleName" value="furcasPropertyReference"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextTemplate" eSuperTypes="#//Template"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isContext" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAddToContext" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReferenceOnly" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextTags" eType="#//ContextTags" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//ScopeArg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateSequence" ordered="false" lowerBound="1" eType="#//Sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextTags"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tags" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InjectorAction" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="injectorActionsBlock" eType="#//InjectorActionsBlock" eOpposite="#//InjectorActionsBlock/injectorActions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyInit" abstract="true" eSuperTypes="#//InjectorAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyReference" eType="#//PropertyReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopeArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" lowerBound="1" eType="#//ScopeKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScopeKind"> <eLiterals name="instanceComplete"/> <eLiterals name="DownwardsContainmentComplete" value="1"/> <eLiterals name="UpwardsContainmentComplete" value="2"/> <eLiterals name="ContainmentComplete" value="3"/> <eLiterals name="Partial" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeachPredicatePropertyInit" eSuperTypes="#//PropertyInit"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicateSemantic" upperBound="-1" eType="#//PredicateSemantic" containment="true" eOpposite="#//PredicateSemantic/foreachParent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredicateSemantic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="when" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="as" eType="#//Template"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreachParent" lowerBound="1" eType="#//ForeachPredicatePropertyInit" eOpposite="#//ForeachPredicatePropertyInit/predicateSemantic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceInAlternative" eSuperTypes="#//Sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternativeContainer" ordered="false" eType="#//Alternative" eOpposite="#//Alternative/sequences"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disambiguate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartialPArg" eSuperTypes="#//PropertyArg"/> <eClassifiers xsi:type="ecore:EClass" name="DisambiguatePArg" eSuperTypes="#//PropertyArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disambiguation" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExp" eSuperTypes="#//AtomExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="supertype" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralVal" eSuperTypes="#//Value"/> <eClassifiers xsi:type="ecore:EClass" name="StringVal" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVal" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeIntegerVal" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookupPropertyInit" eSuperTypes="#//PropertyInit"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/TCS.ecore
ecore
TCS NamedElement name ConcreteSyntax k templates keywords symbols operatorLists tokens lexer Template concreteSyntax disambiguate disambiguateV3 semDisambiguate FunctionTemplate functionName functionSequence ClassTemplate modifiers isAbstract isDeep isOperatored operatorList isMain isMulti isNonPrimary mode TemplateModifiers abstract abstract operatored operatored main main context context addToContext addToContext PrimitiveTemplate templateName default tokenName value serializer orKeyword OperatorTemplate operators source storeOperatorTo storeLeftSideTo storeRightSideTo EnumerationTemplate automatic mappings EnumLiteralMapping literal element Literal operators literalRefs value Symbol spaces SpaceKind leftSpace leftSpace leftNone leftNone rightSpace rightSpace rightNone rightNone Keyword OperatorList name priorities Priority list value associativity operators Operator postfix arity literal priority templates Associativity left left right right Sequence elements templateContainer prefixContainer functionContainer blockContainer thenContainer elseContainer separatorContainer otContainer SequenceElement elementSequence parentTemplate LiteralRef referredLiteral Property propertyArgs propertyReference CustomSeparator name Block blockSequence blockArgs ConditionalElement condition thenSequence elseSequence PrimitivePropertyInit Alternative sequences isMulti FunctionCall calledFunction PropertyArg property RefersToPArg propertyName LookInPArg propertyName CreateInPArg propertyName RefersToKeyPArg SeparatorPArg separatorSequence AutoCreatePArg value ImportContextPArg ForcedLowerPArg value 0 AutoCreateKind always always ifmissing ifmissing never never CreateAsPArg name AsPArg template value ModePArg mode BlockArg block NbNLBArg value IndentIncrBArg value StartNLBArg value StartNbNLBArg value EndNLBArg value Expression conditionalElement AndExp expressions AtomExp andExp propertyName propertyReference EqualsExp value BooleanPropertyExp IsDefinedExp OneExp Value name PropertyVal Token pattern omitted OrPattern simplePatterns SimplePattern RulePattern rule Rule WordRule start part end words Word token EndOfLineRule start dropStart MultiLineRule start end esc escMappings dropStart dropEnd Mapping SimpleMapping key value WildcardMapping OctalMapping HexadecimalMapping StringPattern ClassPattern QualifiedNamedElement names metaReference ForcedUpperPArg value 0 InjectorActionsBlock injectorActions LookupScopePArg query ReferenceByPArg referenceBy PrefixPArg prefix PostfixPArg postfix PropertyReference strucfeature name ContextTemplate isContext isAddToContext isReferenceOnly contextTags scope templateSequence ContextTags tags InjectorAction injectorActionsBlock PropertyInit propertyReference value default ScopeArg scope ScopeKind instanceComplete instanceComplete DownwardsContainmentComplete DownwardsContainmentComplete UpwardsContainmentComplete UpwardsContainmentComplete ContainmentComplete ContainmentComplete Partial Partial ForeachPredicatePropertyInit predicateSemantic mode PredicateSemantic when as mode foreachParent SequenceInAlternative alternativeContainer disambiguate PartialPArg DisambiguatePArg disambiguation InstanceOfExp supertype EnumLiteralVal StringVal symbol IntegerVal symbol NegativeIntegerVal symbol LookupPropertyInit
null
{"directed":true,"nodes":[{"nsPrefix":"com.sap.furcas.TCS","nsURI":"http://www.furcas.org/TCS","name":"TCS","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteSyntax","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionTemplate","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassTemplate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TemplateModifiers","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTemplate","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorTemplate","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationTemplate","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralMapping","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpaceKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorList","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Associativity","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceElement","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralRef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomSeparator","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalElement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitivePropertyInit","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alternative","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyArg","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefersToPArg","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookInPArg","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateInPArg","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefersToKeyPArg","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeparatorPArg","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutoCreatePArg","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportContextPArg","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForcedLowerPArg","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AutoCreateKind","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateAsPArg","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsPArg","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModePArg","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockArg","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NbNLBArg","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndentIncrBArg","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartNLBArg","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartNbNLBArg","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndNLBArg","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExp","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomExp","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualsExp","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanPropertyExp","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsDefinedExp","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneExp","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyVal","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrPattern","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimplePattern","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RulePattern","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WordRule","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Word","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndOfLineRule","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiLineRule","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleMapping","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardMapping","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalMapping","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexadecimalMapping","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringPattern","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPattern","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedNamedElement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForcedUpperPArg","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InjectorActionsBlock","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookupScopePArg","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceByPArg","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixPArg","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixPArg","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyReference","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextTemplate","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextTags","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InjectorAction","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyInit","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeArg","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeKind","instanceClass":null,"id":86,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeachPredicatePropertyInit","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateSemantic","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceInAlternative","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartialPArg","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisambiguatePArg","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExp","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralVal","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringVal","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVal","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeIntegerVal","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookupPropertyInit","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"k","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"symbols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operatorLists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lexer","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concreteSyntax","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"disambiguate","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"disambiguateV3","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semDisambiguate","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"functionName","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionSequence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modifiers","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isDeep","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isOperatored","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operatorList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isMain","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isMulti","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isNonPrimary","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"name":"abstract","id":149,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"operatored","id":150,"value":2,"literal":"operatored","eClass":"EEnumLiteral"},{"name":"main","id":151,"value":3,"literal":"main","eClass":"EEnumLiteral"},{"name":"context","id":152,"value":4,"literal":"context","eClass":"EEnumLiteral"},{"name":"addToContext","id":153,"value":5,"literal":"addToContext","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"templateName","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"default","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tokenName","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"serializer","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orKeyword","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storeOperatorTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storeLeftSideTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storeRightSideTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"automatic","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literalRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"spaces","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"name":"leftSpace","id":200,"value":1,"literal":"leftSpace","eClass":"EEnumLiteral"},{"name":"leftNone","id":201,"value":2,"literal":"leftNone","eClass":"EEnumLiteral"},{"name":"rightSpace","id":202,"value":3,"literal":"rightSpace","eClass":"EEnumLiteral"},{"name":"rightNone","id":203,"value":4,"literal":"rightNone","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"priorities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"associativity","changeable":true,"lowerBound":1,"iD":false,"id":211,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"postfix","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"arity","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"name":"left","id":226,"value":1,"literal":"left","eClass":"EEnumLiteral"},{"name":"right","id":227,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prefixContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"blockContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thenContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elseContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"separatorContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"otContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockSequence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenSequence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseSequence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"separatorSequence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentTemplate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conditionalElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequences","changeable":true,"resolveProxies":true,"lowerBound":2,"id":276,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isMulti","changeable":true,"lowerBound":1,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alternativeContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"name":"always","id":305,"value":1,"literal":"always","eClass":"EEnumLiteral"},{"name":"ifmissing","id":306,"value":2,"literal":"ifmissing","eClass":"EEnumLiteral"},{"name":"never","id":307,"value":3,"literal":"never","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"andExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"omitted","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simplePatterns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"words","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dropStart","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":382,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"esc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"escMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dropStart","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dropEnd","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"names","changeable":true,"lowerBound":1,"iD":false,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"injectorActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"injectorActionsBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceBy","changeable":true,"lowerBound":1,"iD":false,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":1,"iD":false,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postfix","changeable":true,"lowerBound":1,"iD":false,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"strucfeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isContext","changeable":true,"lowerBound":1,"iD":false,"id":432,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAddToContext","changeable":true,"lowerBound":1,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReferenceOnly","changeable":true,"lowerBound":1,"iD":false,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateSequence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"name":"instanceComplete","id":457,"value":0,"literal":"instanceComplete","eClass":"EEnumLiteral"},{"name":"DownwardsContainmentComplete","id":458,"value":1,"literal":"DownwardsContainmentComplete","eClass":"EEnumLiteral"},{"name":"UpwardsContainmentComplete","id":459,"value":2,"literal":"UpwardsContainmentComplete","eClass":"EEnumLiteral"},{"name":"ContainmentComplete","id":460,"value":3,"literal":"ContainmentComplete","eClass":"EEnumLiteral"},{"name":"Partial","id":461,"value":4,"literal":"Partial","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicateSemantic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreachParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"as","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disambiguate","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disambiguation","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"supertype","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":1,"target":0},{"source":1,"target":98},{"source":98,"target":99},{"source":98,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":100},{"source":2,"target":101},{"source":2,"target":102},{"source":2,"target":103},{"source":2,"target":104},{"source":2,"target":105},{"source":2,"target":106},{"source":2,"target":107},{"source":100,"target":108},{"source":100,"target":2},{"source":101,"target":3},{"source":101,"target":109},{"source":101,"target":2},{"source":101,"target":110},{"source":109,"target":3},{"source":102,"target":14},{"source":102,"target":111},{"source":102,"target":2},{"source":111,"target":14},{"source":103,"target":12},{"source":103,"target":112},{"source":103,"target":2},{"source":112,"target":12},{"source":104,"target":15},{"source":104,"target":113},{"source":104,"target":2},{"source":113,"target":15},{"source":105,"target":57},{"source":105,"target":114},{"source":105,"target":2},{"source":114,"target":57},{"source":106,"target":115},{"source":106,"target":2},{"source":107,"target":1},{"source":3,"target":0},{"source":3,"target":73},{"source":3,"target":110},{"source":3,"target":116},{"source":3,"target":117},{"source":3,"target":118},{"source":3,"target":119},{"source":110,"target":2},{"source":110,"target":120},{"source":110,"target":3},{"source":110,"target":101},{"source":120,"target":2},{"source":116,"target":121},{"source":116,"target":3},{"source":117,"target":122},{"source":117,"target":3},{"source":118,"target":123},{"source":118,"target":3},{"source":119,"target":73},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":124,"target":127},{"source":124,"target":4},{"source":125,"target":19},{"source":125,"target":128},{"source":125,"target":4},{"source":125,"target":129},{"source":128,"target":19},{"source":126,"target":3},{"source":5,"target":0},{"source":5,"target":81},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":5,"target":133},{"source":5,"target":134},{"source":5,"target":135},{"source":5,"target":136},{"source":5,"target":137},{"source":5,"target":138},{"source":5,"target":139},{"source":130,"target":6},{"source":130,"target":140},{"source":130,"target":5},{"source":140,"target":6},{"source":131,"target":141},{"source":131,"target":5},{"source":132,"target":142},{"source":132,"target":5},{"source":133,"target":143},{"source":133,"target":5},{"source":134,"target":15},{"source":134,"target":144},{"source":134,"target":5},{"source":144,"target":15},{"source":135,"target":145},{"source":135,"target":5},{"source":136,"target":146},{"source":136,"target":5},{"source":137,"target":147},{"source":137,"target":5},{"source":138,"target":148},{"source":138,"target":5},{"source":139,"target":81},{"source":6,"target":0},{"source":6,"target":149},{"source":6,"target":150},{"source":6,"target":151},{"source":6,"target":152},{"source":6,"target":153},{"source":149,"target":6},{"source":150,"target":6},{"source":151,"target":6},{"source":152,"target":6},{"source":153,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":156},{"source":7,"target":157},{"source":7,"target":158},{"source":7,"target":159},{"source":7,"target":160},{"source":154,"target":161},{"source":154,"target":7},{"source":155,"target":162},{"source":155,"target":7},{"source":156,"target":163},{"source":156,"target":7},{"source":157,"target":164},{"source":157,"target":7},{"source":158,"target":165},{"source":158,"target":7},{"source":159,"target":166},{"source":159,"target":7},{"source":160,"target":3},{"source":8,"target":0},{"source":8,"target":81},{"source":8,"target":167},{"source":8,"target":168},{"source":8,"target":169},{"source":8,"target":170},{"source":8,"target":171},{"source":8,"target":172},{"source":167,"target":17},{"source":167,"target":173},{"source":167,"target":8},{"source":167,"target":174},{"source":173,"target":17},{"source":168,"target":175},{"source":168,"target":8},{"source":169,"target":80},{"source":169,"target":176},{"source":169,"target":8},{"source":176,"target":80},{"source":170,"target":80},{"source":170,"target":177},{"source":170,"target":8},{"source":177,"target":80},{"source":171,"target":80},{"source":171,"target":178},{"source":171,"target":8},{"source":178,"target":80},{"source":172,"target":81},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":179},{"source":9,"target":180},{"source":9,"target":181},{"source":179,"target":182},{"source":179,"target":9},{"source":180,"target":10},{"source":180,"target":183},{"source":180,"target":9},{"source":183,"target":10},{"source":181,"target":3},{"source":10,"target":0},{"source":10,"target":184},{"source":10,"target":185},{"source":184,"target":93},{"source":184,"target":186},{"source":184,"target":10},{"source":186,"target":93},{"source":185,"target":20},{"source":185,"target":187},{"source":185,"target":10},{"source":187,"target":20},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":188},{"source":11,"target":189},{"source":11,"target":190},{"source":11,"target":191},{"source":188,"target":17},{"source":188,"target":192},{"source":188,"target":11},{"source":188,"target":193},{"source":192,"target":17},{"source":189,"target":21},{"source":189,"target":194},{"source":189,"target":11},{"source":189,"target":195},{"source":194,"target":21},{"source":190,"target":196},{"source":190,"target":11},{"source":191,"target":1},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":197},{"source":12,"target":198},{"source":197,"target":13},{"source":197,"target":199},{"source":197,"target":12},{"source":199,"target":13},{"source":198,"target":11},{"source":13,"target":0},{"source":13,"target":200},{"source":13,"target":201},{"source":13,"target":202},{"source":13,"target":203},{"source":200,"target":13},{"source":201,"target":13},{"source":202,"target":13},{"source":203,"target":13},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":204},{"source":204,"target":11},{"source":15,"target":0},{"source":15,"target":205},{"source":15,"target":206},{"source":205,"target":207},{"source":205,"target":15},{"source":206,"target":16},{"source":206,"target":208},{"source":206,"target":15},{"source":206,"target":209},{"source":208,"target":16},{"source":16,"target":0},{"source":16,"target":209},{"source":16,"target":210},{"source":16,"target":211},{"source":16,"target":212},{"source":209,"target":15},{"source":209,"target":213},{"source":209,"target":16},{"source":209,"target":206},{"source":213,"target":15},{"source":210,"target":214},{"source":210,"target":16},{"source":211,"target":18},{"source":211,"target":215},{"source":211,"target":16},{"source":215,"target":18},{"source":212,"target":17},{"source":212,"target":216},{"source":212,"target":16},{"source":212,"target":217},{"source":216,"target":17},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":218},{"source":17,"target":219},{"source":17,"target":193},{"source":17,"target":217},{"source":17,"target":174},{"source":17,"target":220},{"source":218,"target":221},{"source":218,"target":17},{"source":219,"target":222},{"source":219,"target":17},{"source":193,"target":11},{"source":193,"target":223},{"source":193,"target":17},{"source":193,"target":188},{"source":223,"target":11},{"source":217,"target":16},{"source":217,"target":224},{"source":217,"target":17},{"source":217,"target":212},{"source":224,"target":16},{"source":174,"target":8},{"source":174,"target":225},{"source":174,"target":17},{"source":174,"target":167},{"source":225,"target":8},{"source":220,"target":1},{"source":18,"target":0},{"source":18,"target":226},{"source":18,"target":227},{"source":226,"target":18},{"source":227,"target":18},{"source":19,"target":0},{"source":19,"target":228},{"source":19,"target":229},{"source":19,"target":230},{"source":19,"target":129},{"source":19,"target":231},{"source":19,"target":232},{"source":19,"target":233},{"source":19,"target":234},{"source":19,"target":235},{"source":228,"target":20},{"source":228,"target":236},{"source":228,"target":19},{"source":228,"target":237},{"source":236,"target":20},{"source":229,"target":5},{"source":229,"target":238},{"source":229,"target":19},{"source":238,"target":5},{"source":230,"target":5},{"source":230,"target":239},{"source":230,"target":19},{"source":239,"target":5},{"source":129,"target":4},{"source":129,"target":240},{"source":129,"target":19},{"source":129,"target":125},{"source":240,"target":4},{"source":231,"target":24},{"source":231,"target":241},{"source":231,"target":19},{"source":231,"target":242},{"source":241,"target":24},{"source":232,"target":25},{"source":232,"target":243},{"source":232,"target":19},{"source":232,"target":244},{"source":243,"target":25},{"source":233,"target":25},{"source":233,"target":245},{"source":233,"target":19},{"source":233,"target":246},{"source":245,"target":25},{"source":234,"target":34},{"source":234,"target":247},{"source":234,"target":19},{"source":234,"target":248},{"source":247,"target":34},{"source":235,"target":8},{"source":235,"target":249},{"source":235,"target":19},{"source":249,"target":8},{"source":20,"target":0},{"source":20,"target":237},{"source":20,"target":250},{"source":237,"target":19},{"source":237,"target":251},{"source":237,"target":20},{"source":237,"target":228},{"source":251,"target":19},{"source":250,"target":3},{"source":250,"target":252},{"source":250,"target":20},{"source":252,"target":3},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":195},{"source":21,"target":253},{"source":195,"target":11},{"source":195,"target":254},{"source":195,"target":21},{"source":195,"target":189},{"source":254,"target":11},{"source":253,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":255},{"source":22,"target":256},{"source":22,"target":257},{"source":255,"target":29},{"source":255,"target":258},{"source":255,"target":22},{"source":255,"target":259},{"source":258,"target":29},{"source":256,"target":80},{"source":256,"target":260},{"source":256,"target":22},{"source":260,"target":80},{"source":257,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":261},{"source":23,"target":262},{"source":261,"target":263},{"source":261,"target":23},{"source":262,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":242},{"source":24,"target":264},{"source":24,"target":265},{"source":242,"target":19},{"source":242,"target":266},{"source":242,"target":24},{"source":242,"target":231},{"source":266,"target":19},{"source":264,"target":42},{"source":264,"target":267},{"source":264,"target":24},{"source":264,"target":268},{"source":267,"target":42},{"source":265,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":269},{"source":25,"target":244},{"source":25,"target":246},{"source":25,"target":270},{"source":269,"target":48},{"source":269,"target":271},{"source":269,"target":25},{"source":269,"target":272},{"source":271,"target":48},{"source":244,"target":19},{"source":244,"target":273},{"source":244,"target":25},{"source":244,"target":232},{"source":273,"target":19},{"source":246,"target":19},{"source":246,"target":274},{"source":246,"target":25},{"source":246,"target":233},{"source":274,"target":19},{"source":270,"target":20},{"source":26,"target":0},{"source":26,"target":84},{"source":26,"target":275},{"source":275,"target":84},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":276},{"source":27,"target":277},{"source":27,"target":278},{"source":276,"target":89},{"source":276,"target":279},{"source":276,"target":27},{"source":276,"target":280},{"source":279,"target":89},{"source":277,"target":281},{"source":277,"target":27},{"source":278,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":282},{"source":28,"target":283},{"source":282,"target":4},{"source":282,"target":284},{"source":282,"target":28},{"source":284,"target":4},{"source":283,"target":20},{"source":29,"target":0},{"source":29,"target":259},{"source":259,"target":22},{"source":259,"target":285},{"source":259,"target":29},{"source":259,"target":255},{"source":285,"target":22},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":286},{"source":30,"target":287},{"source":286,"target":288},{"source":286,"target":30},{"source":287,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":289},{"source":31,"target":290},{"source":289,"target":291},{"source":289,"target":31},{"source":290,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":292},{"source":32,"target":293},{"source":292,"target":294},{"source":292,"target":32},{"source":293,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":295},{"source":295,"target":29},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":248},{"source":34,"target":296},{"source":248,"target":19},{"source":248,"target":297},{"source":248,"target":34},{"source":248,"target":234},{"source":297,"target":19},{"source":296,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":298},{"source":35,"target":299},{"source":298,"target":38},{"source":298,"target":300},{"source":298,"target":35},{"source":300,"target":38},{"source":299,"target":29},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":301},{"source":301,"target":29},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":302},{"source":37,"target":303},{"source":302,"target":304},{"source":302,"target":37},{"source":303,"target":29},{"source":38,"target":0},{"source":38,"target":305},{"source":38,"target":306},{"source":38,"target":307},{"source":305,"target":38},{"source":306,"target":38},{"source":307,"target":38},{"source":39,"target":0},{"source":39,"target":29},{"source":39,"target":308},{"source":39,"target":309},{"source":308,"target":310},{"source":308,"target":39},{"source":309,"target":29},{"source":40,"target":0},{"source":40,"target":29},{"source":40,"target":311},{"source":40,"target":312},{"source":40,"target":313},{"source":311,"target":3},{"source":311,"target":314},{"source":311,"target":40},{"source":314,"target":3},{"source":312,"target":315},{"source":312,"target":40},{"source":313,"target":29},{"source":41,"target":0},{"source":41,"target":29},{"source":41,"target":316},{"source":41,"target":317},{"source":316,"target":318},{"source":316,"target":41},{"source":317,"target":29},{"source":42,"target":0},{"source":42,"target":268},{"source":268,"target":24},{"source":268,"target":319},{"source":268,"target":42},{"source":268,"target":264},{"source":319,"target":24},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":320},{"source":43,"target":321},{"source":320,"target":322},{"source":320,"target":43},{"source":321,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":323},{"source":44,"target":324},{"source":323,"target":325},{"source":323,"target":44},{"source":324,"target":42},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":326},{"source":45,"target":327},{"source":326,"target":328},{"source":326,"target":45},{"source":327,"target":42},{"source":46,"target":0},{"source":46,"target":42},{"source":46,"target":329},{"source":46,"target":330},{"source":329,"target":331},{"source":329,"target":46},{"source":330,"target":42},{"source":47,"target":0},{"source":47,"target":42},{"source":47,"target":332},{"source":47,"target":333},{"source":332,"target":334},{"source":332,"target":47},{"source":333,"target":42},{"source":48,"target":0},{"source":48,"target":272},{"source":272,"target":25},{"source":272,"target":335},{"source":272,"target":48},{"source":272,"target":269},{"source":335,"target":25},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":336},{"source":49,"target":337},{"source":336,"target":50},{"source":336,"target":338},{"source":336,"target":49},{"source":336,"target":339},{"source":338,"target":50},{"source":337,"target":48},{"source":50,"target":0},{"source":50,"target":339},{"source":50,"target":340},{"source":50,"target":341},{"source":339,"target":49},{"source":339,"target":342},{"source":339,"target":50},{"source":339,"target":336},{"source":342,"target":49},{"source":340,"target":343},{"source":340,"target":50},{"source":341,"target":80},{"source":341,"target":344},{"source":341,"target":50},{"source":344,"target":80},{"source":51,"target":0},{"source":51,"target":50},{"source":51,"target":345},{"source":51,"target":346},{"source":345,"target":55},{"source":345,"target":347},{"source":345,"target":51},{"source":347,"target":55},{"source":346,"target":50},{"source":52,"target":0},{"source":52,"target":50},{"source":52,"target":348},{"source":348,"target":50},{"source":53,"target":0},{"source":53,"target":50},{"source":53,"target":349},{"source":349,"target":50},{"source":54,"target":0},{"source":54,"target":50},{"source":54,"target":350},{"source":350,"target":50},{"source":55,"target":0},{"source":55,"target":351},{"source":351,"target":352},{"source":351,"target":55},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":353},{"source":353,"target":55},{"source":57,"target":0},{"source":57,"target":1},{"source":57,"target":354},{"source":57,"target":355},{"source":57,"target":356},{"source":354,"target":58},{"source":354,"target":357},{"source":354,"target":57},{"source":357,"target":58},{"source":355,"target":358},{"source":355,"target":57},{"source":356,"target":1},{"source":58,"target":0},{"source":58,"target":359},{"source":359,"target":59},{"source":359,"target":360},{"source":359,"target":58},{"source":360,"target":59},{"source":59,"target":0},{"source":59,"target":1},{"source":59,"target":361},{"source":361,"target":1},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":362},{"source":60,"target":363},{"source":362,"target":61},{"source":362,"target":364},{"source":362,"target":60},{"source":364,"target":61},{"source":363,"target":59},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":365},{"source":62,"target":366},{"source":62,"target":367},{"source":62,"target":368},{"source":62,"target":369},{"source":365,"target":58},{"source":365,"target":370},{"source":365,"target":62},{"source":370,"target":58},{"source":366,"target":58},{"source":366,"target":371},{"source":366,"target":62},{"source":371,"target":58},{"source":367,"target":58},{"source":367,"target":372},{"source":367,"target":62},{"source":372,"target":58},{"source":368,"target":63},{"source":368,"target":373},{"source":368,"target":62},{"source":373,"target":63},{"source":369,"target":61},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":374},{"source":63,"target":375},{"source":374,"target":376},{"source":374,"target":63},{"source":375,"target":1},{"source":64,"target":0},{"source":64,"target":61},{"source":64,"target":377},{"source":64,"target":378},{"source":64,"target":379},{"source":377,"target":71},{"source":377,"target":380},{"source":377,"target":64},{"source":380,"target":71},{"source":378,"target":381},{"source":378,"target":64},{"source":379,"target":61},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":382},{"source":65,"target":383},{"source":65,"target":384},{"source":65,"target":385},{"source":65,"target":386},{"source":65,"target":387},{"source":65,"target":388},{"source":382,"target":71},{"source":382,"target":389},{"source":382,"target":65},{"source":389,"target":71},{"source":383,"target":71},{"source":383,"target":390},{"source":383,"target":65},{"source":390,"target":71},{"source":384,"target":71},{"source":384,"target":391},{"source":384,"target":65},{"source":391,"target":71},{"source":385,"target":66},{"source":385,"target":392},{"source":385,"target":65},{"source":392,"target":66},{"source":386,"target":393},{"source":386,"target":65},{"source":387,"target":394},{"source":387,"target":65},{"source":388,"target":61},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":395},{"source":67,"target":396},{"source":67,"target":397},{"source":395,"target":398},{"source":395,"target":67},{"source":396,"target":399},{"source":396,"target":67},{"source":397,"target":66},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":400},{"source":400,"target":66},{"source":69,"target":0},{"source":69,"target":66},{"source":69,"target":401},{"source":401,"target":66},{"source":70,"target":0},{"source":70,"target":66},{"source":70,"target":402},{"source":402,"target":66},{"source":71,"target":0},{"source":71,"target":59},{"source":71,"target":403},{"source":403,"target":59},{"source":72,"target":0},{"source":72,"target":59},{"source":72,"target":404},{"source":404,"target":59},{"source":73,"target":0},{"source":73,"target":405},{"source":73,"target":406},{"source":405,"target":407},{"source":405,"target":73},{"source":406,"target":408},{"source":406,"target":73},{"source":74,"target":0},{"source":74,"target":29},{"source":74,"target":409},{"source":74,"target":410},{"source":409,"target":411},{"source":409,"target":74},{"source":410,"target":29},{"source":75,"target":0},{"source":75,"target":20},{"source":75,"target":412},{"source":75,"target":413},{"source":412,"target":83},{"source":412,"target":414},{"source":412,"target":75},{"source":412,"target":415},{"source":414,"target":83},{"source":413,"target":20},{"source":76,"target":0},{"source":76,"target":29},{"source":76,"target":416},{"source":76,"target":417},{"source":416,"target":418},{"source":416,"target":76},{"source":417,"target":29},{"source":77,"target":0},{"source":77,"target":29},{"source":77,"target":419},{"source":77,"target":420},{"source":419,"target":421},{"source":419,"target":77},{"source":420,"target":29},{"source":78,"target":0},{"source":78,"target":29},{"source":78,"target":422},{"source":78,"target":423},{"source":422,"target":424},{"source":422,"target":78},{"source":423,"target":29},{"source":79,"target":0},{"source":79,"target":29},{"source":79,"target":425},{"source":79,"target":426},{"source":425,"target":427},{"source":425,"target":79},{"source":426,"target":29},{"source":80,"target":0},{"source":80,"target":428},{"source":80,"target":429},{"source":428,"target":430},{"source":428,"target":80},{"source":429,"target":431},{"source":429,"target":80},{"source":81,"target":0},{"source":81,"target":3},{"source":81,"target":432},{"source":81,"target":433},{"source":81,"target":434},{"source":81,"target":435},{"source":81,"target":436},{"source":81,"target":437},{"source":81,"target":438},{"source":432,"target":439},{"source":432,"target":81},{"source":433,"target":440},{"source":433,"target":81},{"source":434,"target":441},{"source":434,"target":81},{"source":435,"target":82},{"source":435,"target":442},{"source":435,"target":81},{"source":442,"target":82},{"source":436,"target":85},{"source":436,"target":443},{"source":436,"target":81},{"source":443,"target":85},{"source":437,"target":19},{"source":437,"target":444},{"source":437,"target":81},{"source":444,"target":19},{"source":438,"target":3},{"source":82,"target":0},{"source":82,"target":445},{"source":445,"target":446},{"source":445,"target":82},{"source":83,"target":0},{"source":83,"target":415},{"source":415,"target":75},{"source":415,"target":447},{"source":415,"target":83},{"source":415,"target":412},{"source":447,"target":75},{"source":84,"target":0},{"source":84,"target":83},{"source":84,"target":448},{"source":84,"target":449},{"source":84,"target":450},{"source":84,"target":451},{"source":448,"target":80},{"source":448,"target":452},{"source":448,"target":84},{"source":452,"target":80},{"source":449,"target":453},{"source":449,"target":84},{"source":450,"target":454},{"source":450,"target":84},{"source":451,"target":83},{"source":85,"target":0},{"source":85,"target":455},{"source":455,"target":86},{"source":455,"target":456},{"source":455,"target":85},{"source":456,"target":86},{"source":86,"target":0},{"source":86,"target":457},{"source":86,"target":458},{"source":86,"target":459},{"source":86,"target":460},{"source":86,"target":461},{"source":457,"target":86},{"source":458,"target":86},{"source":459,"target":86},{"source":460,"target":86},{"source":461,"target":86},{"source":87,"target":0},{"source":87,"target":84},{"source":87,"target":462},{"source":87,"target":463},{"source":87,"target":464},{"source":462,"target":88},{"source":462,"target":465},{"source":462,"target":87},{"source":462,"target":466},{"source":465,"target":88},{"source":463,"target":467},{"source":463,"target":87},{"source":464,"target":84},{"source":88,"target":0},{"source":88,"target":468},{"source":88,"target":469},{"source":88,"target":470},{"source":88,"target":466},{"source":468,"target":471},{"source":468,"target":88},{"source":469,"target":3},{"source":469,"target":472},{"source":469,"target":88},{"source":472,"target":3},{"source":470,"target":473},{"source":470,"target":88},{"source":466,"target":87},{"source":466,"target":474},{"source":466,"target":88},{"source":466,"target":462},{"source":474,"target":87},{"source":89,"target":0},{"source":89,"target":19},{"source":89,"target":280},{"source":89,"target":475},{"source":89,"target":476},{"source":280,"target":27},{"source":280,"target":477},{"source":280,"target":89},{"source":280,"target":276},{"source":477,"target":27},{"source":475,"target":478},{"source":475,"target":89},{"source":476,"target":19},{"source":90,"target":0},{"source":90,"target":29},{"source":90,"target":479},{"source":479,"target":29},{"source":91,"target":0},{"source":91,"target":29},{"source":91,"target":480},{"source":91,"target":481},{"source":480,"target":482},{"source":480,"target":91},{"source":481,"target":29},{"source":92,"target":0},{"source":92,"target":50},{"source":92,"target":483},{"source":92,"target":484},{"source":483,"target":485},{"source":483,"target":92},{"source":484,"target":50},{"source":93,"target":0},{"source":93,"target":55},{"source":93,"target":486},{"source":486,"target":55},{"source":94,"target":0},{"source":94,"target":55},{"source":94,"target":487},{"source":94,"target":488},{"source":487,"target":489},{"source":487,"target":94},{"source":488,"target":55},{"source":95,"target":0},{"source":95,"target":55},{"source":95,"target":490},{"source":95,"target":491},{"source":490,"target":492},{"source":490,"target":95},{"source":491,"target":55},{"source":96,"target":0},{"source":96,"target":55},{"source":96,"target":493},{"source":96,"target":494},{"source":493,"target":495},{"source":493,"target":96},{"source":494,"target":55},{"source":97,"target":0},{"source":97,"target":84},{"source":97,"target":496},{"source":496,"target":84}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hierarchicalgraph" nsURI="http://org/slizaa/hierarchicalgraph" nsPrefix="org.slizaa.hierarchicalgraph"> <eClassifiers xsi:type="ecore:EClass" name="HGNode"> <eOperations name="getIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the unique identifier of this node."/> </eAnnotations> </eOperations> <eOperations name="isPredecessorOf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" lowerBound="1" eType="#//HGNode"/> </eOperations> <eOperations name="isSuccessorOf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" lowerBound="1" eType="#//HGNode"/> </eOperations> <eOperations name="getPredecessors" upperBound="-1" eType="#//HGNode"/> <eOperations name="getIncomingDependenciesFrom" eType="#//HGAggregatedDependency"> <eParameters name="node" eType="#//HGNode"/> </eOperations> <eOperations name="getIncomingDependenciesFrom" upperBound="-1" eType="#//HGAggregatedDependency"> <eParameters name="nodes" upperBound="-1" eType="#//HGNode"/> </eOperations> <eOperations name="getOutgoingDependenciesTo" eType="#//HGAggregatedDependency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns an aggregated dependency that wraps up all outgoing dependencies from this node to the specified target node.&#xD;&#xA;If there are no such dependencies, &lt;code>null&lt;/code> will be returned instead."/> </eAnnotations> <eParameters name="targetNode" lowerBound="1" eType="#//HGNode"/> </eOperations> <eOperations name="getOutgoingDependenciesTo" upperBound="-1" eType="#//HGAggregatedDependency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns a list of aggregated dependencies that wrap up the outgoing dependencies from this node to the specified target nodes.&#xD;&#xA;Note that no aggregated dependency will be added if there are no core dependencies from this node to a specified target node. That means that the result list eventually contains less elements &#xD;&#xA;than the specified list of target nodes."/> </eAnnotations> <eParameters name="targetNodes" upperBound="-1" eType="#//HGNode"/> </eOperations> <eOperations name="resolveIncomingProxyDependencies"/> <eOperations name="resolveOutgoingProxyDependencies"/> <eOperations name="getNodeSource" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eTypeParameter="#//HGNode/getNodeSource/T"/> </eGenericType> <eTypeParameters name="T"/> <eParameters name="clazz"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//HGNode/getNodeSource/T"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="rootNode" eType="#//HGRootNode" changeable="false" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//HGNode" resolveProxies="false" eOpposite="#//HGNode/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//HGNode" containment="true" resolveProxies="false" eOpposite="#//HGNode/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeSource" eType="#//INodeSource" containment="true" resolveProxies="false" eOpposite="#//INodeSource/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingCoreDependencies" ordered="false" unique="false" upperBound="-1" eType="#//HGCoreDependency" volatile="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accumulatedOutgoingCoreDependencies" ordered="false" upperBound="-1" eType="#//HGCoreDependency" volatile="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingCoreDependencies" ordered="false" unique="false" upperBound="-1" eType="#//HGCoreDependency" volatile="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accumulatedIncomingCoreDependencies" ordered="false" upperBound="-1" eType="#//HGCoreDependency" volatile="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="INodeSource" abstract="true" interface="true"> <eOperations name="onExpand"/> <eOperations name="onCollapse"/> <eOperations name="onSelect"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//HGNode" eOpposite="#//HGNode/nodeSource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoExpand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IDependencySource" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependency" lowerBound="1" eType="#//HGCoreDependency" eOpposite="#//HGCoreDependency/dependencySource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HGRootNode" eSuperTypes="#//HGNode"> <eOperations name="invalidateAllCaches"/> <eOperations name="invalidateCaches"> <eParameters name="modifiedNodes" upperBound="-1" eType="#//HGNode"/> </eOperations> <eOperations name="initializeCaches"> <eParameters name="modifiedNodes" upperBound="-1" eType="#//HGNode"/> </eOperations> <eOperations name="lookupNode" eType="#//HGNode"> <eParameters name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="getExtension"> <eGenericType eTypeParameter="#//HGRootNode/getExtension/T"/> <eTypeParameters name="T"/> <eParameters name="clazz"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//HGRootNode/getExtension/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getExtension"> <eGenericType eTypeParameter="#//HGRootNode/getExtension.1/T"/> <eTypeParameters name="T"/> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="clazz"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//HGRootNode/getExtension.1/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="registerExtension"> <eTypeParameters name="T"/> <eParameters name="clazz"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//HGRootNode/registerExtension/T"/> </eGenericType> </eParameters> <eParameters name="extension"> <eGenericType eTypeParameter="#//HGRootNode/registerExtension/T"/> </eParameters> </eOperations> <eOperations name="registerExtension"> <eParameters name="clazz" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="extension" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="hasExtension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eTypeParameters name="T"/> <eParameters name="key"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//HGRootNode/hasExtension/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="hasExtension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eTypeParameters name="T"/> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//HGRootNode/hasExtension.1/T"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionRegistry" upperBound="-1" eType="#//StringToObjectMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultNodeSource" eSuperTypes="#//INodeSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//StringToStringMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultDependencySource" eSuperTypes="#//IDependencySource"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//StringToStringMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractHGDependency" abstract="true"> <eOperations name="getRootNode" eType="#//HGRootNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//HGNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//HGNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HGAggregatedDependency" eSuperTypes="#//AbstractHGDependency"> <eOperations name="resolveProxyDependencies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coreDependencies" upperBound="-1" eType="#//HGCoreDependency" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregatedWeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HGCoreDependency" eSuperTypes="#//AbstractHGDependency"> <eOperations name="getDependencySource" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eTypeParameter="#//HGCoreDependency/getDependencySource/T"/> </eGenericType> <eTypeParameters name="T"/> <eParameters name="clazz"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//HGCoreDependency/getDependencySource/T"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencySource" eType="#//IDependencySource" containment="true" eOpposite="#//IDependencySource/dependency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="proxyDependencyParent" eType="#//HGProxyDependency" eOpposite="#//HGProxyDependency/resolvedCoreDependencies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HGProxyDependency" eSuperTypes="#//HGCoreDependency"> <eOperations name="resolveProxyDependencies"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedCoreDependencies" upperBound="-1" eType="#//HGCoreDependency" eOpposite="#//HGCoreDependency/proxyDependencyParent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeToCoreDependencyMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//HGNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//HGCoreDependency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToStringMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierToNodeMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//HGNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeToCoreDependenciesMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//HGNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//HGCoreDependency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToObjectMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Future" instanceClassName="java.util.concurrent.Future"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Optional" instanceClassName="java.util.Optional"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SourceOrTarget"> <eLiterals name="SOURCE"/> <eLiterals name="TARGET"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/slizaa/slizaa_deprecated/01-org.slizaa/org.slizaa.hierarchicalgraph/model/hierarchicalgraph.ecore
ecore
hierarchicalgraph HGNode getIdentifier isPredecessorOf node isSuccessorOf node getPredecessors getIncomingDependenciesFrom node getIncomingDependenciesFrom nodes getOutgoingDependenciesTo targetNode getOutgoingDependenciesTo targetNodes resolveIncomingProxyDependencies resolveOutgoingProxyDependencies getNodeSource T clazz rootNode parent children nodeSource outgoingCoreDependencies accumulatedOutgoingCoreDependencies incomingCoreDependencies accumulatedIncomingCoreDependencies INodeSource onExpand onCollapse onSelect identifier node autoExpand IDependencySource identifier dependency HGRootNode invalidateAllCaches invalidateCaches modifiedNodes initializeCaches modifiedNodes lookupNode identifier getExtension T clazz getExtension T key clazz registerExtension T clazz extension registerExtension clazz extension hasExtension T key hasExtension T key type name extensionRegistry DefaultNodeSource properties DefaultDependencySource properties AbstractHGDependency getRootNode from to HGAggregatedDependency resolveProxyDependencies coreDependencies aggregatedWeight HGCoreDependency getDependencySource T clazz type weight 1 dependencySource proxyDependencyParent HGProxyDependency resolveProxyDependencies resolved resolvedCoreDependencies NodeToCoreDependencyMap java.util.Map$Entry java.util.Map$Entry key value StringToStringMap java.util.Map$Entry java.util.Map$Entry key value IdentifierToNodeMap java.util.Map$Entry java.util.Map$Entry key value NodeToCoreDependenciesMap java.util.Map$Entry java.util.Map$Entry key value StringToObjectMap java.util.Map$Entry java.util.Map$Entry key value Future java.util.concurrent.Future java.util.concurrent.Future T Optional java.util.Optional java.util.Optional T SourceOrTarget SOURCE SOURCE TARGET TARGET
null
{"directed":true,"nodes":[{"nsPrefix":"org.slizaa.hierarchicalgraph","nsURI":"http://org/slizaa/hierarchicalgraph","name":"hierarchicalgraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HGNode","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INodeSource","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDependencySource","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HGRootNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultNodeSource","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultDependencySource","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractHGDependency","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HGAggregatedDependency","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HGCoreDependency","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HGProxyDependency","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"NodeToCoreDependencyMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToStringMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"IdentifierToNodeMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"NodeToCoreDependenciesMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToObjectMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.concurrent.Future","defaultValue":null,"instanceClassName":"java.util.concurrent.Future","name":"Future","instanceClass":"java.util.concurrent.Future","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Optional","defaultValue":null,"instanceClassName":"java.util.Optional","name":"Optional","instanceClass":"java.util.Optional","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceOrTarget","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIdentifier","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPredecessorOf","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuccessorOf","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPredecessors","lowerBound":0,"id":22,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIncomingDependenciesFrom","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getIncomingDependenciesFrom","lowerBound":0,"id":24,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutgoingDependenciesTo","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOutgoingDependenciesTo","lowerBound":0,"id":26,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveIncomingProxyDependencies","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveOutgoingProxyDependencies","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNodeSource","lowerBound":1,"id":29,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootNode","changeable":false,"resolveProxies":false,"lowerBound":0,"id":30,"derived":true},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeSource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"outgoingCoreDependencies","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accumulatedOutgoingCoreDependencies","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"incomingCoreDependencies","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accumulatedIncomingCoreDependencies","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":1,"id":40,"many":false,"required":true,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":1,"id":43,"many":false,"required":true,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"nodes","lowerBound":0,"id":50,"many":true,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetNode","lowerBound":1,"id":53,"many":false,"required":true,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"targetNodes","lowerBound":0,"id":56,"many":true,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"T","id":59,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"clazz","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onExpand","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onCollapse","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onSelect","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"autoExpand","changeable":false,"lowerBound":0,"iD":false,"id":77,"derived":true},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencySource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"invalidateAllCaches","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"invalidateCaches","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeCaches","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookupNode","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtension","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtension","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerExtension","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerExtension","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasExtension","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasExtension","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionRegistry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"modifiedNodes","lowerBound":0,"id":99,"many":true,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"modifiedNodes","lowerBound":0,"id":101,"many":true,"required":false,"eClass":"EParameter"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"identifier","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"name":"T","id":107,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"clazz","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"name":"T","id":112,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"clazz","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"T","id":118,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"clazz","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"extension","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"clazz","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"extension","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"name":"T","id":129,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"name":"T","id":134,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootNode","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveProxyDependencies","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"coreDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregatedWeight","changeable":false,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDependencySource","lowerBound":1,"id":160,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proxyDependencyParent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"name":"T","id":166,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"clazz","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedCoreDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveProxyDependencies","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":false,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"name":"T","id":201,"eClass":"ETypeParameter"},{"name":"T","id":202,"eClass":"ETypeParameter"},{"name":"SOURCE","id":203,"value":0,"literal":"SOURCE","eClass":"EEnumLiteral"},{"name":"TARGET","id":204,"value":0,"literal":"TARGET","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":19,"target":38},{"source":19,"target":1},{"source":20,"target":39},{"source":20,"target":1},{"source":20,"target":40},{"source":40,"target":1},{"source":40,"target":41},{"source":40,"target":20},{"source":41,"target":1},{"source":21,"target":42},{"source":21,"target":1},{"source":21,"target":43},{"source":43,"target":1},{"source":43,"target":44},{"source":43,"target":21},{"source":44,"target":1},{"source":22,"target":1},{"source":22,"target":45},{"source":22,"target":1},{"source":45,"target":1},{"source":23,"target":8},{"source":23,"target":46},{"source":23,"target":1},{"source":23,"target":47},{"source":46,"target":8},{"source":47,"target":1},{"source":47,"target":48},{"source":47,"target":23},{"source":48,"target":1},{"source":24,"target":8},{"source":24,"target":49},{"source":24,"target":1},{"source":24,"target":50},{"source":49,"target":8},{"source":50,"target":1},{"source":50,"target":51},{"source":50,"target":24},{"source":51,"target":1},{"source":25,"target":8},{"source":25,"target":52},{"source":25,"target":1},{"source":25,"target":53},{"source":52,"target":8},{"source":53,"target":1},{"source":53,"target":54},{"source":53,"target":25},{"source":54,"target":1},{"source":26,"target":8},{"source":26,"target":55},{"source":26,"target":1},{"source":26,"target":56},{"source":55,"target":8},{"source":56,"target":1},{"source":56,"target":57},{"source":56,"target":26},{"source":57,"target":1},{"source":27,"target":1},{"source":28,"target":1},{"source":29,"target":17},{"source":29,"target":58},{"source":29,"target":1},{"source":29,"target":59},{"source":29,"target":60},{"source":58,"target":61},{"source":58,"target":17},{"source":61,"target":59},{"source":60,"target":62},{"source":60,"target":29},{"source":62,"target":63},{"source":63,"target":59},{"source":30,"target":4},{"source":30,"target":64},{"source":30,"target":1},{"source":64,"target":4},{"source":31,"target":1},{"source":31,"target":65},{"source":31,"target":1},{"source":31,"target":32},{"source":65,"target":1},{"source":32,"target":1},{"source":32,"target":66},{"source":32,"target":1},{"source":32,"target":31},{"source":66,"target":1},{"source":33,"target":2},{"source":33,"target":67},{"source":33,"target":1},{"source":33,"target":68},{"source":67,"target":2},{"source":34,"target":9},{"source":34,"target":69},{"source":34,"target":1},{"source":69,"target":9},{"source":35,"target":9},{"source":35,"target":70},{"source":35,"target":1},{"source":70,"target":9},{"source":36,"target":9},{"source":36,"target":71},{"source":36,"target":1},{"source":71,"target":9},{"source":37,"target":9},{"source":37,"target":72},{"source":37,"target":1},{"source":72,"target":9},{"source":2,"target":0},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":68},{"source":2,"target":77},{"source":73,"target":2},{"source":74,"target":2},{"source":75,"target":2},{"source":76,"target":78},{"source":76,"target":2},{"source":68,"target":1},{"source":68,"target":79},{"source":68,"target":2},{"source":68,"target":33},{"source":79,"target":1},{"source":77,"target":80},{"source":77,"target":2},{"source":3,"target":0},{"source":3,"target":81},{"source":3,"target":82},{"source":81,"target":83},{"source":81,"target":3},{"source":82,"target":9},{"source":82,"target":84},{"source":82,"target":3},{"source":82,"target":85},{"source":84,"target":9},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":86,"target":4},{"source":87,"target":4},{"source":87,"target":99},{"source":99,"target":1},{"source":99,"target":100},{"source":99,"target":87},{"source":100,"target":1},{"source":88,"target":4},{"source":88,"target":101},{"source":101,"target":1},{"source":101,"target":102},{"source":101,"target":88},{"source":102,"target":1},{"source":89,"target":1},{"source":89,"target":103},{"source":89,"target":4},{"source":89,"target":104},{"source":103,"target":1},{"source":104,"target":105},{"source":104,"target":89},{"source":90,"target":106},{"source":90,"target":4},{"source":90,"target":107},{"source":90,"target":108},{"source":106,"target":107},{"source":108,"target":109},{"source":108,"target":90},{"source":109,"target":110},{"source":110,"target":107},{"source":91,"target":111},{"source":91,"target":4},{"source":91,"target":112},{"source":91,"target":113},{"source":91,"target":114},{"source":111,"target":112},{"source":113,"target":115},{"source":113,"target":91},{"source":114,"target":116},{"source":114,"target":91},{"source":116,"target":117},{"source":117,"target":112},{"source":92,"target":4},{"source":92,"target":118},{"source":92,"target":119},{"source":92,"target":120},{"source":119,"target":121},{"source":119,"target":92},{"source":121,"target":122},{"source":122,"target":118},{"source":120,"target":123},{"source":120,"target":92},{"source":123,"target":118},{"source":93,"target":4},{"source":93,"target":124},{"source":93,"target":125},{"source":124,"target":126},{"source":124,"target":93},{"source":125,"target":127},{"source":125,"target":93},{"source":94,"target":128},{"source":94,"target":4},{"source":94,"target":129},{"source":94,"target":130},{"source":130,"target":131},{"source":130,"target":94},{"source":131,"target":132},{"source":132,"target":129},{"source":95,"target":133},{"source":95,"target":4},{"source":95,"target":134},{"source":95,"target":135},{"source":95,"target":136},{"source":135,"target":137},{"source":135,"target":95},{"source":136,"target":138},{"source":136,"target":95},{"source":138,"target":139},{"source":139,"target":134},{"source":96,"target":140},{"source":96,"target":4},{"source":97,"target":15},{"source":97,"target":141},{"source":97,"target":4},{"source":141,"target":15},{"source":98,"target":1},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":142},{"source":5,"target":143},{"source":142,"target":12},{"source":142,"target":144},{"source":142,"target":5},{"source":144,"target":12},{"source":143,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":145},{"source":6,"target":146},{"source":145,"target":12},{"source":145,"target":147},{"source":145,"target":6},{"source":147,"target":12},{"source":146,"target":3},{"source":7,"target":0},{"source":7,"target":148},{"source":7,"target":149},{"source":7,"target":150},{"source":148,"target":4},{"source":148,"target":151},{"source":148,"target":7},{"source":151,"target":4},{"source":149,"target":1},{"source":149,"target":152},{"source":149,"target":7},{"source":152,"target":1},{"source":150,"target":1},{"source":150,"target":153},{"source":150,"target":7},{"source":153,"target":1},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":154},{"source":8,"target":155},{"source":8,"target":156},{"source":8,"target":157},{"source":154,"target":8},{"source":155,"target":9},{"source":155,"target":158},{"source":155,"target":8},{"source":158,"target":9},{"source":156,"target":159},{"source":156,"target":8},{"source":157,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":85},{"source":9,"target":163},{"source":9,"target":164},{"source":160,"target":17},{"source":160,"target":165},{"source":160,"target":9},{"source":160,"target":166},{"source":160,"target":167},{"source":165,"target":168},{"source":165,"target":17},{"source":168,"target":166},{"source":167,"target":169},{"source":167,"target":160},{"source":169,"target":170},{"source":170,"target":166},{"source":161,"target":171},{"source":161,"target":9},{"source":162,"target":172},{"source":162,"target":9},{"source":85,"target":3},{"source":85,"target":173},{"source":85,"target":9},{"source":85,"target":82},{"source":173,"target":3},{"source":163,"target":10},{"source":163,"target":174},{"source":163,"target":9},{"source":163,"target":175},{"source":174,"target":10},{"source":164,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":176},{"source":10,"target":177},{"source":10,"target":175},{"source":10,"target":178},{"source":176,"target":10},{"source":177,"target":179},{"source":177,"target":10},{"source":175,"target":9},{"source":175,"target":180},{"source":175,"target":10},{"source":175,"target":163},{"source":180,"target":9},{"source":178,"target":9},{"source":11,"target":0},{"source":11,"target":181},{"source":11,"target":182},{"source":181,"target":1},{"source":181,"target":183},{"source":181,"target":11},{"source":183,"target":1},{"source":182,"target":9},{"source":182,"target":184},{"source":182,"target":11},{"source":184,"target":9},{"source":12,"target":0},{"source":12,"target":185},{"source":12,"target":186},{"source":185,"target":187},{"source":185,"target":12},{"source":186,"target":188},{"source":186,"target":12},{"source":13,"target":0},{"source":13,"target":189},{"source":13,"target":190},{"source":189,"target":191},{"source":189,"target":13},{"source":190,"target":1},{"source":190,"target":192},{"source":190,"target":13},{"source":192,"target":1},{"source":14,"target":0},{"source":14,"target":193},{"source":14,"target":194},{"source":193,"target":1},{"source":193,"target":195},{"source":193,"target":14},{"source":195,"target":1},{"source":194,"target":9},{"source":194,"target":196},{"source":194,"target":14},{"source":196,"target":9},{"source":15,"target":0},{"source":15,"target":197},{"source":15,"target":198},{"source":197,"target":199},{"source":197,"target":15},{"source":198,"target":200},{"source":198,"target":15},{"source":16,"target":0},{"source":16,"target":201},{"source":17,"target":0},{"source":17,"target":202},{"source":18,"target":0},{"source":18,"target":203},{"source":18,"target":204},{"source":203,"target":18},{"source":204,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="KobrA2SUM" nsURI="http://www.kobrA2.SUM" nsPrefix="KobrA2"> <eClassifiers xsi:type="ecore:EClass" name="K2ComponentClass" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component #//K2StructuredClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//K2Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="K2Operation" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Operation #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Parameter" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Parameter #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Model" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Model #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Association" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Association #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Nests" eSuperTypes="#//K2Association"/> <eClassifiers xsi:type="ecore:EClass" name="K2Creates" eSuperTypes="#//K2Association"/> <eClassifiers xsi:type="ecore:EClass" name="K2Class" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class #//K2Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBy" lowerBound="1" eType="#//K2ComponentClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="K2StructuredClassifier" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Package" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Package #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Acquires" eSuperTypes="#//K2Association"/> <eClassifiers xsi:type="ecore:EClass" name="K2Property" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Generalization" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Generalization #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Object" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sumID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="K2Comment" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Comment #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Enumeration" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Enumeration #//K2Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBy" lowerBound="1" eType="#//K2ComponentClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="K2EnumerationLiteral" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//EnumerationLiteral #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Activity" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="K2DecisionNode" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//DecisionNode"/> <eClassifiers xsi:type="ecore:EClass" name="K2CallSubActivityAction" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="K2CallOperationAction" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//CallOperationAction"/> <eClassifiers xsi:type="ecore:EClass" name="K2ControlFlow" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ControlFlow"/> <eClassifiers xsi:type="ecore:EClass" name="K2RaisedExceptionAction" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//RaiseExceptionAction"/> <eClassifiers xsi:type="ecore:EClass" name="K2InputPin" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="K2OutputPin" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//OutputPin"/> <eClassifiers xsi:type="ecore:EClass" name="K2ActivityParameterNode" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ActivityParameterNode"/> <eClassifiers xsi:type="ecore:EClass" name="K2BehaviorAction" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//CallBehaviorAction"/> <eClassifiers xsi:type="ecore:EClass" name="K2InitialNode" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//InitialNode"/> <eClassifiers xsi:type="ecore:EClass" name="K2FinalNode" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="K2MergeNode" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//MergeNode"/> <eClassifiers xsi:type="ecore:EClass" name="K2ForkNode" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ForkNode"/> <eClassifiers xsi:type="ecore:EClass" name="K2ActivityPartition" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ActivityPartition"/> <eClassifiers xsi:type="ecore:EClass" name="K2ObjectFlow" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ObjectFlow"/> <eClassifiers xsi:type="ecore:EClass" name="K2JoinNode" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//JoinNode"/> <eClassifiers xsi:type="ecore:EClass" name="K2OpaqueExpression" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//OpaqueExpression #//K2Object"/> <eClassifiers xsi:type="ecore:EClass" name="K2Constraint" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Constraint #//K2Object"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/KobrA2Meta.ecore
ecore
KobrA2SUM K2ComponentClass ops K2Operation K2Parameter K2Model K2Association K2Nests K2Creates K2Class ownedBy K2StructuredClassifier K2Package K2Acquires K2Property K2Generalization K2Object sumID K2Comment K2Enumeration ownedBy K2EnumerationLiteral K2Activity K2DecisionNode K2CallSubActivityAction K2CallOperationAction K2ControlFlow K2RaisedExceptionAction K2InputPin K2OutputPin K2ActivityParameterNode K2BehaviorAction K2InitialNode K2FinalNode K2MergeNode K2ForkNode K2ActivityPartition K2ObjectFlow K2JoinNode K2OpaqueExpression K2Constraint
null
{"directed":true,"nodes":[{"nsPrefix":"KobrA2","nsURI":"http://www.kobrA2.SUM","name":"KobrA2SUM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2ComponentClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Operation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Parameter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Model","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Association","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Nests","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Creates","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Class","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2StructuredClassifier","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Package","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Acquires","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Property","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Generalization","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Object","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Comment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Enumeration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2EnumerationLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Activity","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2DecisionNode","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2CallSubActivityAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2CallOperationAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2ControlFlow","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2RaisedExceptionAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2InputPin","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2OutputPin","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2ActivityParameterNode","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2BehaviorAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2InitialNode","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2FinalNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2MergeNode","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2ForkNode","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2ActivityPartition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2ObjectFlow","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2JoinNode","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2OpaqueExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2Constraint","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sumID","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":37,"target":2},{"source":37,"target":40},{"source":37,"target":1},{"source":40,"target":2},{"source":39,"target":9},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":41},{"source":2,"target":42},{"source":42,"target":14},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":43},{"source":3,"target":44},{"source":44,"target":14},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":45},{"source":4,"target":46},{"source":46,"target":14},{"source":5,"target":0},{"source":5,"target":14},{"source":5,"target":47},{"source":5,"target":48},{"source":48,"target":14},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":49},{"source":49,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":50},{"source":50,"target":5},{"source":8,"target":0},{"source":8,"target":14},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":51,"target":1},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":1},{"source":53,"target":14},{"source":9,"target":0},{"source":9,"target":14},{"source":9,"target":55},{"source":9,"target":56},{"source":56,"target":14},{"source":10,"target":0},{"source":10,"target":14},{"source":10,"target":57},{"source":10,"target":58},{"source":58,"target":14},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":59},{"source":59,"target":5},{"source":12,"target":0},{"source":12,"target":14},{"source":12,"target":60},{"source":12,"target":61},{"source":61,"target":14},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":62},{"source":13,"target":63},{"source":63,"target":14},{"source":14,"target":0},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":66},{"source":64,"target":14},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":67},{"source":15,"target":68},{"source":68,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":69},{"source":16,"target":70},{"source":16,"target":71},{"source":69,"target":1},{"source":69,"target":72},{"source":69,"target":16},{"source":72,"target":1},{"source":71,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":73},{"source":17,"target":74},{"source":74,"target":14},{"source":18,"target":0},{"source":18,"target":75},{"source":19,"target":0},{"source":19,"target":76},{"source":20,"target":0},{"source":20,"target":77},{"source":21,"target":0},{"source":21,"target":78},{"source":22,"target":0},{"source":22,"target":79},{"source":23,"target":0},{"source":23,"target":80},{"source":24,"target":0},{"source":24,"target":81},{"source":25,"target":0},{"source":25,"target":82},{"source":26,"target":0},{"source":26,"target":83},{"source":27,"target":0},{"source":27,"target":84},{"source":28,"target":0},{"source":28,"target":85},{"source":29,"target":0},{"source":29,"target":86},{"source":30,"target":0},{"source":30,"target":87},{"source":31,"target":0},{"source":31,"target":88},{"source":32,"target":0},{"source":32,"target":89},{"source":33,"target":0},{"source":33,"target":90},{"source":34,"target":0},{"source":34,"target":91},{"source":35,"target":0},{"source":35,"target":14},{"source":35,"target":92},{"source":35,"target":93},{"source":93,"target":14},{"source":36,"target":0},{"source":36,"target":14},{"source":36,"target":94},{"source":36,"target":95},{"source":95,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="swt" nsURI="http://www.eclipse.org/e4/swt.ecore" nsPrefix="swt"> <eSubpackages name="layouts" nsURI="http://www.eclipse.org/e4/swt/layouts.ecore" nsPrefix="swt.layouts"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="javaPackage" value="org.eclipse.swt.layout"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="RowLayout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//styles/SwtConstant" defaultValueLiteral="HORIZONTAL"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="literals" value="HORIZONTAL VERTICAL"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="center" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="justify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pack" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wrap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eGenericSuperTypes eClassifier="ecore:EClass tm.ecore#//layouts/Layout"> <eTypeArguments eClassifier="#//layouts/RowLayoutData"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RowLayoutData" eSuperTypes="tm.ecore#//layouts/LayoutData tm.ecore#//layouts/Dimension"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="realName" value="RowData"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridLayout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="makeColumnsEqualWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eGenericSuperTypes eClassifier="ecore:EClass tm.ecore#//layouts/Layout"> <eTypeArguments eClassifier="#//layouts/GridLayoutData"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridLayoutData" eSuperTypes="tm.ecore#//layouts/LayoutData"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="realName" value="GridData"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" eType="#//styles/SwtConstant" defaultValueLiteral="CENTER"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="literals" value="BEGINNING CENTER END FILL"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" eType="#//styles/SwtConstant" defaultValueLiteral="CENTER"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="literals" value="BEGINNING CENTER END FILL"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthHint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightHint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalIndent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FillLayout" eSuperTypes="tm.ecore#//layouts/Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//styles/SwtConstant" defaultValueLiteral="HORIZONTAL"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="literals" value="HORIZONTAL VERTICAL"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StackLayout" eSuperTypes="tm.ecore#//layouts/Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topControl" eType="ecore:EClass tm.ecore#//widgets/Control"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormLayout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> <eGenericSuperTypes eClassifier="ecore:EClass tm.ecore#//layouts/Layout"> <eTypeArguments eClassifier="#//layouts/FormLayoutData"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormLayoutData" eSuperTypes="tm.ecore#//layouts/LayoutData tm.ecore#//layouts/Dimension"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="realName" value="FormData"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//layouts/FormAttachment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="top" eType="#//layouts/FormAttachment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//layouts/FormAttachment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bottom" eType="#//layouts/FormAttachment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormAttachment"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="access" value="field"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numerator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="denominator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="ecore:EClass tm.ecore#//widgets/Control"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//styles/SwtConstant" defaultValueLiteral="HORIZONTAL"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="literals" value="LEFT TOP RIGHT BOTTOM CENTER"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="styles" nsURI="http://www.eclipse.org/e4/swt/styles.ecore" nsPrefix="swt.styles"> <eClassifiers xsi:type="ecore:EDataType" name="SwtConstant" instanceClassName="java.lang.String"/> </eSubpackages> <eSubpackages name="widgets" nsURI="http://www.eclipse.org/e4/swt/widgets.ecore" nsPrefix="swt.widgets"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="javaPackage" value="org.eclipse.swt.widgets"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Slider"> <eGenericSuperTypes eClassifier="ecore:EClass tm.ecore#//widgets/BoundedValueControl"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Spinner"> <eGenericSuperTypes eClassifier="ecore:EClass tm.ecore#//widgets/BoundedValueControl"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scale"> <eGenericSuperTypes eClassifier="ecore:EClass tm.ecore#//widgets/BoundedValueControl"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eGenericSuperTypes> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/hallvard/playtrd/org.eclipse.e4.tm/model/swt.ecore
ecore
swt layouts RowLayout type HORIZONTAL center fill justify pack true wrap true marginWidth 0 marginHeight 0 spacing 3 marginLeft 3 marginTop 3 marginRight 3 marginBottom 3 RowLayoutData exclude GridLayout numColumns 1 makeColumnsEqualWidth marginWidth 5 marginHeight 5 marginLeft 0 marginTop 0 marginRight 0 marginBottom 0 horizontalSpacing 5 verticalSpacing 5 GridLayoutData verticalAlignment CENTER horizontalAlignment CENTER widthHint -1 heightHint -1 horizontalIndent 0 verticalIndent 0 horizontalSpan 1 verticalSpan 1 grabExcessHorizontalSpace false grabExcessVerticalSpace false minimumWidth 0 minimumHeight 0 exclude false FillLayout type HORIZONTAL marginWidth 0 marginHeight 0 spacing 0 StackLayout marginWidth 0 marginHeight 0 topControl FormLayout marginWidth 0 marginHeight 0 marginLeft 3 marginTop 3 marginRight 3 marginBottom 3 spacing 3 FormLayoutData left top right bottom FormAttachment numerator 0 denominator 100 offset 0 control alignment HORIZONTAL styles SwtConstant java.lang.String java.lang.String widgets Slider Spinner Scale
null
{"directed":true,"nodes":[{"nsPrefix":"swt","nsURI":"http://www.eclipse.org/e4/swt.ecore","name":"swt","id":0,"eClass":"EPackage"},{"nsPrefix":"swt.layouts","nsURI":"http://www.eclipse.org/e4/swt/layouts.ecore","name":"layouts","id":1,"eClass":"EPackage"},{"nsPrefix":"swt.styles","nsURI":"http://www.eclipse.org/e4/swt/styles.ecore","name":"styles","id":2,"eClass":"EPackage"},{"nsPrefix":"swt.widgets","nsURI":"http://www.eclipse.org/e4/swt/widgets.ecore","name":"widgets","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowLayout","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowLayoutData","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayoutData","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FillLayout","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackLayout","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormLayout","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormLayoutData","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormAttachment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"HORIZONTAL","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HORIZONTAL","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"center","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"justify","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"pack","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"wrap","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"marginRight","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SwtConstant","instanceClass":"java.lang.String","id":27,"serializable":true,"eClass":"EDataType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclude","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"makeColumnsEqualWidth","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginRight","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"CENTER","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"CENTER","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"heightHint","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"horizontalIndent","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"verticalIndent","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpan","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"verticalSpan","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessHorizontalSpace","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessVerticalSpace","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minimumWidth","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minimumHeight","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"exclude","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"HORIZONTAL","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HORIZONTAL","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topControl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"marginRight","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"numerator","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"denominator","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"HORIZONTAL","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HORIZONTAL","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slider","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spinner","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scale","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":0},{"source":4,"target":1},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":13,"target":27},{"source":13,"target":28},{"source":13,"target":4},{"source":28,"target":27},{"source":14,"target":29},{"source":14,"target":4},{"source":15,"target":30},{"source":15,"target":4},{"source":16,"target":31},{"source":16,"target":4},{"source":17,"target":32},{"source":17,"target":4},{"source":18,"target":33},{"source":18,"target":4},{"source":19,"target":34},{"source":19,"target":4},{"source":20,"target":35},{"source":20,"target":4},{"source":21,"target":36},{"source":21,"target":4},{"source":22,"target":37},{"source":22,"target":4},{"source":23,"target":38},{"source":23,"target":4},{"source":24,"target":39},{"source":24,"target":4},{"source":25,"target":40},{"source":25,"target":4},{"source":26,"target":41},{"source":41,"target":5},{"source":5,"target":1},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":42,"target":45},{"source":42,"target":5},{"source":6,"target":1},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":46,"target":57},{"source":46,"target":6},{"source":47,"target":58},{"source":47,"target":6},{"source":48,"target":59},{"source":48,"target":6},{"source":49,"target":60},{"source":49,"target":6},{"source":50,"target":61},{"source":50,"target":6},{"source":51,"target":62},{"source":51,"target":6},{"source":52,"target":63},{"source":52,"target":6},{"source":53,"target":64},{"source":53,"target":6},{"source":54,"target":65},{"source":54,"target":6},{"source":55,"target":66},{"source":55,"target":6},{"source":56,"target":67},{"source":67,"target":7},{"source":7,"target":1},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":68,"target":27},{"source":68,"target":82},{"source":68,"target":7},{"source":82,"target":27},{"source":69,"target":27},{"source":69,"target":83},{"source":69,"target":7},{"source":83,"target":27},{"source":70,"target":84},{"source":70,"target":7},{"source":71,"target":85},{"source":71,"target":7},{"source":72,"target":86},{"source":72,"target":7},{"source":73,"target":87},{"source":73,"target":7},{"source":74,"target":88},{"source":74,"target":7},{"source":75,"target":89},{"source":75,"target":7},{"source":76,"target":90},{"source":76,"target":7},{"source":77,"target":91},{"source":77,"target":7},{"source":78,"target":92},{"source":78,"target":7},{"source":79,"target":93},{"source":79,"target":7},{"source":80,"target":94},{"source":80,"target":7},{"source":8,"target":1},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":95,"target":27},{"source":95,"target":100},{"source":95,"target":8},{"source":100,"target":27},{"source":96,"target":101},{"source":96,"target":8},{"source":97,"target":102},{"source":97,"target":8},{"source":98,"target":103},{"source":98,"target":8},{"source":9,"target":1},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":104,"target":108},{"source":104,"target":9},{"source":105,"target":109},{"source":105,"target":9},{"source":106,"target":110},{"source":106,"target":9},{"source":10,"target":1},{"source":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":111,"target":119},{"source":111,"target":10},{"source":112,"target":120},{"source":112,"target":10},{"source":113,"target":121},{"source":113,"target":10},{"source":114,"target":122},{"source":114,"target":10},{"source":115,"target":123},{"source":115,"target":10},{"source":116,"target":124},{"source":116,"target":10},{"source":117,"target":125},{"source":117,"target":10},{"source":118,"target":126},{"source":126,"target":11},{"source":11,"target":1},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":127,"target":12},{"source":127,"target":133},{"source":127,"target":11},{"source":133,"target":12},{"source":128,"target":12},{"source":128,"target":134},{"source":128,"target":11},{"source":134,"target":12},{"source":129,"target":12},{"source":129,"target":135},{"source":129,"target":11},{"source":135,"target":12},{"source":130,"target":12},{"source":130,"target":136},{"source":130,"target":11},{"source":136,"target":12},{"source":12,"target":1},{"source":12,"target":137},{"source":12,"target":138},{"source":12,"target":139},{"source":12,"target":140},{"source":12,"target":141},{"source":137,"target":142},{"source":137,"target":12},{"source":138,"target":143},{"source":138,"target":12},{"source":139,"target":144},{"source":139,"target":12},{"source":140,"target":145},{"source":140,"target":12},{"source":141,"target":27},{"source":141,"target":146},{"source":141,"target":12},{"source":146,"target":27},{"source":2,"target":27},{"source":2,"target":0},{"source":27,"target":2},{"source":3,"target":147},{"source":3,"target":148},{"source":3,"target":149},{"source":3,"target":0},{"source":147,"target":3},{"source":147,"target":150},{"source":150,"target":151},{"source":148,"target":3},{"source":148,"target":152},{"source":152,"target":153},{"source":149,"target":3},{"source":149,"target":154},{"source":154,"target":155}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spd" nsURI="http://sca.jpeojtrs.mil/spd" nsPrefix="spd"> <eClassifiers xsi:type="ecore:EEnum" name="AEPComplianceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="aepcompliance_._type"/> </eAnnotations> <eLiterals name="aepCompliant" literal="aep_compliant"/> <eLiterals name="aepNonCompliant" value="1" literal="aep_non_compliant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AEPComplianceTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="aepcompliance_._type:Object"/> <details key="baseType" value="aepcompliance_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="author"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="company" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="company"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webpage" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="webpage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Code"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="code"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="localFile" lowerBound="1" eType="#//LocalFile" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="localfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="entrypoint"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stackSize" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="stacksize"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="priority"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//CodeFileType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CodeFileType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type"/> </eAnnotations> <eLiterals name="Executable"/> <eLiterals name="KernelModule" value="1"/> <eLiterals name="SharedLibrary" value="2"/> <eLiterals name="Driver" value="3"/> <eLiterals name="NodeBooter" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CodeFileTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type:Object"/> <details key="baseType" value="type_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compiler"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="compiler"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//PropertyRefSet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dependency"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NonEmptyDependency"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkgRef" eType="#//SoftPkgRef" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="softpkgref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRef" eType="#//PropertyRef" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Descriptor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="descriptor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="localfile" lowerBound="1" eType="#//LocalFile" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="localfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="ecore:EClass platform:/plugin/mil.jpeojtrs.sca.scd/model/scd.ecore#//SoftwareComponent" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="component"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HumanLanguage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="humanLanguage"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="implementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyFile" eType="#//PropertyFile" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="code" lowerBound="1" eType="#//Code" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="code"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="compiler" eType="#//Compiler" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="compiler"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="programmingLanguage" eType="#//ProgrammingLanguage" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="programminglanguage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="humanLanguage" eType="#//HumanLanguage" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="humanlanguage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="runtime" eType="#//Runtime" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="runtime"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dependencyMap" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="os" upperBound="-1" eType="#//Os" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="os"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processor" upperBound="-1" eType="#//Processor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="processor"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dependency" upperBound="-1" eType="#//Dependency" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dependency"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usesDevice" upperBound="-1" eType="#//UsesDevice" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="usesdevice"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aepCompliance" eType="#//AEPComplianceType" defaultValueLiteral="aep_compliant" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="aepcompliance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Name" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkg" eType="#//SoftPkg" eOpposite="#//SoftPkg/implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="softPkg"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="implRef"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="refid"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalFile"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="localFile"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Os"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="os"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Processor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="processor"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgrammingLanguage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="programmingLanguage"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyFile"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="propertyFile"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="localFile" lowerBound="1" eType="#//LocalFile" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="localfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="ecore:EClass platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//Properties" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="properties"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="propertyRef"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="refid"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Runtime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="runtime"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SCAComplianceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._1_._type"/> </eAnnotations> <eLiterals name="scaCompliant" literal="sca_compliant"/> <eLiterals name="scaNonCompliant" value="1" literal="sca_non_compliant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SCAComplianceTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._1_._type:Object"/> <details key="baseType" value="type_._1_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftPkg"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="softPkg"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValueConsistent"/> </eAnnotations> <eOperations name="getImplementation" eType="#//Implementation"> <eParameters name="implID" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" upperBound="-1" eType="#//Author" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="author"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyFile" eType="#//PropertyFile" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//Descriptor" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="descriptor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" lowerBound="1" upperBound="-1" eType="#//Implementation" containment="true" resolveProxies="false" eOpposite="#//Implementation/softPkg"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usesDevice" upperBound="-1" eType="#//UsesDevice" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="usesdevice"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//DceUUID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SCAComplianceType" defaultValueLiteral="sca_compliant" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftPkgRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="softPkgRef"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="localFile" lowerBound="1" eType="#//LocalFile" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="localfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implRef" eType="#//ImplRef" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//Implementation" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkg" eType="#//SoftPkg" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="softPkg"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpdDocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softpkg" upperBound="-2" eType="#//SoftPkg" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="softpkg"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="URI"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsesDevice" eSuperTypes="platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//PropertyRefGroup"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="usesDevice"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRef" lowerBound="1" upperBound="-1" eType="#//PropertyRef" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/spd.ecore
ecore
spd AEPComplianceType aepCompliant aep_compliant aepNonCompliant aep_non_compliant AEPComplianceTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Author name company webpage Code localFile entryPoint stackSize priority type CodeFileType Executable Executable KernelModule KernelModule SharedLibrary SharedLibrary Driver Driver NodeBooter NodeBooter CodeFileTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Compiler name version Dependency softPkgRef propertyRef type Descriptor localfile component name HumanLanguage name Implementation description propertyFile code compiler programmingLanguage humanLanguage runtime dependencyMap os processor dependency usesDevice aepCompliance aep_compliant id softPkg ImplRef refid LocalFile name Os name version Processor name ProgrammingLanguage name version PropertyFile localFile properties type PropertyRef refId value Runtime name version SCAComplianceType scaCompliant sca_compliant scaNonCompliant sca_non_compliant SCAComplianceTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator SoftPkg getImplementation implID title author description propertyFile descriptor implementation usesDevice id name type sca_compliant version SoftPkgRef localFile implRef implementation softPkg SpdDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation softpkg URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI UsesDevice propertyRef id type
null
{"directed":true,"nodes":[{"nsPrefix":"spd","nsURI":"http://sca.jpeojtrs.mil/spd","name":"spd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AEPComplianceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AEPComplianceTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Code","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CodeFileType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"CodeFileTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compiler","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Descriptor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumanLanguage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplRef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalFile","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Os","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgrammingLanguage","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyFile","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Runtime","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SCAComplianceType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SCAComplianceTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftPkg","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftPkgRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpdDocumentRoot","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"URI","instanceClass":"org.eclipse.emf.common.util.URI","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsesDevice","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"name":"aepCompliant","id":27,"value":0,"literal":"aep_compliant","eClass":"EEnumLiteral"},{"name":"aepNonCompliant","id":28,"value":1,"literal":"aep_non_compliant","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"company","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"webpage","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entryPoint","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stackSize","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"name":"Executable","id":45,"value":0,"literal":"Executable","eClass":"EEnumLiteral"},{"name":"KernelModule","id":46,"value":1,"literal":"KernelModule","eClass":"EEnumLiteral"},{"name":"SharedLibrary","id":47,"value":2,"literal":"SharedLibrary","eClass":"EEnumLiteral"},{"name":"Driver","id":48,"value":3,"literal":"Driver","eClass":"EEnumLiteral"},{"name":"NodeBooter","id":49,"value":4,"literal":"NodeBooter","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"softPkgRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"propertyRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localfile","changeable":true,"resolveProxies":false,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"resolveProxies":false,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compiler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"programmingLanguage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"humanLanguage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtime","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dependencyMap","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"os","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dependency","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usesDevice","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"aep_compliant","unsettable":true,"transient":false,"unique":true,"name":"aepCompliance","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":82,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"softPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refid","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refId","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"name":"scaCompliant","id":128,"value":0,"literal":"sca_compliant","eClass":"EEnumLiteral"},{"name":"scaNonCompliant","id":129,"value":1,"literal":"sca_non_compliant","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImplementation","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":false,"lowerBound":1,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usesDevice","changeable":true,"resolveProxies":false,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"sca_compliant","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"implID","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"softPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":true},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"softpkg","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":true},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"propertyRef","changeable":true,"resolveProxies":false,"lowerBound":1,"id":171,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":27,"target":1},{"source":28,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":34},{"source":31,"target":3},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":35,"target":13},{"source":35,"target":40},{"source":35,"target":4},{"source":40,"target":13},{"source":36,"target":41},{"source":36,"target":4},{"source":37,"target":42},{"source":37,"target":4},{"source":38,"target":43},{"source":38,"target":4},{"source":39,"target":5},{"source":39,"target":44},{"source":39,"target":4},{"source":44,"target":5},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":45,"target":5},{"source":46,"target":5},{"source":47,"target":5},{"source":48,"target":5},{"source":49,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":52},{"source":50,"target":7},{"source":51,"target":53},{"source":51,"target":7},{"source":8,"target":0},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":54,"target":23},{"source":54,"target":58},{"source":54,"target":8},{"source":58,"target":23},{"source":55,"target":18},{"source":55,"target":59},{"source":55,"target":8},{"source":59,"target":18},{"source":56,"target":60},{"source":56,"target":8},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":61,"target":13},{"source":61,"target":64},{"source":61,"target":9},{"source":64,"target":13},{"source":62,"target":65},{"source":62,"target":9},{"source":63,"target":66},{"source":63,"target":9},{"source":10,"target":0},{"source":10,"target":67},{"source":67,"target":68},{"source":67,"target":10},{"source":11,"target":0},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":69,"target":84},{"source":69,"target":11},{"source":70,"target":17},{"source":70,"target":85},{"source":70,"target":11},{"source":85,"target":17},{"source":71,"target":4},{"source":71,"target":86},{"source":71,"target":11},{"source":86,"target":4},{"source":72,"target":7},{"source":72,"target":87},{"source":72,"target":11},{"source":87,"target":7},{"source":73,"target":16},{"source":73,"target":88},{"source":73,"target":11},{"source":88,"target":16},{"source":74,"target":10},{"source":74,"target":89},{"source":74,"target":11},{"source":89,"target":10},{"source":75,"target":19},{"source":75,"target":90},{"source":75,"target":11},{"source":90,"target":19},{"source":76,"target":91},{"source":76,"target":11},{"source":77,"target":14},{"source":77,"target":92},{"source":77,"target":11},{"source":92,"target":14},{"source":78,"target":15},{"source":78,"target":93},{"source":78,"target":11},{"source":93,"target":15},{"source":79,"target":8},{"source":79,"target":94},{"source":79,"target":11},{"source":94,"target":8},{"source":80,"target":26},{"source":80,"target":95},{"source":80,"target":11},{"source":95,"target":26},{"source":81,"target":1},{"source":81,"target":96},{"source":81,"target":11},{"source":96,"target":1},{"source":82,"target":97},{"source":82,"target":11},{"source":83,"target":22},{"source":83,"target":98},{"source":83,"target":11},{"source":83,"target":99},{"source":98,"target":22},{"source":12,"target":0},{"source":12,"target":100},{"source":100,"target":101},{"source":100,"target":12},{"source":13,"target":0},{"source":13,"target":102},{"source":102,"target":103},{"source":102,"target":13},{"source":14,"target":0},{"source":14,"target":104},{"source":14,"target":105},{"source":104,"target":106},{"source":104,"target":14},{"source":105,"target":107},{"source":105,"target":14},{"source":15,"target":0},{"source":15,"target":108},{"source":108,"target":109},{"source":108,"target":15},{"source":16,"target":0},{"source":16,"target":110},{"source":16,"target":111},{"source":110,"target":112},{"source":110,"target":16},{"source":111,"target":113},{"source":111,"target":16},{"source":17,"target":0},{"source":17,"target":114},{"source":17,"target":115},{"source":17,"target":116},{"source":114,"target":13},{"source":114,"target":117},{"source":114,"target":17},{"source":117,"target":13},{"source":115,"target":118},{"source":115,"target":17},{"source":116,"target":119},{"source":116,"target":17},{"source":18,"target":0},{"source":18,"target":120},{"source":18,"target":121},{"source":120,"target":122},{"source":120,"target":18},{"source":121,"target":123},{"source":121,"target":18},{"source":19,"target":0},{"source":19,"target":124},{"source":19,"target":125},{"source":124,"target":126},{"source":124,"target":19},{"source":125,"target":127},{"source":125,"target":19},{"source":20,"target":0},{"source":20,"target":128},{"source":20,"target":129},{"source":128,"target":20},{"source":129,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":130},{"source":22,"target":131},{"source":22,"target":132},{"source":22,"target":133},{"source":22,"target":134},{"source":22,"target":135},{"source":22,"target":99},{"source":22,"target":136},{"source":22,"target":137},{"source":22,"target":138},{"source":22,"target":139},{"source":22,"target":140},{"source":130,"target":11},{"source":130,"target":141},{"source":130,"target":22},{"source":130,"target":142},{"source":141,"target":11},{"source":142,"target":143},{"source":142,"target":130},{"source":131,"target":144},{"source":131,"target":22},{"source":132,"target":3},{"source":132,"target":145},{"source":132,"target":22},{"source":145,"target":3},{"source":133,"target":146},{"source":133,"target":22},{"source":134,"target":17},{"source":134,"target":147},{"source":134,"target":22},{"source":147,"target":17},{"source":135,"target":9},{"source":135,"target":148},{"source":135,"target":22},{"source":148,"target":9},{"source":99,"target":11},{"source":99,"target":149},{"source":99,"target":22},{"source":99,"target":83},{"source":149,"target":11},{"source":136,"target":26},{"source":136,"target":150},{"source":136,"target":22},{"source":150,"target":26},{"source":137,"target":151},{"source":137,"target":22},{"source":138,"target":152},{"source":138,"target":22},{"source":139,"target":20},{"source":139,"target":153},{"source":139,"target":22},{"source":153,"target":20},{"source":140,"target":154},{"source":140,"target":22},{"source":23,"target":0},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":23,"target":158},{"source":155,"target":13},{"source":155,"target":159},{"source":155,"target":23},{"source":159,"target":13},{"source":156,"target":12},{"source":156,"target":160},{"source":156,"target":23},{"source":160,"target":12},{"source":157,"target":11},{"source":157,"target":161},{"source":157,"target":23},{"source":161,"target":11},{"source":158,"target":22},{"source":158,"target":162},{"source":158,"target":23},{"source":162,"target":22},{"source":24,"target":0},{"source":24,"target":163},{"source":24,"target":164},{"source":24,"target":165},{"source":24,"target":166},{"source":163,"target":167},{"source":163,"target":24},{"source":164,"target":168},{"source":164,"target":24},{"source":165,"target":169},{"source":165,"target":24},{"source":166,"target":22},{"source":166,"target":170},{"source":166,"target":24},{"source":170,"target":22},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":26,"target":174},{"source":171,"target":18},{"source":171,"target":175},{"source":171,"target":26},{"source":175,"target":18},{"source":172,"target":176},{"source":172,"target":26},{"source":173,"target":177},{"source":173,"target":26}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jpa" nsURI="http://www.soluvas.org/jpa.jpa/" nsPrefix="jpa"> <eClassifiers xsi:type="ecore:EClass" name="PostalAddress" eSuperTypes="#//Describable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="See http://www.upu.int/en/activities/addressing/standards.html - UPU S42.&#xA;For {@link #description} attribute: What this address represents, usually &quot;Home&quot;, &quot;Work&quot;, etc.&#xA;&#xA;ID is RFC1274: unique identifer.&#xA;LDAP: uniqueIdentifier&#xA;&#xA;'name' attribute is Person name who will receive.&#xA;RFC2256: common name(s) for which the entity is known by.&#xA;cn, commonName.&#xA;&#xA;Can be used as:&#xA;&#xA;1. Billing Address in SalesQuote/SalesOrder&#xA;2. Shipping Address in SalesQuote/SalesOrder&#xA;3. Origin Address in SalesQuote/SalesOrder&#xA;4. Person (Customer) Address&#xA;5. Shop Address&#xA;6. Mall Address&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Organization or company name who will send or receive.&#xA;Can be empty.&#xA;RFC2256: organization this object belongs to&#xA;LDAP: o, organizationName"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="organization"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="street"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="city"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postalCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="postalCode"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="province" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="province"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="RFC1274: friendly country name.&#xA;&#xA;LDAP: co, friendlyCountryName"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="country"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countryCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ISO 3166-1 alpha-2.&#xA;&#xA;LDAP: c, countryName"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="countryCode"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryMobile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="primaryMobile"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mobiles" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="RFC1274: mobile telephone number&#xA;LDAP: mobile, mobileTelephoneNumber"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="mobiles"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryPhone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="RFC2256: Telephone Number&#xA;LDAP: telephoneNumber&#xA;&#xA;For offices, usually work phone. For people, usually home phone."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="primaryPhone"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phones" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="phones"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryHomePhone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="primaryHomePhone"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="homePhones" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="RFC1274: home telephone number.&#xA;LDAP: homePhone, homeTelephoneNumber."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="homePhones"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryWorkPhone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="primaryWorkPhone"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workPhones" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="RFC2256: Telephone Number.&#xA;LDAP: (not yet mapped)"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="workPhones"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="primaryEmail"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emails" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="LDAP: mail."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="emails"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates this Address as the primary Address of the containing list.&#xA;Uses {@link Boolean} because can be {@null} when {@link Embeddable}."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="primary"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryBilling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates this Address as the primary billing Address of the containing list.&#xA;Uses {@link Boolean} because can be {@null} when {@link Embeddable}."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="primaryBilling"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryShipping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates this Address as the primary billing Address of the containing list.&#xA;Uses {@link Boolean} because can be {@null} when {@link Embeddable}."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="primaryShipping"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validationTime" eType="#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When this postal address was validated by the user."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="validationTime"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Geolocation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Why Double?&#xA;&#xA;Hibernate Search has this as best practice:&#xA;&quot;add the @Latitude and @Longitude annotations on your properties representing the coordinates; these must be of type Double&quot;&#xA;http://docs.jboss.org/hibernate/search/4.2/reference/en-US/html/spatial.html"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latitude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="latitude"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longitude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="longitude"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elevation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="elevation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Positionable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="positioner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="positioner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameContainer" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Display name (can be full name, nickname, slug, screen name, etc. whatever is commonly used by the particular app).&#xA;Used by {#getName()}."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the entity."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Describable" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Has description."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Description for this entity, in &lt;a href=&quot;https://en.wikipedia.org/wiki/AsciiDoc&quot;>AsciiDoc&lt;/a> format.&#xA;If &lt;a href=&quot;http://dev.w3.org/html5/rdfa/&quot;>HTML+RDFa (Linked Data)&lt;/a> format is desired, you should create a separate {@code descriptionHtml} attribute."/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="description"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CurrencyUnit" instanceClassName="org.joda.money.CurrencyUnit"/> <eClassifiers xsi:type="ecore:EDataType" name="DateTime" instanceClassName="org.joda.time.DateTime"/> <eClassifiers xsi:type="ecore:EDataType" name="LocalDate" instanceClassName="org.joda.time.LocalDate"/> <eClassifiers xsi:type="ecore:EDataType" name="Quantity" instanceClassName="javax.measure.quantity.Quantity" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="Unit" instanceClassName="javax.measure.unit.Unit"> <eTypeParameters name="Q"> <eBounds eClassifier="#//Quantity"/> </eTypeParameters> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UUID" instanceClassName="java.util.UUID"/> <eClassifiers xsi:type="ecore:EEnum" name="Gender"> <eLiterals name="male" value="1"/> <eLiterals name="female" value="2"/> <eLiterals name="unknown"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GenericStatus" instanceClassName="org.soluvas.commons.GenericStatus"/> </ecore:EPackage>
github:ecore:/data/eclipse/emf.texo/runtime/org.eclipse.emf.texo.demo/src-gen/org/soluvas/jpa/jpa/jpa.ecore
ecore
jpa PostalAddress organization street city postalCode province country countryCode primaryMobile mobiles primaryPhone phones primaryHomePhone homePhones primaryWorkPhone workPhones primaryEmail emails primary false primaryBilling false primaryShipping false validationTime Geolocation latitude longitude elevation Positionable positioner 0 NameContainer name Describable description CurrencyUnit org.joda.money.CurrencyUnit org.joda.money.CurrencyUnit DateTime org.joda.time.DateTime org.joda.time.DateTime LocalDate org.joda.time.LocalDate org.joda.time.LocalDate Quantity javax.measure.quantity.Quantity javax.measure.quantity.Quantity Unit javax.measure.unit.Unit javax.measure.unit.Unit Q UUID java.util.UUID java.util.UUID Gender male male female female unknown unknown GenericStatus org.soluvas.commons.GenericStatus org.soluvas.commons.GenericStatus
null
{"directed":true,"nodes":[{"nsPrefix":"jpa","nsURI":"http://www.soluvas.org/jpa.jpa/","name":"jpa","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostalAddress","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geolocation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Positionable","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameContainer","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Describable","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.joda.money.CurrencyUnit","defaultValue":null,"instanceClassName":"org.joda.money.CurrencyUnit","name":"CurrencyUnit","instanceClass":null,"id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.joda.time.DateTime","defaultValue":null,"instanceClassName":"org.joda.time.DateTime","name":"DateTime","instanceClass":null,"id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.joda.time.LocalDate","defaultValue":null,"instanceClassName":"org.joda.time.LocalDate","name":"LocalDate","instanceClass":null,"id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.measure.quantity.Quantity","defaultValue":null,"instanceClassName":"javax.measure.quantity.Quantity","name":"Quantity","instanceClass":null,"id":9,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"javax.measure.unit.Unit","defaultValue":null,"instanceClassName":"javax.measure.unit.Unit","name":"Unit","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.UUID","defaultValue":null,"instanceClassName":"java.util.UUID","name":"UUID","instanceClass":"java.util.UUID","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gender","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.soluvas.commons.GenericStatus","defaultValue":null,"instanceClassName":"org.soluvas.commons.GenericStatus","name":"GenericStatus","instanceClass":null,"id":13,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postalCode","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"province","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"countryCode","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryMobile","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mobiles","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryPhone","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"phones","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryHomePhone","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"homePhones","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryWorkPhone","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workPhones","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryEmail","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emails","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"primary","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"primaryBilling","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"primaryShipping","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validationTime","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"latitude","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longitude","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elevation","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"positioner","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"name":"Q","id":69,"eClass":"ETypeParameter"},{"id":70,"eClass":"EGenericType"},{"name":"male","id":71,"value":1,"literal":"male","eClass":"EEnumLiteral"},{"name":"female","id":72,"value":2,"literal":"female","eClass":"EEnumLiteral"},{"name":"unknown","id":73,"value":0,"literal":"unknown","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":14,"target":36},{"source":14,"target":1},{"source":15,"target":37},{"source":15,"target":1},{"source":16,"target":38},{"source":16,"target":1},{"source":17,"target":39},{"source":17,"target":1},{"source":18,"target":40},{"source":18,"target":1},{"source":19,"target":41},{"source":19,"target":1},{"source":20,"target":42},{"source":20,"target":1},{"source":21,"target":43},{"source":21,"target":1},{"source":22,"target":44},{"source":22,"target":1},{"source":23,"target":45},{"source":23,"target":1},{"source":24,"target":46},{"source":24,"target":1},{"source":25,"target":47},{"source":25,"target":1},{"source":26,"target":48},{"source":26,"target":1},{"source":27,"target":49},{"source":27,"target":1},{"source":28,"target":50},{"source":28,"target":1},{"source":29,"target":51},{"source":29,"target":1},{"source":30,"target":52},{"source":30,"target":1},{"source":31,"target":53},{"source":31,"target":1},{"source":32,"target":54},{"source":32,"target":1},{"source":33,"target":55},{"source":33,"target":1},{"source":34,"target":7},{"source":34,"target":56},{"source":34,"target":1},{"source":56,"target":7},{"source":35,"target":5},{"source":2,"target":0},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":57,"target":60},{"source":57,"target":2},{"source":58,"target":61},{"source":58,"target":2},{"source":59,"target":62},{"source":59,"target":2},{"source":3,"target":0},{"source":3,"target":63},{"source":63,"target":64},{"source":63,"target":3},{"source":4,"target":0},{"source":4,"target":65},{"source":65,"target":66},{"source":65,"target":4},{"source":5,"target":0},{"source":5,"target":67},{"source":67,"target":68},{"source":67,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":69},{"source":69,"target":70},{"source":70,"target":9},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":71,"target":12},{"source":72,"target":12},{"source":73,"target":12},{"source":13,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MARTE_Library" nsURI="http:///MARTE_Library.ecore" nsPrefix="MARTE_Library"> <eSubpackages name="MARTE_PrimitivesTypes" nsURI="http:///MARTE_Library/MARTE_PrimitivesTypes.ecore" nsPrefix="MARTE_Library.MARTE_PrimitivesTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="DateTime" instanceClassName="java.lang.String"/> </eSubpackages> <eSubpackages name="MeasurementUnits" nsURI="http:///MARTE_Library/MeasurementUnits.ecore" nsPrefix="MARTE_Library.MeasurementUnits"> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnitKind"> <eLiterals name="s"/> <eLiterals name="tick" value="1"/> <eLiterals name="ms" value="2"/> <eLiterals name="us" value="3"/> <eLiterals name="min" value="4"/> <eLiterals name="hrs" value="5"/> <eLiterals name="day" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PowerUnitKind"> <eLiterals name="W"/> <eLiterals name="mW" value="1"/> <eLiterals name="KW" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FrequencyUnitKind"> <eLiterals name="Hz"/> <eLiterals name="KHz" value="1"/> <eLiterals name="MHz" value="2"/> <eLiterals name="GHz" value="3"/> <eLiterals name="rpm" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataSizeUnitKind"> <eLiterals name="bit"/> <eLiterals name="Byte" value="1"/> <eLiterals name="KB" value="2"/> <eLiterals name="MB" value="3"/> <eLiterals name="GB" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataTxRateUnitKind"> <eLiterals name="b_per_s"/> <eLiterals name="Kb_per_s" value="1"/> <eLiterals name="Mb_per_s" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnergyUnitKind"> <eLiterals name="J"/> <eLiterals name="KJ" value="1"/> <eLiterals name="Wh" value="2"/> <eLiterals name="KWh" value="3"/> <eLiterals name="mWh" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LengthUnitKind"> <eLiterals name="m"/> <eLiterals name="cm" value="1"/> <eLiterals name="mm" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AreaUnitKind"> <eLiterals name="mm2"/> <eLiterals name="um2" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WeightUnitKind"> <eLiterals name="g"/> <eLiterals name="mg" value="1"/> <eLiterals name="kg" value="2"/> </eClassifiers> </eSubpackages> <eSubpackages name="GRM_BasicTypes" nsURI="http:///MARTE_Library/GRM_BasicTypes.ecore" nsPrefix="MARTE_Library.GRM_BasicTypes"> <eClassifiers xsi:type="ecore:EClass" name="EDF_Parameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="deadline" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SchedPolicyKind"> <eLiterals name="EarliestDeadlineFirst"/> <eLiterals name="FIFO" value="1"/> <eLiterals name="FixedPriority" value="2"/> <eLiterals name="LeastLaxityFirst" value="3"/> <eLiterals name="RoundRobin" value="4"/> <eLiterals name="TimeTableDriven" value="5"/> <eLiterals name="Undef" value="6"/> <eLiterals name="Other" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProtectProtocolKind"> <eLiterals name="FIFO"/> <eLiterals name="NoPreemption" value="1"/> <eLiterals name="PriorityCeiling" value="2"/> <eLiterals name="PriorityInheritance" value="3"/> <eLiterals name="StackBased" value="4"/> <eLiterals name="Undef" value="5"/> <eLiterals name="Other" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PeriodicServerKind"> <eLiterals name="Sporadic"/> <eLiterals name="Deferrable" value="1"/> <eLiterals name="Undef" value="2"/> <eLiterals name="Other" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SchedParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="edf" ordered="false" unique="false" eType="#//GRM_BasicTypes/EDF_Parameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fp" ordered="false" unique="false" eType="#//GRM_BasicTypes/FixedPriorityParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pooling" ordered="false" unique="false" eType="#//GRM_BasicTypes/PoolingParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="server" ordered="false" unique="false" eType="#//GRM_BasicTypes/PeriodicServerParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tableEntryKey" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//OpaqueExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FixedPriorityParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="priority" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PoolingParameters" eSuperTypes="#//GRM_BasicTypes/FixedPriorityParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="period" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overhead" ordered="false" upperBound="-1" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicServerParameters" eSuperTypes="#//GRM_BasicTypes/FixedPriorityParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="#//GRM_BasicTypes/PeriodicServerKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundPriority" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialBudget" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replenishPeriod" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxPendingReplenish" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ttd" ordered="false" eType="#//GRM_BasicTypes/TableDrivenSchedule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="other" ordered="false" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//OpaqueExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableDrivenSchedule"> <eStructuralFeatures xsi:type="ecore:EReference" name="frameCycleTime" ordered="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" ordered="false" lowerBound="1" upperBound="-1" eType="#//GRM_BasicTypes/TableEntryType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableEntryType"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryKey" ordered="false" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//OpaqueExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeSlot" lowerBound="1" upperBound="-1" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offset" lowerBound="1" upperBound="-1" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="MARTE_DataTypes" nsURI="http:///MARTE_Library/MARTE_DataTypes.ecore" nsPrefix="MARTE_Library.MARTE_DataTypes"> <eClassifiers xsi:type="ecore:EClass" name="IntegerVector"> <eOperations name="at" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"> <eParameters name="i" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vectorElem" ordered="false" unique="false" upperBound="-1" eType="#//MARTE_PrimitivesTypes/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerMatrix"> <eOperations name="at" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/IntegerVector"> <eParameters name="i" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="matrixElem" ordered="false" upperBound="-1" eType="#//MARTE_DataTypes/IntegerVector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerInterval"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" ordered="false" unique="false" lowerBound="2" upperBound="2" eType="#//MARTE_PrimitivesTypes/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransmModeKind"> <eLiterals name="simplex"/> <eLiterals name="halfDuplex" value="1"/> <eLiterals name="fullDuplex" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UtilityType"> <eOperations name="eq" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="lt" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="gt" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="le" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="ge" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="ne" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Array"> <eTypeParameters name="T"/> <eTypeParameters name="k"/> <eOperations name="at" ordered="false" lowerBound="1"> <eGenericType eTypeParameter="#//MARTE_DataTypes/Array/T"/> <eParameters name="i" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="vectorElement" ordered="false" upperBound="-1" containment="true"> <eGenericType eTypeParameter="#//MARTE_DataTypes/Array/T"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realnterval"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" ordered="false" unique="false" lowerBound="2" upperBound="2" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_FrequencyInterval"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" lowerBound="2" upperBound="2" eType="#//BasicNFP_Types/NFP_Frequency" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interval"> <eTypeParameters name="T"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" lowerBound="2" upperBound="2" containment="true"> <eGenericType eTypeParameter="#//MARTE_DataTypes/Interval/T"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_NaturalInterval"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" lowerBound="2" upperBound="2" eType="#//BasicNFP_Types/NFP_Natural" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealVector"> <eOperations name="at" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"> <eParameters name="i" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vectorElem" ordered="false" unique="false" upperBound="-1" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealMatrix"> <eOperations name="at" ordered="false" lowerBound="1"> <eParameters name="i" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="p" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/RealVector"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="matrixElem" ordered="false" upperBound="-1" eType="#//MARTE_DataTypes/RealVector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="VSL_Expression" instanceClassName="java.lang.String"/> </eSubpackages> <eSubpackages name="TimeTypesLibrary" nsURI="http:///MARTE_Library/TimeTypesLibrary.ecore" nsPrefix="MARTE_Library.TimeTypesLibrary"> <eClassifiers xsi:type="ecore:EEnum" name="TimeNatureKind"> <eLiterals name="discrete"/> <eLiterals name="dense" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeInterpretationKind"> <eLiterals name="duration"/> <eLiterals name="instant" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventKind"> <eLiterals name="start"/> <eLiterals name="finish" value="1"/> <eLiterals name="send" value="2"/> <eLiterals name="receive" value="3"/> <eLiterals name="consume" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeStandardKind"> <eLiterals name="TAI"/> <eLiterals name="UT0" value="1"/> <eLiterals name="UT1" value="2"/> <eLiterals name="UTC" value="3"/> <eLiterals name="Local" value="4"/> <eLiterals name="TT" value="5"/> <eLiterals name="TBD" value="6"/> <eLiterals name="TCG" value="7"/> <eLiterals name="TCB" value="8"/> <eLiterals name="Sidereal" value="9"/> <eLiterals name="GPS" value="10"/> </eClassifiers> </eSubpackages> <eSubpackages name="TimeLibrary" nsURI="http:///MARTE_Library/TimeLibrary.ecore" nsPrefix="MARTE_Library.TimeLibrary"> <eClassifiers xsi:type="ecore:EClass" name="TimedValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//TimeLibrary/TUK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" ordered="false" unique="false" eType="#//TimeLibrary/ClockedValueSpecification"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onClock" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TUK"/> <eClassifiers xsi:type="ecore:EDataType" name="ClockedValueSpecification" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnitKind"> <eLiterals name="s"/> <eLiterals name="ms" value="1"/> <eLiterals name="us" value="2"/> <eLiterals name="ns" value="3"/> <eLiterals name="min" value="4"/> <eLiterals name="hrs" value="5"/> <eLiterals name="day" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LogicalTimeUnit"> <eLiterals name="tick"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdealClock"> <eOperations name="currentTime" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> </eSubpackages> <eSubpackages name="RS_Library" nsURI="http:///MARTE_Library/RS_Library.ecore" nsPrefix="MARTE_Library.RS_Library"> <eClassifiers xsi:type="ecore:EClass" name="TilerSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" ordered="false" unique="false" eType="#//MARTE_DataTypes/IntegerVector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paving" ordered="false" unique="false" lowerBound="1" eType="#//MARTE_DataTypes/IntegerMatrix" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fitting" ordered="false" unique="false" eType="#//MARTE_DataTypes/IntegerVector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShapeSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false" upperBound="-1" eType="#//MARTE_PrimitivesTypes/UnlimitedNatural"/> </eClassifiers> </eSubpackages> <eSubpackages name="BasicNFP_Types" nsURI="http:///MARTE_Library/BasicNFP_Types.ecore" nsPrefix="MARTE_Library.BasicNFP_Types"> <eClassifiers xsi:type="ecore:EClass" name="NFP_Duration" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/TimeUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clock" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="worst" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="best" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Integer" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_CommonType"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="bernoulli" ordered="false" lowerBound="1"> <eAnnotations source="redefines" references="#//BasicNFP_Types/NFP_CommonType/bernoulli"/> <eParameters name="prob" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </contents> <contents xsi:type="ecore:EOperation" name="binomial" ordered="false" lowerBound="1"> <eAnnotations source="redefines" references="#//BasicNFP_Types/NFP_CommonType/binomial"/> <eParameters name="prob" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="trials" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"/> </contents> <contents xsi:type="ecore:EOperation" name="exp" ordered="false" lowerBound="1"> <eAnnotations source="redefines" references="#//BasicNFP_Types/NFP_CommonType/exp"/> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </contents> <contents xsi:type="ecore:EOperation" name="normal" ordered="false" lowerBound="1"> <eAnnotations source="redefines" references="#//BasicNFP_Types/NFP_CommonType/normal"/> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="standDev" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </contents> <contents xsi:type="ecore:EOperation" name="poisson" ordered="false" lowerBound="1"> <eAnnotations source="redefines" references="#//BasicNFP_Types/NFP_CommonType/poisson"/> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </contents> <contents xsi:type="ecore:EOperation" name="uniform" ordered="false" lowerBound="1"> <eAnnotations source="redefines" references="#//BasicNFP_Types/NFP_CommonType/uniform"/> <eParameters name="min" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="max" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </contents> </eAnnotations> <eOperations name="bernoulli" ordered="false" lowerBound="1"> <eParameters name="prob" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="binomial" ordered="false" lowerBound="1"> <eParameters name="prob" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="trials" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"/> </eOperations> <eOperations name="exp" ordered="false" lowerBound="1"> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="gamma" ordered="false" lowerBound="1"> <eParameters name="k" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"/> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="normal" ordered="false" lowerBound="1"> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="standDev" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="poisson" ordered="false" lowerBound="1"> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="uniform" ordered="false" lowerBound="1"> <eParameters name="min" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="max" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="geometric" ordered="false" lowerBound="1"> <eParameters name="p" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="triangular" ordered="false" lowerBound="1"> <eParameters name="min" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="max" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="mode" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="logarithmic" ordered="false" lowerBound="1"> <eParameters name="theta" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" ordered="false" unique="false" eType="#//MARTE_DataTypes/VSL_Expression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" unique="false" eType="#//BasicNFP_Types/SourceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statQ" ordered="false" unique="false" eType="#//BasicNFP_Types/StatisticalQualifierKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" eType="#//BasicNFP_Types/DirectionKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Frequency" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/FrequencyUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Natural" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SourceKind"> <eLiterals name="est"/> <eLiterals name="meas" value="1"/> <eLiterals name="calc" value="2"/> <eLiterals name="req" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StatisticalQualifierKind"> <eLiterals name="max"/> <eLiterals name="min" value="1"/> <eLiterals name="mean" value="2"/> <eLiterals name="range" value="3"/> <eLiterals name="percent" value="4"/> <eLiterals name="distrib" value="5"/> <eLiterals name="determ" value="6"/> <eLiterals name="other" value="7"/> <eLiterals name="variance" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionKind"> <eLiterals name="incr"/> <eLiterals name="decr" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Boolean" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_String" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_DateTime" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/DateTime"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_DataTxRate" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/DataTxRateUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Power" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/PowerUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_DataSize" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/DataSizeUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Energy" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/EnergyUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Length" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/LengthUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Area" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/AreaUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrivalPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="periodic" ordered="false" unique="false" eType="#//BasicNFP_Types/PeriodicPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aperiodic" ordered="false" unique="false" eType="#//BasicNFP_Types/AperiodicPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="burst" ordered="false" unique="false" eType="#//BasicNFP_Types/BurstPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="irregular" ordered="false" unique="false" eType="#//BasicNFP_Types/IrregularPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="closed" ordered="false" unique="false" eType="#//BasicNFP_Types/ClosedPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sporadic" ordered="false" unique="false" eType="#//BasicNFP_Types/SporadicPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="open" ordered="false" unique="false" eType="#//BasicNFP_Types/OpenPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="period" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jitter" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="phase" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="occurrences" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AperiodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="distribution" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_CommonType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BurstPattern" eSuperTypes="#//BasicNFP_Types/AperiodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="minInterarrival" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxInterarrival" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minEventInterval" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxEventInterval" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="burstSize" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IrregularPattern" eSuperTypes="#//BasicNFP_Types/AperiodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="phase" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interarrivals" ordered="false" upperBound="-1" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosedPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="population" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extDelay" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SporadicPattern" eSuperTypes="#//BasicNFP_Types/AperiodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="minInterarrival" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxInterarrival" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jitter" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpenPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="interArrivalTime" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrivalRate" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Frequency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrivalProcess" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Percentage" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String" defaultValueLiteral="%"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Price" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String" defaultValueLiteral="$US"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Weight" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/WeightUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Real" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta2/org/kermeta/language/org.kermeta.language.api.tests/src/main/resources/Ecore2Km_Valid/MARTE_Library.ecore
ecore
MARTE_Library MARTE_PrimitivesTypes Integer int int Real java.lang.String java.lang.String Boolean boolean boolean UnlimitedNatural java.lang.String java.lang.String String java.lang.String java.lang.String DateTime java.lang.String java.lang.String MeasurementUnits TimeUnitKind s s tick tick ms ms us us min min hrs hrs day day PowerUnitKind W W mW mW KW KW FrequencyUnitKind Hz Hz KHz KHz MHz MHz GHz GHz rpm rpm DataSizeUnitKind bit bit Byte Byte KB KB MB MB GB GB DataTxRateUnitKind b_per_s b_per_s Kb_per_s Kb_per_s Mb_per_s Mb_per_s EnergyUnitKind J J KJ KJ Wh Wh KWh KWh mWh mWh LengthUnitKind m m cm cm mm mm AreaUnitKind mm2 mm2 um2 um2 WeightUnitKind g g mg mg kg kg GRM_BasicTypes EDF_Parameters deadline SchedPolicyKind EarliestDeadlineFirst EarliestDeadlineFirst FIFO FIFO FixedPriority FixedPriority LeastLaxityFirst LeastLaxityFirst RoundRobin RoundRobin TimeTableDriven TimeTableDriven Undef Undef Other Other ProtectProtocolKind FIFO FIFO NoPreemption NoPreemption PriorityCeiling PriorityCeiling PriorityInheritance PriorityInheritance StackBased StackBased Undef Undef Other Other PeriodicServerKind Sporadic Sporadic Deferrable Deferrable Undef Undef Other Other SchedParameters edf fp pooling server tableEntryKey FixedPriorityParameters priority PoolingParameters period overhead PeriodicServerParameters kind backgroundPriority initialBudget replenishPeriod maxPendingReplenish ScheduleSpecification ttd other TableDrivenSchedule frameCycleTime entries TableEntryType entryKey timeSlot offset MARTE_DataTypes IntegerVector at i vectorElem IntegerMatrix at i matrixElem IntegerInterval bound TransmModeKind simplex simplex halfDuplex halfDuplex fullDuplex fullDuplex UtilityType eq u lt u gt u le u ge u ne u Array T k at i vectorElement Realnterval bound NFP_FrequencyInterval bound Interval T bound NFP_NaturalInterval bound RealVector at i vectorElem RealMatrix at i p matrixElem VSL_Expression java.lang.String java.lang.String TimeTypesLibrary TimeNatureKind discrete discrete dense dense TimeInterpretationKind duration duration instant instant EventKind start start finish finish send send receive receive consume consume TimeStandardKind TAI TAI UT0 UT0 UT1 UT1 UTC UTC Local Local TT TT TBD TBD TCG TCG TCB TCB Sidereal Sidereal GPS GPS TimeLibrary TimedValueType unit value expr onClock TUK ClockedValueSpecification java.lang.String java.lang.String TimeUnitKind s s ms ms us us ns ns min min hrs hrs day day LogicalTimeUnit tick tick IdealClock currentTime RS_Library TilerSpecification origin paving fitting ShapeSpecification size BasicNFP_Types NFP_Duration unit clock precision worst best NFP_Integer value NFP_CommonType bernoulli prob binomial prob trials exp mean normal mean standDev poisson mean uniform min max bernoulli prob binomial prob trials exp mean gamma k mean normal mean standDev poisson mean uniform min max geometric p triangular min max mode logarithmic theta expr source statQ dir mode NFP_Frequency unit precision NFP_Natural value SourceKind est est meas meas calc calc req req StatisticalQualifierKind max max min min mean mean range range percent percent distrib distrib determ determ other other variance variance DirectionKind incr incr decr decr NFP_Boolean value NFP_String value NFP_DateTime value NFP_DataTxRate unit precision NFP_Power unit precision NFP_DataSize unit precision NFP_Energy unit precision NFP_Length unit precision NFP_Area unit precision ArrivalPattern periodic aperiodic burst irregular closed sporadic open PeriodicPattern period jitter phase occurrences AperiodicPattern distribution BurstPattern minInterarrival maxInterarrival minEventInterval maxEventInterval burstSize IrregularPattern phase interarrivals ClosedPattern population extDelay SporadicPattern minInterarrival maxInterarrival jitter OpenPattern interArrivalTime arrivalRate arrivalProcess NFP_Percentage unit % NFP_Price unit $US NFP_Weight unit precision NFP_Real value
null
{"directed":true,"nodes":[{"nsPrefix":"MARTE_Library","nsURI":"http:///MARTE_Library.ecore","name":"MARTE_Library","id":0,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.MARTE_PrimitivesTypes","nsURI":"http:///MARTE_Library/MARTE_PrimitivesTypes.ecore","name":"MARTE_PrimitivesTypes","id":1,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.MeasurementUnits","nsURI":"http:///MARTE_Library/MeasurementUnits.ecore","name":"MeasurementUnits","id":2,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.GRM_BasicTypes","nsURI":"http:///MARTE_Library/GRM_BasicTypes.ecore","name":"GRM_BasicTypes","id":3,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.MARTE_DataTypes","nsURI":"http:///MARTE_Library/MARTE_DataTypes.ecore","name":"MARTE_DataTypes","id":4,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.TimeTypesLibrary","nsURI":"http:///MARTE_Library/TimeTypesLibrary.ecore","name":"TimeTypesLibrary","id":5,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.TimeLibrary","nsURI":"http:///MARTE_Library/TimeLibrary.ecore","name":"TimeLibrary","id":6,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.RS_Library","nsURI":"http:///MARTE_Library/RS_Library.ecore","name":"RS_Library","id":7,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.BasicNFP_Types","nsURI":"http:///MARTE_Library/BasicNFP_Types.ecore","name":"BasicNFP_Types","id":8,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Real","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"UnlimitedNatural","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DateTime","instanceClass":"java.lang.String","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnitKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PowerUnitKind","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FrequencyUnitKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataSizeUnitKind","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataTxRateUnitKind","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnergyUnitKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LengthUnitKind","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AreaUnitKind","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WeightUnitKind","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"name":"s","id":24,"value":0,"literal":"s","eClass":"EEnumLiteral"},{"name":"tick","id":25,"value":1,"literal":"tick","eClass":"EEnumLiteral"},{"name":"ms","id":26,"value":2,"literal":"ms","eClass":"EEnumLiteral"},{"name":"us","id":27,"value":3,"literal":"us","eClass":"EEnumLiteral"},{"name":"min","id":28,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"hrs","id":29,"value":5,"literal":"hrs","eClass":"EEnumLiteral"},{"name":"day","id":30,"value":6,"literal":"day","eClass":"EEnumLiteral"},{"name":"W","id":31,"value":0,"literal":"W","eClass":"EEnumLiteral"},{"name":"mW","id":32,"value":1,"literal":"mW","eClass":"EEnumLiteral"},{"name":"KW","id":33,"value":2,"literal":"KW","eClass":"EEnumLiteral"},{"name":"Hz","id":34,"value":0,"literal":"Hz","eClass":"EEnumLiteral"},{"name":"KHz","id":35,"value":1,"literal":"KHz","eClass":"EEnumLiteral"},{"name":"MHz","id":36,"value":2,"literal":"MHz","eClass":"EEnumLiteral"},{"name":"GHz","id":37,"value":3,"literal":"GHz","eClass":"EEnumLiteral"},{"name":"rpm","id":38,"value":4,"literal":"rpm","eClass":"EEnumLiteral"},{"name":"bit","id":39,"value":0,"literal":"bit","eClass":"EEnumLiteral"},{"name":"Byte","id":40,"value":1,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"KB","id":41,"value":2,"literal":"KB","eClass":"EEnumLiteral"},{"name":"MB","id":42,"value":3,"literal":"MB","eClass":"EEnumLiteral"},{"name":"GB","id":43,"value":4,"literal":"GB","eClass":"EEnumLiteral"},{"name":"b_per_s","id":44,"value":0,"literal":"b_per_s","eClass":"EEnumLiteral"},{"name":"Kb_per_s","id":45,"value":1,"literal":"Kb_per_s","eClass":"EEnumLiteral"},{"name":"Mb_per_s","id":46,"value":2,"literal":"Mb_per_s","eClass":"EEnumLiteral"},{"name":"J","id":47,"value":0,"literal":"J","eClass":"EEnumLiteral"},{"name":"KJ","id":48,"value":1,"literal":"KJ","eClass":"EEnumLiteral"},{"name":"Wh","id":49,"value":2,"literal":"Wh","eClass":"EEnumLiteral"},{"name":"KWh","id":50,"value":3,"literal":"KWh","eClass":"EEnumLiteral"},{"name":"mWh","id":51,"value":4,"literal":"mWh","eClass":"EEnumLiteral"},{"name":"m","id":52,"value":0,"literal":"m","eClass":"EEnumLiteral"},{"name":"cm","id":53,"value":1,"literal":"cm","eClass":"EEnumLiteral"},{"name":"mm","id":54,"value":2,"literal":"mm","eClass":"EEnumLiteral"},{"name":"mm2","id":55,"value":0,"literal":"mm2","eClass":"EEnumLiteral"},{"name":"um2","id":56,"value":1,"literal":"um2","eClass":"EEnumLiteral"},{"name":"g","id":57,"value":0,"literal":"g","eClass":"EEnumLiteral"},{"name":"mg","id":58,"value":1,"literal":"mg","eClass":"EEnumLiteral"},{"name":"kg","id":59,"value":2,"literal":"kg","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDF_Parameters","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SchedPolicyKind","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProtectProtocolKind","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PeriodicServerKind","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchedParameters","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedPriorityParameters","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PoolingParameters","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicServerParameters","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleSpecification","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDrivenSchedule","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableEntryType","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"deadline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Duration","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"eClass":"EGenericType"},{"name":"EarliestDeadlineFirst","id":74,"value":0,"literal":"EarliestDeadlineFirst","eClass":"EEnumLiteral"},{"name":"FIFO","id":75,"value":1,"literal":"FIFO","eClass":"EEnumLiteral"},{"name":"FixedPriority","id":76,"value":2,"literal":"FixedPriority","eClass":"EEnumLiteral"},{"name":"LeastLaxityFirst","id":77,"value":3,"literal":"LeastLaxityFirst","eClass":"EEnumLiteral"},{"name":"RoundRobin","id":78,"value":4,"literal":"RoundRobin","eClass":"EEnumLiteral"},{"name":"TimeTableDriven","id":79,"value":5,"literal":"TimeTableDriven","eClass":"EEnumLiteral"},{"name":"Undef","id":80,"value":6,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"Other","id":81,"value":7,"literal":"Other","eClass":"EEnumLiteral"},{"name":"FIFO","id":82,"value":0,"literal":"FIFO","eClass":"EEnumLiteral"},{"name":"NoPreemption","id":83,"value":1,"literal":"NoPreemption","eClass":"EEnumLiteral"},{"name":"PriorityCeiling","id":84,"value":2,"literal":"PriorityCeiling","eClass":"EEnumLiteral"},{"name":"PriorityInheritance","id":85,"value":3,"literal":"PriorityInheritance","eClass":"EEnumLiteral"},{"name":"StackBased","id":86,"value":4,"literal":"StackBased","eClass":"EEnumLiteral"},{"name":"Undef","id":87,"value":5,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"Other","id":88,"value":6,"literal":"Other","eClass":"EEnumLiteral"},{"name":"Sporadic","id":89,"value":0,"literal":"Sporadic","eClass":"EEnumLiteral"},{"name":"Deferrable","id":90,"value":1,"literal":"Deferrable","eClass":"EEnumLiteral"},{"name":"Undef","id":91,"value":2,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"Other","id":92,"value":3,"literal":"Other","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"edf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"fp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"pooling","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"server","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"tableEntryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"priority","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Integer","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"period","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"overhead","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"backgroundPriority","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"initialBudget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"replenishPeriod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"maxPendingReplenish","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ttd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"other","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"frameCycleTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeSlot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVector","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerMatrix","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerInterval","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransmModeKind","instanceClass":null,"id":139,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityType","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realnterval","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_FrequencyInterval","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_NaturalInterval","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealVector","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealMatrix","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"VSL_Expression","instanceClass":"java.lang.String","id":148,"serializable":true,"eClass":"EDataType"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":149,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"vectorElem","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":152,"many":false,"required":true,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":155,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matrixElem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EParameter"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"bound","changeable":true,"lowerBound":2,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"name":"simplex","id":163,"value":0,"literal":"simplex","eClass":"EEnumLiteral"},{"name":"halfDuplex","id":164,"value":1,"literal":"halfDuplex","eClass":"EEnumLiteral"},{"name":"fullDuplex","id":165,"value":2,"literal":"fullDuplex","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"eq","lowerBound":1,"id":166,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"lt","lowerBound":1,"id":167,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"gt","lowerBound":1,"id":168,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"le","lowerBound":1,"id":169,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"ge","lowerBound":1,"id":170,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"ne","lowerBound":1,"id":171,"many":false,"required":true,"eClass":"EOperation"},{"id":172,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":173,"many":false,"required":true,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":176,"many":false,"required":true,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":179,"many":false,"required":true,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":182,"many":false,"required":true,"eClass":"EParameter"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":185,"many":false,"required":true,"eClass":"EParameter"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":188,"many":false,"required":true,"eClass":"EParameter"},{"id":189,"eClass":"EGenericType"},{"name":"T","id":190,"eClass":"ETypeParameter"},{"name":"k","id":191,"eClass":"ETypeParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vectorElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":195,"many":false,"required":true,"eClass":"EParameter"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"bound","changeable":true,"lowerBound":2,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":2,"id":200,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Frequency","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"id":202,"eClass":"EGenericType"},{"name":"T","id":203,"eClass":"ETypeParameter"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":2,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":2,"id":206,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Natural","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"id":208,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":209,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"vectorElem","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":215,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matrixElem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":218,"many":false,"required":true,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeNatureKind","instanceClass":null,"id":222,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeInterpretationKind","instanceClass":null,"id":223,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventKind","instanceClass":null,"id":224,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeStandardKind","instanceClass":null,"id":225,"serializable":true,"eClass":"EEnum"},{"name":"discrete","id":226,"value":0,"literal":"discrete","eClass":"EEnumLiteral"},{"name":"dense","id":227,"value":1,"literal":"dense","eClass":"EEnumLiteral"},{"name":"duration","id":228,"value":0,"literal":"duration","eClass":"EEnumLiteral"},{"name":"instant","id":229,"value":1,"literal":"instant","eClass":"EEnumLiteral"},{"name":"start","id":230,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"finish","id":231,"value":1,"literal":"finish","eClass":"EEnumLiteral"},{"name":"send","id":232,"value":2,"literal":"send","eClass":"EEnumLiteral"},{"name":"receive","id":233,"value":3,"literal":"receive","eClass":"EEnumLiteral"},{"name":"consume","id":234,"value":4,"literal":"consume","eClass":"EEnumLiteral"},{"name":"TAI","id":235,"value":0,"literal":"TAI","eClass":"EEnumLiteral"},{"name":"UT0","id":236,"value":1,"literal":"UT0","eClass":"EEnumLiteral"},{"name":"UT1","id":237,"value":2,"literal":"UT1","eClass":"EEnumLiteral"},{"name":"UTC","id":238,"value":3,"literal":"UTC","eClass":"EEnumLiteral"},{"name":"Local","id":239,"value":4,"literal":"Local","eClass":"EEnumLiteral"},{"name":"TT","id":240,"value":5,"literal":"TT","eClass":"EEnumLiteral"},{"name":"TBD","id":241,"value":6,"literal":"TBD","eClass":"EEnumLiteral"},{"name":"TCG","id":242,"value":7,"literal":"TCG","eClass":"EEnumLiteral"},{"name":"TCB","id":243,"value":8,"literal":"TCB","eClass":"EEnumLiteral"},{"name":"Sidereal","id":244,"value":9,"literal":"Sidereal","eClass":"EEnumLiteral"},{"name":"GPS","id":245,"value":10,"literal":"GPS","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedValueType","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TUK","instanceClass":null,"id":247,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ClockedValueSpecification","instanceClass":"java.lang.String","id":248,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnitKind","instanceClass":null,"id":249,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalTimeUnit","instanceClass":null,"id":250,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdealClock","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"expr","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"onClock","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"name":"s","id":260,"value":0,"literal":"s","eClass":"EEnumLiteral"},{"name":"ms","id":261,"value":1,"literal":"ms","eClass":"EEnumLiteral"},{"name":"us","id":262,"value":2,"literal":"us","eClass":"EEnumLiteral"},{"name":"ns","id":263,"value":3,"literal":"ns","eClass":"EEnumLiteral"},{"name":"min","id":264,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"hrs","id":265,"value":5,"literal":"hrs","eClass":"EEnumLiteral"},{"name":"day","id":266,"value":6,"literal":"day","eClass":"EEnumLiteral"},{"name":"tick","id":267,"value":0,"literal":"tick","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentTime","lowerBound":1,"id":268,"many":false,"required":true,"eClass":"EOperation"},{"id":269,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TilerSpecification","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeSpecification","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"paving","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"fitting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_CommonType","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceKind","instanceClass":null,"id":281,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatisticalQualifierKind","instanceClass":null,"id":282,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":283,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Boolean","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_String","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_DateTime","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_DataTxRate","instanceClass":null,"abstract":false,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Power","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_DataSize","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Energy","instanceClass":null,"abstract":false,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Length","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Area","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrivalPattern","instanceClass":null,"abstract":false,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicPattern","instanceClass":null,"abstract":false,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AperiodicPattern","instanceClass":null,"abstract":false,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BurstPattern","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IrregularPattern","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosedPattern","instanceClass":null,"abstract":false,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SporadicPattern","instanceClass":null,"abstract":false,"id":299,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenPattern","instanceClass":null,"abstract":false,"id":300,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Percentage","instanceClass":null,"abstract":false,"id":301,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Price","instanceClass":null,"abstract":false,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Weight","instanceClass":null,"abstract":false,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Real","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"clock","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"worst","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"best","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bernoulli","lowerBound":1,"id":319,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"binomial","lowerBound":1,"id":320,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"exp","lowerBound":1,"id":321,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"gamma","lowerBound":1,"id":322,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"normal","lowerBound":1,"id":323,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"poisson","lowerBound":1,"id":324,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"uniform","lowerBound":1,"id":325,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"geometric","lowerBound":1,"id":326,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"triangular","lowerBound":1,"id":327,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"logarithmic","lowerBound":1,"id":328,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"expr","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"statQ","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"bernoulli","lowerBound":1,"id":334,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"prob","lowerBound":1,"id":335,"many":false,"required":true,"eClass":"EParameter"},{"id":336,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"binomial","lowerBound":1,"id":337,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"prob","lowerBound":1,"id":338,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"trials","lowerBound":1,"id":339,"many":false,"required":true,"eClass":"EParameter"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"exp","lowerBound":1,"id":342,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":343,"many":false,"required":true,"eClass":"EParameter"},{"id":344,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"normal","lowerBound":1,"id":345,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":346,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"standDev","lowerBound":1,"id":347,"many":false,"required":true,"eClass":"EParameter"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"poisson","lowerBound":1,"id":350,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":351,"many":false,"required":true,"eClass":"EParameter"},{"id":352,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"uniform","lowerBound":1,"id":353,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"min","lowerBound":1,"id":354,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"max","lowerBound":1,"id":355,"many":false,"required":true,"eClass":"EParameter"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"prob","lowerBound":1,"id":358,"many":false,"required":true,"eClass":"EParameter"},{"id":359,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"prob","lowerBound":1,"id":360,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"trials","lowerBound":1,"id":361,"many":false,"required":true,"eClass":"EParameter"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":364,"many":false,"required":true,"eClass":"EParameter"},{"id":365,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"k","lowerBound":1,"id":366,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":367,"many":false,"required":true,"eClass":"EParameter"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":370,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"standDev","lowerBound":1,"id":371,"many":false,"required":true,"eClass":"EParameter"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":374,"many":false,"required":true,"eClass":"EParameter"},{"id":375,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"min","lowerBound":1,"id":376,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"max","lowerBound":1,"id":377,"many":false,"required":true,"eClass":"EParameter"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":380,"many":false,"required":true,"eClass":"EParameter"},{"id":381,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"min","lowerBound":1,"id":382,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"max","lowerBound":1,"id":383,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"mode","lowerBound":1,"id":384,"many":false,"required":true,"eClass":"EParameter"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"theta","lowerBound":1,"id":388,"many":false,"required":true,"eClass":"EParameter"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"name":"est","id":403,"value":0,"literal":"est","eClass":"EEnumLiteral"},{"name":"meas","id":404,"value":1,"literal":"meas","eClass":"EEnumLiteral"},{"name":"calc","id":405,"value":2,"literal":"calc","eClass":"EEnumLiteral"},{"name":"req","id":406,"value":3,"literal":"req","eClass":"EEnumLiteral"},{"name":"max","id":407,"value":0,"literal":"max","eClass":"EEnumLiteral"},{"name":"min","id":408,"value":1,"literal":"min","eClass":"EEnumLiteral"},{"name":"mean","id":409,"value":2,"literal":"mean","eClass":"EEnumLiteral"},{"name":"range","id":410,"value":3,"literal":"range","eClass":"EEnumLiteral"},{"name":"percent","id":411,"value":4,"literal":"percent","eClass":"EEnumLiteral"},{"name":"distrib","id":412,"value":5,"literal":"distrib","eClass":"EEnumLiteral"},{"name":"determ","id":413,"value":6,"literal":"determ","eClass":"EEnumLiteral"},{"name":"other","id":414,"value":7,"literal":"other","eClass":"EEnumLiteral"},{"name":"variance","id":415,"value":8,"literal":"variance","eClass":"EEnumLiteral"},{"name":"incr","id":416,"value":0,"literal":"incr","eClass":"EEnumLiteral"},{"name":"decr","id":417,"value":1,"literal":"decr","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"periodic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"aperiodic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"burst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"irregular","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"closed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"sporadic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"open","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"period","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"jitter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"phase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"occurrences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"distribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"minInterarrival","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"maxInterarrival","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"minEventInterval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"maxEventInterval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"burstSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"phase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interarrivals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"population","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"extDelay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"minInterarrival","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"maxInterarrival","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"jitter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"interArrivalTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"arrivalRate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"arrivalProcess","changeable":true,"lowerBound":0,"iD":false,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"%","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"%","unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"$US","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"$US","unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":0},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":13,"target":1},{"source":14,"target":1},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":0},{"source":15,"target":2},{"source":15,"target":24},{"source":15,"target":25},{"source":15,"target":26},{"source":15,"target":27},{"source":15,"target":28},{"source":15,"target":29},{"source":15,"target":30},{"source":24,"target":15},{"source":25,"target":15},{"source":26,"target":15},{"source":27,"target":15},{"source":28,"target":15},{"source":29,"target":15},{"source":30,"target":15},{"source":16,"target":2},{"source":16,"target":31},{"source":16,"target":32},{"source":16,"target":33},{"source":31,"target":16},{"source":32,"target":16},{"source":33,"target":16},{"source":17,"target":2},{"source":17,"target":34},{"source":17,"target":35},{"source":17,"target":36},{"source":17,"target":37},{"source":17,"target":38},{"source":34,"target":17},{"source":35,"target":17},{"source":36,"target":17},{"source":37,"target":17},{"source":38,"target":17},{"source":18,"target":2},{"source":18,"target":39},{"source":18,"target":40},{"source":18,"target":41},{"source":18,"target":42},{"source":18,"target":43},{"source":39,"target":18},{"source":40,"target":18},{"source":41,"target":18},{"source":42,"target":18},{"source":43,"target":18},{"source":19,"target":2},{"source":19,"target":44},{"source":19,"target":45},{"source":19,"target":46},{"source":44,"target":19},{"source":45,"target":19},{"source":46,"target":19},{"source":20,"target":2},{"source":20,"target":47},{"source":20,"target":48},{"source":20,"target":49},{"source":20,"target":50},{"source":20,"target":51},{"source":47,"target":20},{"source":48,"target":20},{"source":49,"target":20},{"source":50,"target":20},{"source":51,"target":20},{"source":21,"target":2},{"source":21,"target":52},{"source":21,"target":53},{"source":21,"target":54},{"source":52,"target":21},{"source":53,"target":21},{"source":54,"target":21},{"source":22,"target":2},{"source":22,"target":55},{"source":22,"target":56},{"source":55,"target":22},{"source":56,"target":22},{"source":23,"target":2},{"source":23,"target":57},{"source":23,"target":58},{"source":23,"target":59},{"source":57,"target":23},{"source":58,"target":23},{"source":59,"target":23},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":0},{"source":60,"target":3},{"source":60,"target":71},{"source":71,"target":72},{"source":71,"target":73},{"source":71,"target":60},{"source":73,"target":72},{"source":61,"target":3},{"source":61,"target":74},{"source":61,"target":75},{"source":61,"target":76},{"source":61,"target":77},{"source":61,"target":78},{"source":61,"target":79},{"source":61,"target":80},{"source":61,"target":81},{"source":74,"target":61},{"source":75,"target":61},{"source":76,"target":61},{"source":77,"target":61},{"source":78,"target":61},{"source":79,"target":61},{"source":80,"target":61},{"source":81,"target":61},{"source":62,"target":3},{"source":62,"target":82},{"source":62,"target":83},{"source":62,"target":84},{"source":62,"target":85},{"source":62,"target":86},{"source":62,"target":87},{"source":62,"target":88},{"source":82,"target":62},{"source":83,"target":62},{"source":84,"target":62},{"source":85,"target":62},{"source":86,"target":62},{"source":87,"target":62},{"source":88,"target":62},{"source":63,"target":3},{"source":63,"target":89},{"source":63,"target":90},{"source":63,"target":91},{"source":63,"target":92},{"source":89,"target":63},{"source":90,"target":63},{"source":91,"target":63},{"source":92,"target":63},{"source":64,"target":3},{"source":64,"target":93},{"source":64,"target":94},{"source":64,"target":95},{"source":64,"target":96},{"source":64,"target":97},{"source":93,"target":60},{"source":93,"target":98},{"source":93,"target":64},{"source":98,"target":60},{"source":94,"target":65},{"source":94,"target":99},{"source":94,"target":64},{"source":99,"target":65},{"source":95,"target":66},{"source":95,"target":100},{"source":95,"target":64},{"source":100,"target":66},{"source":96,"target":67},{"source":96,"target":101},{"source":96,"target":64},{"source":101,"target":67},{"source":97,"target":102},{"source":97,"target":64},{"source":65,"target":3},{"source":65,"target":103},{"source":103,"target":104},{"source":103,"target":105},{"source":103,"target":65},{"source":105,"target":104},{"source":66,"target":3},{"source":66,"target":65},{"source":66,"target":106},{"source":66,"target":107},{"source":66,"target":108},{"source":106,"target":72},{"source":106,"target":109},{"source":106,"target":66},{"source":109,"target":72},{"source":107,"target":72},{"source":107,"target":110},{"source":107,"target":66},{"source":110,"target":72},{"source":108,"target":65},{"source":67,"target":3},{"source":67,"target":65},{"source":67,"target":111},{"source":67,"target":112},{"source":67,"target":113},{"source":67,"target":114},{"source":67,"target":115},{"source":67,"target":116},{"source":111,"target":63},{"source":111,"target":117},{"source":111,"target":67},{"source":117,"target":63},{"source":112,"target":9},{"source":112,"target":118},{"source":112,"target":67},{"source":118,"target":9},{"source":113,"target":72},{"source":113,"target":119},{"source":113,"target":67},{"source":119,"target":72},{"source":114,"target":72},{"source":114,"target":120},{"source":114,"target":67},{"source":120,"target":72},{"source":115,"target":104},{"source":115,"target":121},{"source":115,"target":67},{"source":121,"target":104},{"source":116,"target":65},{"source":68,"target":3},{"source":68,"target":122},{"source":68,"target":123},{"source":122,"target":69},{"source":122,"target":124},{"source":122,"target":68},{"source":124,"target":69},{"source":123,"target":125},{"source":123,"target":68},{"source":69,"target":3},{"source":69,"target":126},{"source":69,"target":127},{"source":126,"target":72},{"source":126,"target":128},{"source":126,"target":69},{"source":128,"target":72},{"source":127,"target":70},{"source":127,"target":129},{"source":127,"target":69},{"source":129,"target":70},{"source":70,"target":3},{"source":70,"target":130},{"source":70,"target":131},{"source":70,"target":132},{"source":130,"target":133},{"source":130,"target":70},{"source":131,"target":72},{"source":131,"target":134},{"source":131,"target":70},{"source":134,"target":72},{"source":132,"target":72},{"source":132,"target":135},{"source":132,"target":70},{"source":135,"target":72},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":0},{"source":136,"target":4},{"source":136,"target":149},{"source":136,"target":150},{"source":149,"target":9},{"source":149,"target":151},{"source":149,"target":136},{"source":149,"target":152},{"source":151,"target":9},{"source":152,"target":9},{"source":152,"target":153},{"source":152,"target":149},{"source":153,"target":9},{"source":150,"target":9},{"source":150,"target":154},{"source":150,"target":136},{"source":154,"target":9},{"source":137,"target":4},{"source":137,"target":155},{"source":137,"target":156},{"source":155,"target":136},{"source":155,"target":157},{"source":155,"target":137},{"source":155,"target":158},{"source":157,"target":136},{"source":158,"target":159},{"source":158,"target":155},{"source":156,"target":136},{"source":156,"target":160},{"source":156,"target":137},{"source":160,"target":136},{"source":138,"target":4},{"source":138,"target":161},{"source":161,"target":9},{"source":161,"target":162},{"source":161,"target":138},{"source":162,"target":9},{"source":139,"target":4},{"source":139,"target":163},{"source":139,"target":164},{"source":139,"target":165},{"source":163,"target":139},{"source":164,"target":139},{"source":165,"target":139},{"source":140,"target":4},{"source":140,"target":166},{"source":140,"target":167},{"source":140,"target":168},{"source":140,"target":169},{"source":140,"target":170},{"source":140,"target":171},{"source":166,"target":11},{"source":166,"target":172},{"source":166,"target":140},{"source":166,"target":173},{"source":172,"target":11},{"source":173,"target":140},{"source":173,"target":174},{"source":173,"target":166},{"source":174,"target":140},{"source":167,"target":11},{"source":167,"target":175},{"source":167,"target":140},{"source":167,"target":176},{"source":175,"target":11},{"source":176,"target":140},{"source":176,"target":177},{"source":176,"target":167},{"source":177,"target":140},{"source":168,"target":11},{"source":168,"target":178},{"source":168,"target":140},{"source":168,"target":179},{"source":178,"target":11},{"source":179,"target":140},{"source":179,"target":180},{"source":179,"target":168},{"source":180,"target":140},{"source":169,"target":11},{"source":169,"target":181},{"source":169,"target":140},{"source":169,"target":182},{"source":181,"target":11},{"source":182,"target":140},{"source":182,"target":183},{"source":182,"target":169},{"source":183,"target":140},{"source":170,"target":11},{"source":170,"target":184},{"source":170,"target":140},{"source":170,"target":185},{"source":184,"target":11},{"source":185,"target":140},{"source":185,"target":186},{"source":185,"target":170},{"source":186,"target":140},{"source":171,"target":11},{"source":171,"target":187},{"source":171,"target":140},{"source":171,"target":188},{"source":187,"target":11},{"source":188,"target":140},{"source":188,"target":189},{"source":188,"target":171},{"source":189,"target":140},{"source":141,"target":4},{"source":141,"target":190},{"source":141,"target":191},{"source":141,"target":192},{"source":141,"target":193},{"source":192,"target":194},{"source":192,"target":141},{"source":192,"target":195},{"source":194,"target":190},{"source":195,"target":196},{"source":195,"target":192},{"source":193,"target":197},{"source":193,"target":141},{"source":197,"target":190},{"source":142,"target":4},{"source":142,"target":198},{"source":198,"target":10},{"source":198,"target":199},{"source":198,"target":142},{"source":199,"target":10},{"source":143,"target":4},{"source":143,"target":200},{"source":200,"target":201},{"source":200,"target":202},{"source":200,"target":143},{"source":202,"target":201},{"source":144,"target":4},{"source":144,"target":203},{"source":144,"target":204},{"source":204,"target":205},{"source":204,"target":144},{"source":205,"target":203},{"source":145,"target":4},{"source":145,"target":206},{"source":206,"target":207},{"source":206,"target":208},{"source":206,"target":145},{"source":208,"target":207},{"source":146,"target":4},{"source":146,"target":209},{"source":146,"target":210},{"source":209,"target":10},{"source":209,"target":211},{"source":209,"target":146},{"source":209,"target":212},{"source":211,"target":10},{"source":212,"target":213},{"source":212,"target":209},{"source":210,"target":10},{"source":210,"target":214},{"source":210,"target":146},{"source":214,"target":10},{"source":147,"target":4},{"source":147,"target":215},{"source":147,"target":216},{"source":215,"target":147},{"source":215,"target":217},{"source":215,"target":218},{"source":217,"target":219},{"source":217,"target":215},{"source":218,"target":146},{"source":218,"target":220},{"source":218,"target":215},{"source":220,"target":146},{"source":216,"target":146},{"source":216,"target":221},{"source":216,"target":147},{"source":221,"target":146},{"source":148,"target":4},{"source":5,"target":222},{"source":5,"target":223},{"source":5,"target":224},{"source":5,"target":225},{"source":5,"target":0},{"source":222,"target":5},{"source":222,"target":226},{"source":222,"target":227},{"source":226,"target":222},{"source":227,"target":222},{"source":223,"target":5},{"source":223,"target":228},{"source":223,"target":229},{"source":228,"target":223},{"source":229,"target":223},{"source":224,"target":5},{"source":224,"target":230},{"source":224,"target":231},{"source":224,"target":232},{"source":224,"target":233},{"source":224,"target":234},{"source":230,"target":224},{"source":231,"target":224},{"source":232,"target":224},{"source":233,"target":224},{"source":234,"target":224},{"source":225,"target":5},{"source":225,"target":235},{"source":225,"target":236},{"source":225,"target":237},{"source":225,"target":238},{"source":225,"target":239},{"source":225,"target":240},{"source":225,"target":241},{"source":225,"target":242},{"source":225,"target":243},{"source":225,"target":244},{"source":225,"target":245},{"source":235,"target":225},{"source":236,"target":225},{"source":237,"target":225},{"source":238,"target":225},{"source":239,"target":225},{"source":240,"target":225},{"source":241,"target":225},{"source":242,"target":225},{"source":243,"target":225},{"source":244,"target":225},{"source":245,"target":225},{"source":6,"target":246},{"source":6,"target":247},{"source":6,"target":248},{"source":6,"target":249},{"source":6,"target":250},{"source":6,"target":251},{"source":6,"target":0},{"source":246,"target":6},{"source":246,"target":252},{"source":246,"target":253},{"source":246,"target":254},{"source":246,"target":255},{"source":252,"target":247},{"source":252,"target":256},{"source":252,"target":246},{"source":256,"target":247},{"source":253,"target":10},{"source":253,"target":257},{"source":253,"target":246},{"source":257,"target":10},{"source":254,"target":248},{"source":254,"target":258},{"source":254,"target":246},{"source":258,"target":248},{"source":255,"target":13},{"source":255,"target":259},{"source":255,"target":246},{"source":259,"target":13},{"source":247,"target":6},{"source":248,"target":6},{"source":249,"target":6},{"source":249,"target":260},{"source":249,"target":261},{"source":249,"target":262},{"source":249,"target":263},{"source":249,"target":264},{"source":249,"target":265},{"source":249,"target":266},{"source":260,"target":249},{"source":261,"target":249},{"source":262,"target":249},{"source":263,"target":249},{"source":264,"target":249},{"source":265,"target":249},{"source":266,"target":249},{"source":250,"target":6},{"source":250,"target":267},{"source":267,"target":250},{"source":251,"target":6},{"source":251,"target":268},{"source":268,"target":10},{"source":268,"target":269},{"source":268,"target":251},{"source":269,"target":10},{"source":7,"target":270},{"source":7,"target":271},{"source":7,"target":0},{"source":270,"target":7},{"source":270,"target":272},{"source":270,"target":273},{"source":270,"target":274},{"source":272,"target":136},{"source":272,"target":275},{"source":272,"target":270},{"source":275,"target":136},{"source":273,"target":137},{"source":273,"target":276},{"source":273,"target":270},{"source":276,"target":137},{"source":274,"target":136},{"source":274,"target":277},{"source":274,"target":270},{"source":277,"target":136},{"source":271,"target":7},{"source":271,"target":278},{"source":278,"target":12},{"source":278,"target":279},{"source":278,"target":271},{"source":279,"target":12},{"source":8,"target":72},{"source":8,"target":104},{"source":8,"target":280},{"source":8,"target":201},{"source":8,"target":207},{"source":8,"target":281},{"source":8,"target":282},{"source":8,"target":283},{"source":8,"target":284},{"source":8,"target":285},{"source":8,"target":286},{"source":8,"target":287},{"source":8,"target":288},{"source":8,"target":289},{"source":8,"target":290},{"source":8,"target":291},{"source":8,"target":292},{"source":8,"target":293},{"source":8,"target":294},{"source":8,"target":295},{"source":8,"target":296},{"source":8,"target":297},{"source":8,"target":298},{"source":8,"target":299},{"source":8,"target":300},{"source":8,"target":301},{"source":8,"target":302},{"source":8,"target":303},{"source":8,"target":304},{"source":8,"target":0},{"source":72,"target":8},{"source":72,"target":304},{"source":72,"target":305},{"source":72,"target":306},{"source":72,"target":307},{"source":72,"target":308},{"source":72,"target":309},{"source":72,"target":310},{"source":305,"target":15},{"source":305,"target":311},{"source":305,"target":72},{"source":311,"target":15},{"source":306,"target":13},{"source":306,"target":312},{"source":306,"target":72},{"source":312,"target":13},{"source":307,"target":10},{"source":307,"target":313},{"source":307,"target":72},{"source":313,"target":10},{"source":308,"target":10},{"source":308,"target":314},{"source":308,"target":72},{"source":314,"target":10},{"source":309,"target":10},{"source":309,"target":315},{"source":309,"target":72},{"source":315,"target":10},{"source":310,"target":304},{"source":104,"target":8},{"source":104,"target":280},{"source":104,"target":316},{"source":104,"target":317},{"source":316,"target":9},{"source":316,"target":318},{"source":316,"target":104},{"source":318,"target":9},{"source":317,"target":280},{"source":280,"target":8},{"source":280,"target":319},{"source":280,"target":320},{"source":280,"target":321},{"source":280,"target":322},{"source":280,"target":323},{"source":280,"target":324},{"source":280,"target":325},{"source":280,"target":326},{"source":280,"target":327},{"source":280,"target":328},{"source":280,"target":329},{"source":280,"target":330},{"source":280,"target":331},{"source":280,"target":332},{"source":280,"target":333},{"source":334,"target":335},{"source":335,"target":10},{"source":335,"target":336},{"source":335,"target":334},{"source":336,"target":10},{"source":337,"target":338},{"source":337,"target":339},{"source":338,"target":10},{"source":338,"target":340},{"source":338,"target":337},{"source":340,"target":10},{"source":339,"target":9},{"source":339,"target":341},{"source":339,"target":337},{"source":341,"target":9},{"source":342,"target":343},{"source":343,"target":10},{"source":343,"target":344},{"source":343,"target":342},{"source":344,"target":10},{"source":345,"target":346},{"source":345,"target":347},{"source":346,"target":10},{"source":346,"target":348},{"source":346,"target":345},{"source":348,"target":10},{"source":347,"target":10},{"source":347,"target":349},{"source":347,"target":345},{"source":349,"target":10},{"source":350,"target":351},{"source":351,"target":10},{"source":351,"target":352},{"source":351,"target":350},{"source":352,"target":10},{"source":353,"target":354},{"source":353,"target":355},{"source":354,"target":10},{"source":354,"target":356},{"source":354,"target":353},{"source":356,"target":10},{"source":355,"target":10},{"source":355,"target":357},{"source":355,"target":353},{"source":357,"target":10},{"source":319,"target":280},{"source":319,"target":358},{"source":358,"target":10},{"source":358,"target":359},{"source":358,"target":319},{"source":359,"target":10},{"source":320,"target":280},{"source":320,"target":360},{"source":320,"target":361},{"source":360,"target":10},{"source":360,"target":362},{"source":360,"target":320},{"source":362,"target":10},{"source":361,"target":9},{"source":361,"target":363},{"source":361,"target":320},{"source":363,"target":9},{"source":321,"target":280},{"source":321,"target":364},{"source":364,"target":10},{"source":364,"target":365},{"source":364,"target":321},{"source":365,"target":10},{"source":322,"target":280},{"source":322,"target":366},{"source":322,"target":367},{"source":366,"target":9},{"source":366,"target":368},{"source":366,"target":322},{"source":368,"target":9},{"source":367,"target":10},{"source":367,"target":369},{"source":367,"target":322},{"source":369,"target":10},{"source":323,"target":280},{"source":323,"target":370},{"source":323,"target":371},{"source":370,"target":10},{"source":370,"target":372},{"source":370,"target":323},{"source":372,"target":10},{"source":371,"target":10},{"source":371,"target":373},{"source":371,"target":323},{"source":373,"target":10},{"source":324,"target":280},{"source":324,"target":374},{"source":374,"target":10},{"source":374,"target":375},{"source":374,"target":324},{"source":375,"target":10},{"source":325,"target":280},{"source":325,"target":376},{"source":325,"target":377},{"source":376,"target":10},{"source":376,"target":378},{"source":376,"target":325},{"source":378,"target":10},{"source":377,"target":10},{"source":377,"target":379},{"source":377,"target":325},{"source":379,"target":10},{"source":326,"target":280},{"source":326,"target":380},{"source":380,"target":10},{"source":380,"target":381},{"source":380,"target":326},{"source":381,"target":10},{"source":327,"target":280},{"source":327,"target":382},{"source":327,"target":383},{"source":327,"target":384},{"source":382,"target":10},{"source":382,"target":385},{"source":382,"target":327},{"source":385,"target":10},{"source":383,"target":10},{"source":383,"target":386},{"source":383,"target":327},{"source":386,"target":10},{"source":384,"target":10},{"source":384,"target":387},{"source":384,"target":327},{"source":387,"target":10},{"source":328,"target":280},{"source":328,"target":388},{"source":388,"target":10},{"source":388,"target":389},{"source":388,"target":328},{"source":389,"target":10},{"source":329,"target":148},{"source":329,"target":390},{"source":329,"target":280},{"source":390,"target":148},{"source":330,"target":281},{"source":330,"target":391},{"source":330,"target":280},{"source":391,"target":281},{"source":331,"target":282},{"source":331,"target":392},{"source":331,"target":280},{"source":392,"target":282},{"source":332,"target":283},{"source":332,"target":393},{"source":332,"target":280},{"source":393,"target":283},{"source":333,"target":394},{"source":333,"target":280},{"source":201,"target":8},{"source":201,"target":304},{"source":201,"target":395},{"source":201,"target":396},{"source":201,"target":397},{"source":395,"target":17},{"source":395,"target":398},{"source":395,"target":201},{"source":398,"target":17},{"source":396,"target":10},{"source":396,"target":399},{"source":396,"target":201},{"source":399,"target":10},{"source":397,"target":304},{"source":207,"target":8},{"source":207,"target":280},{"source":207,"target":400},{"source":207,"target":401},{"source":400,"target":12},{"source":400,"target":402},{"source":400,"target":207},{"source":402,"target":12},{"source":401,"target":280},{"source":281,"target":8},{"source":281,"target":403},{"source":281,"target":404},{"source":281,"target":405},{"source":281,"target":406},{"source":403,"target":281},{"source":404,"target":281},{"source":405,"target":281},{"source":406,"target":281},{"source":282,"target":8},{"source":282,"target":407},{"source":282,"target":408},{"source":282,"target":409},{"source":282,"target":410},{"source":282,"target":411},{"source":282,"target":412},{"source":282,"target":413},{"source":282,"target":414},{"source":282,"target":415},{"source":407,"target":282},{"source":408,"target":282},{"source":409,"target":282},{"source":410,"target":282},{"source":411,"target":282},{"source":412,"target":282},{"source":413,"target":282},{"source":414,"target":282},{"source":415,"target":282},{"source":283,"target":8},{"source":283,"target":416},{"source":283,"target":417},{"source":416,"target":283},{"source":417,"target":283},{"source":284,"target":8},{"source":284,"target":280},{"source":284,"target":418},{"source":284,"target":419},{"source":418,"target":11},{"source":418,"target":420},{"source":418,"target":284},{"source":420,"target":11},{"source":419,"target":280},{"source":285,"target":8},{"source":285,"target":280},{"source":285,"target":421},{"source":285,"target":422},{"source":421,"target":13},{"source":421,"target":423},{"source":421,"target":285},{"source":423,"target":13},{"source":422,"target":280},{"source":286,"target":8},{"source":286,"target":280},{"source":286,"target":424},{"source":286,"target":425},{"source":424,"target":14},{"source":424,"target":426},{"source":424,"target":286},{"source":426,"target":14},{"source":425,"target":280},{"source":287,"target":8},{"source":287,"target":304},{"source":287,"target":427},{"source":287,"target":428},{"source":287,"target":429},{"source":427,"target":19},{"source":427,"target":430},{"source":427,"target":287},{"source":430,"target":19},{"source":428,"target":10},{"source":428,"target":431},{"source":428,"target":287},{"source":431,"target":10},{"source":429,"target":304},{"source":288,"target":8},{"source":288,"target":304},{"source":288,"target":432},{"source":288,"target":433},{"source":288,"target":434},{"source":432,"target":16},{"source":432,"target":435},{"source":432,"target":288},{"source":435,"target":16},{"source":433,"target":10},{"source":433,"target":436},{"source":433,"target":288},{"source":436,"target":10},{"source":434,"target":304},{"source":289,"target":8},{"source":289,"target":304},{"source":289,"target":437},{"source":289,"target":438},{"source":289,"target":439},{"source":437,"target":18},{"source":437,"target":440},{"source":437,"target":289},{"source":440,"target":18},{"source":438,"target":10},{"source":438,"target":441},{"source":438,"target":289},{"source":441,"target":10},{"source":439,"target":304},{"source":290,"target":8},{"source":290,"target":304},{"source":290,"target":442},{"source":290,"target":443},{"source":290,"target":444},{"source":442,"target":20},{"source":442,"target":445},{"source":442,"target":290},{"source":445,"target":20},{"source":443,"target":10},{"source":443,"target":446},{"source":443,"target":290},{"source":446,"target":10},{"source":444,"target":304},{"source":291,"target":8},{"source":291,"target":304},{"source":291,"target":447},{"source":291,"target":448},{"source":291,"target":449},{"source":447,"target":21},{"source":447,"target":450},{"source":447,"target":291},{"source":450,"target":21},{"source":448,"target":10},{"source":448,"target":451},{"source":448,"target":291},{"source":451,"target":10},{"source":449,"target":304},{"source":292,"target":8},{"source":292,"target":304},{"source":292,"target":452},{"source":292,"target":453},{"source":292,"target":454},{"source":452,"target":22},{"source":452,"target":455},{"source":452,"target":292},{"source":455,"target":22},{"source":453,"target":10},{"source":453,"target":456},{"source":453,"target":292},{"source":456,"target":10},{"source":454,"target":304},{"source":293,"target":8},{"source":293,"target":457},{"source":293,"target":458},{"source":293,"target":459},{"source":293,"target":460},{"source":293,"target":461},{"source":293,"target":462},{"source":293,"target":463},{"source":457,"target":294},{"source":457,"target":464},{"source":457,"target":293},{"source":464,"target":294},{"source":458,"target":295},{"source":458,"target":465},{"source":458,"target":293},{"source":465,"target":295},{"source":459,"target":296},{"source":459,"target":466},{"source":459,"target":293},{"source":466,"target":296},{"source":460,"target":297},{"source":460,"target":467},{"source":460,"target":293},{"source":467,"target":297},{"source":461,"target":298},{"source":461,"target":468},{"source":461,"target":293},{"source":468,"target":298},{"source":462,"target":299},{"source":462,"target":469},{"source":462,"target":293},{"source":469,"target":299},{"source":463,"target":300},{"source":463,"target":470},{"source":463,"target":293},{"source":470,"target":300},{"source":294,"target":8},{"source":294,"target":471},{"source":294,"target":472},{"source":294,"target":473},{"source":294,"target":474},{"source":471,"target":72},{"source":471,"target":475},{"source":471,"target":294},{"source":475,"target":72},{"source":472,"target":72},{"source":472,"target":476},{"source":472,"target":294},{"source":476,"target":72},{"source":473,"target":72},{"source":473,"target":477},{"source":473,"target":294},{"source":477,"target":72},{"source":474,"target":104},{"source":474,"target":478},{"source":474,"target":294},{"source":478,"target":104},{"source":295,"target":8},{"source":295,"target":479},{"source":479,"target":280},{"source":479,"target":480},{"source":479,"target":295},{"source":480,"target":280},{"source":296,"target":8},{"source":296,"target":295},{"source":296,"target":481},{"source":296,"target":482},{"source":296,"target":483},{"source":296,"target":484},{"source":296,"target":485},{"source":296,"target":486},{"source":481,"target":72},{"source":481,"target":487},{"source":481,"target":296},{"source":487,"target":72},{"source":482,"target":72},{"source":482,"target":488},{"source":482,"target":296},{"source":488,"target":72},{"source":483,"target":72},{"source":483,"target":489},{"source":483,"target":296},{"source":489,"target":72},{"source":484,"target":72},{"source":484,"target":490},{"source":484,"target":296},{"source":490,"target":72},{"source":485,"target":104},{"source":485,"target":491},{"source":485,"target":296},{"source":491,"target":104},{"source":486,"target":295},{"source":297,"target":8},{"source":297,"target":295},{"source":297,"target":492},{"source":297,"target":493},{"source":297,"target":494},{"source":492,"target":72},{"source":492,"target":495},{"source":492,"target":297},{"source":495,"target":72},{"source":493,"target":72},{"source":493,"target":496},{"source":493,"target":297},{"source":496,"target":72},{"source":494,"target":295},{"source":298,"target":8},{"source":298,"target":497},{"source":298,"target":498},{"source":497,"target":104},{"source":497,"target":499},{"source":497,"target":298},{"source":499,"target":104},{"source":498,"target":72},{"source":498,"target":500},{"source":498,"target":298},{"source":500,"target":72},{"source":299,"target":8},{"source":299,"target":295},{"source":299,"target":501},{"source":299,"target":502},{"source":299,"target":503},{"source":299,"target":504},{"source":501,"target":72},{"source":501,"target":505},{"source":501,"target":299},{"source":505,"target":72},{"source":502,"target":72},{"source":502,"target":506},{"source":502,"target":299},{"source":506,"target":72},{"source":503,"target":72},{"source":503,"target":507},{"source":503,"target":299},{"source":507,"target":72},{"source":504,"target":295},{"source":300,"target":8},{"source":300,"target":508},{"source":300,"target":509},{"source":300,"target":510},{"source":508,"target":72},{"source":508,"target":511},{"source":508,"target":300},{"source":511,"target":72},{"source":509,"target":201},{"source":509,"target":512},{"source":509,"target":300},{"source":512,"target":201},{"source":510,"target":513},{"source":510,"target":300},{"source":301,"target":8},{"source":301,"target":304},{"source":301,"target":514},{"source":301,"target":515},{"source":514,"target":13},{"source":514,"target":516},{"source":514,"target":301},{"source":516,"target":13},{"source":515,"target":304},{"source":302,"target":8},{"source":302,"target":304},{"source":302,"target":517},{"source":302,"target":518},{"source":517,"target":13},{"source":517,"target":519},{"source":517,"target":302},{"source":519,"target":13},{"source":518,"target":304},{"source":303,"target":8},{"source":303,"target":304},{"source":303,"target":520},{"source":303,"target":521},{"source":303,"target":522},{"source":520,"target":23},{"source":520,"target":523},{"source":520,"target":303},{"source":523,"target":23},{"source":521,"target":10},{"source":521,"target":524},{"source":521,"target":303},{"source":524,"target":10},{"source":522,"target":304},{"source":304,"target":8},{"source":304,"target":280},{"source":304,"target":525},{"source":304,"target":526},{"source":525,"target":10},{"source":525,"target":527},{"source":525,"target":304},{"source":527,"target":10},{"source":526,"target":280}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="vpstylecustomization" nsURI="http://www.polarsys.org/kitalpha/ad/viewpoint/dsl/as/vpdiagram/vpstylecustomization/1.0.0" nsPrefix="vpstylecustomization"> <eClassifiers xsi:type="ecore:EClass" name="Customizations"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCustomizationDescriptions" upperBound="-1" eType="#//StyleCustomizationDescriptions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCustomizationReuse" upperBound="-1" eType="#//StyleCustomizationReuse" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractCustomization" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyonAll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyleCustomizationDescriptions" eSuperTypes="platform:/plugin/org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc/model/vpdesc.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCustomizations" upperBound="-1" eType="#//AbstractCustomization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precondtionExpression" eType="#//CustomizationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyleCustomizationReuse" eSuperTypes="platform:/plugin/org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc/model/vpdesc.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedCustomization" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius/model/viewpoint.ecore#//description/EStructuralFeatureCustomization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomizationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpressionElement" eType="ecore:EClass ../../org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression/model/expression.ecore#//AbstractComputableElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelCustomization" eSuperTypes="#//AbstractCustomization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius/model/viewpoint.ecore#//description/SystemColors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLabelAlignment" eType="#//LabelAlignmentCustomization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius/model/viewpoint.ecore#//description/style/BasicLabelStyleDescription"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius/model/viewpoint.ecore#//FontFormat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//CustomizationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelAlignmentCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius/model/viewpoint.ecore#//description/style/LabelStyleDescription" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius/model/viewpoint.ecore#//LabelAlignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColorCustomization" eSuperTypes="#//AbstractCustomization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius/model/viewpoint.ecore#//description/SystemColors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colorUseCase" eType="#//ColorUseCase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EdgeStyleCustomization" eSuperTypes="#//AbstractCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/EdgeStyleDescription"/> <eStructuralFeatures xsi:type="ecore:EReference" name="centeredSourceMappings" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/DiagramElementMapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="centeredTargetMappings" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/DiagramElementMapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="beginLabelStyleDescription" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/BeginLabelStyleDescription"/> <eStructuralFeatures xsi:type="ecore:EReference" name="centerLabelStyleDescription" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/CenterLabelStyleDescription"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endLabelStyleDescription" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/EndLabelStyleDescription"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//LineStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceArrow" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//EdgeArrows"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetArrow" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//EdgeArrows"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeComputationExpression" eType="#//CustomizationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="routingStyle" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//EdgeRouting"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foldingStyle" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/FoldingStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endCentering" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/CenteringStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNodeStyleCustomization" abstract="true" eSuperTypes="#//AbstractCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="tooltipExpression" eType="#//CustomizationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borderSizeComputationExpression" eType="#//CustomizationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainerStyleCustomization" eSuperTypes="#//AbstractNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/ContainerStyleDescription"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSpecificContainerStyleCustomization" upperBound="-1" eType="#//SpecificContainerStyleCustomization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcWith" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundedCorner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificContainerStyleCustomization" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/ContainerStyleDescription" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShapeContainerStyleCustomization" eSuperTypes="#//SpecificContainerStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//ContainerShape"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlatContainerStyleCustomization" eSuperTypes="#//SpecificContainerStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundStyle" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//BackgroundStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainerWorkspaceImageCustomization" eSuperTypes="#//SpecificContainerStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workspacePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeStyleCustomization" eSuperTypes="#//AbstractNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/NodeStyleDescription"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSpecificNodeStyleCustomization" upperBound="-1" eType="#//SpecificNodeStyleCustomization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeComputationExpression" eType="#//CustomizationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelPosition" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//LabelPosition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hideLabelByDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeKind" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//ResizeKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificNodeStyleCustomization" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/NodeStyleDescription" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EllipseCustomization" eSuperTypes="#//SpecificNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="horizontalDiameterComputationExpression" eType="#//CustomizationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="verticalDiameterComputationExpression" eType="#//CustomizationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LozengeCustomization" eSuperTypes="#//SpecificNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="widthComputationExpression" eType="#//CustomizationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="heightComputationExpression" eType="#//CustomizationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SquareCustomization" eSuperTypes="#//SpecificNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BundledImageCustomization" eSuperTypes="#//SpecificNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//BundledImageShape"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DotCustomization" eSuperTypes="#//SpecificNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="strokeSizeComputationExpression" eType="#//CustomizationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GaugeCustomization" eSuperTypes="#//SpecificNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//description/style/GaugeSectionDescription"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignement" eType="ecore:EEnum platform:/plugin/org.eclipse.sirius.diagram/model/diagram.ecore#//AlignmentKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeWorkspaceImageCustomization" eSuperTypes="#//SpecificNodeStyleCustomization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workspacePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorUseCase"> <eLiterals name="Border" literal="Border"/> <eLiterals name="Color" value="1" literal="Color"/> <eLiterals name="Background" value="2" literal="Background"/> <eLiterals name="Foreground" value="3" literal="Foreground"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/a66as/kitalpha/architecture description/dsl/plugins/org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization/models/vpstylecustomization.ecore
ecore
vpstylecustomization Customizations ownedCustomizationDescriptions ownedCustomizationReuse AbstractCustomization applyonAll StyleCustomizationDescriptions ownedCustomizations precondtionExpression StyleCustomizationReuse reusedCustomization appliedOn CustomizationExpression ownedExpressionElement LabelCustomization color ownedLabelAlignment appliedOn size format showIcon expression iconPath LabelAlignmentCustomization appliedOn alignment ColorCustomization color appliedOn colorUseCase EdgeStyleCustomization appliedOn centeredSourceMappings centeredTargetMappings beginLabelStyleDescription centerLabelStyleDescription endLabelStyleDescription lineStyle sourceArrow targetArrow sizeComputationExpression routingStyle foldingStyle endCentering AbstractNodeStyleCustomization tooltipExpression borderSizeComputationExpression ContainerStyleCustomization appliedOn ownedSpecificContainerStyleCustomization arcWith arcHeight roundedCorner SpecificContainerStyleCustomization appliedOn ShapeContainerStyleCustomization shape FlatContainerStyleCustomization backgroundStyle ContainerWorkspaceImageCustomization workspacePath NodeStyleCustomization appliedOn ownedSpecificNodeStyleCustomization sizeComputationExpression labelPosition hideLabelByDefault resizeKind SpecificNodeStyleCustomization appliedOn EllipseCustomization horizontalDiameterComputationExpression verticalDiameterComputationExpression LozengeCustomization widthComputationExpression heightComputationExpression SquareCustomization width -1 height -1 BundledImageCustomization shape DotCustomization strokeSizeComputationExpression GaugeCustomization sections alignement NodeWorkspaceImageCustomization workspacePath ColorUseCase Border Border Color Color Background Background Foreground Foreground
null
{"directed":true,"nodes":[{"nsPrefix":"vpstylecustomization","nsURI":"http://www.polarsys.org/kitalpha/ad/viewpoint/dsl/as/vpdiagram/vpstylecustomization/1.0.0","name":"vpstylecustomization","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customizations","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractCustomization","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleCustomizationDescriptions","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleCustomizationReuse","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomizationExpression","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelCustomization","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelAlignmentCustomization","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorCustomization","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeStyleCustomization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNodeStyleCustomization","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerStyleCustomization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificContainerStyleCustomization","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeContainerStyleCustomization","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlatContainerStyleCustomization","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerWorkspaceImageCustomization","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeStyleCustomization","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificNodeStyleCustomization","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EllipseCustomization","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LozengeCustomization","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SquareCustomization","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundledImageCustomization","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DotCustomization","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GaugeCustomization","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeWorkspaceImageCustomization","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorUseCase","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCustomizationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCustomizationReuse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyonAll","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCustomizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"precondtionExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedCustomization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpressionElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLabelAlignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showIcon","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colorUseCase","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"centeredSourceMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"centeredTargetMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"beginLabelStyleDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"centerLabelStyleDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endLabelStyleDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceArrow","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetArrow","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeComputationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"routingStyle","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foldingStyle","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endCentering","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tooltipExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borderSizeComputationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSpecificContainerStyleCustomization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arcWith","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arcHeight","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roundedCorner","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":true},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundStyle","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workspacePath","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSpecificNodeStyleCustomization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeComputationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelPosition","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideLabelByDefault","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resizeKind","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":true},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"horizontalDiameterComputationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"verticalDiameterComputationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widthComputationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"heightComputationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strokeSizeComputationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignement","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workspacePath","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"name":"Border","id":170,"value":0,"literal":"Border","eClass":"EEnumLiteral"},{"name":"Color","id":171,"value":1,"literal":"Color","eClass":"EEnumLiteral"},{"name":"Background","id":172,"value":2,"literal":"Background","eClass":"EEnumLiteral"},{"name":"Foreground","id":173,"value":3,"literal":"Foreground","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":26,"target":3},{"source":26,"target":28},{"source":26,"target":1},{"source":28,"target":3},{"source":27,"target":4},{"source":27,"target":29},{"source":27,"target":1},{"source":29,"target":4},{"source":2,"target":0},{"source":2,"target":30},{"source":30,"target":31},{"source":30,"target":2},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":32,"target":2},{"source":32,"target":35},{"source":32,"target":3},{"source":35,"target":2},{"source":33,"target":5},{"source":33,"target":36},{"source":33,"target":3},{"source":36,"target":5},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":40},{"source":37,"target":4},{"source":38,"target":41},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":42,"target":43},{"source":42,"target":5},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":44,"target":53},{"source":44,"target":6},{"source":45,"target":7},{"source":45,"target":54},{"source":45,"target":6},{"source":54,"target":7},{"source":46,"target":55},{"source":46,"target":6},{"source":47,"target":56},{"source":47,"target":6},{"source":48,"target":57},{"source":48,"target":6},{"source":49,"target":58},{"source":49,"target":6},{"source":50,"target":5},{"source":50,"target":59},{"source":50,"target":6},{"source":59,"target":5},{"source":51,"target":60},{"source":51,"target":6},{"source":52,"target":2},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":63},{"source":61,"target":7},{"source":62,"target":64},{"source":62,"target":7},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":65,"target":69},{"source":65,"target":8},{"source":66,"target":70},{"source":66,"target":8},{"source":67,"target":25},{"source":67,"target":71},{"source":67,"target":8},{"source":71,"target":25},{"source":68,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":72,"target":86},{"source":72,"target":9},{"source":73,"target":87},{"source":73,"target":9},{"source":74,"target":88},{"source":74,"target":9},{"source":75,"target":89},{"source":75,"target":9},{"source":76,"target":90},{"source":76,"target":9},{"source":77,"target":91},{"source":77,"target":9},{"source":78,"target":92},{"source":78,"target":9},{"source":79,"target":93},{"source":79,"target":9},{"source":80,"target":94},{"source":80,"target":9},{"source":81,"target":5},{"source":81,"target":95},{"source":81,"target":9},{"source":95,"target":5},{"source":82,"target":96},{"source":82,"target":9},{"source":83,"target":97},{"source":83,"target":9},{"source":84,"target":98},{"source":84,"target":9},{"source":85,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":99,"target":5},{"source":99,"target":102},{"source":99,"target":10},{"source":102,"target":5},{"source":100,"target":5},{"source":100,"target":103},{"source":100,"target":10},{"source":103,"target":5},{"source":101,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":106},{"source":11,"target":107},{"source":11,"target":108},{"source":11,"target":109},{"source":104,"target":110},{"source":104,"target":11},{"source":105,"target":12},{"source":105,"target":111},{"source":105,"target":11},{"source":111,"target":12},{"source":106,"target":112},{"source":106,"target":11},{"source":107,"target":113},{"source":107,"target":11},{"source":108,"target":114},{"source":108,"target":11},{"source":109,"target":10},{"source":12,"target":0},{"source":12,"target":115},{"source":115,"target":116},{"source":115,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":117},{"source":13,"target":118},{"source":117,"target":119},{"source":117,"target":13},{"source":118,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":120},{"source":14,"target":121},{"source":120,"target":122},{"source":120,"target":14},{"source":121,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":123},{"source":15,"target":124},{"source":123,"target":125},{"source":123,"target":15},{"source":124,"target":12},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":126},{"source":16,"target":127},{"source":16,"target":128},{"source":16,"target":129},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":126,"target":133},{"source":126,"target":16},{"source":127,"target":17},{"source":127,"target":134},{"source":127,"target":16},{"source":134,"target":17},{"source":128,"target":5},{"source":128,"target":135},{"source":128,"target":16},{"source":135,"target":5},{"source":129,"target":136},{"source":129,"target":16},{"source":130,"target":137},{"source":130,"target":16},{"source":131,"target":138},{"source":131,"target":16},{"source":132,"target":10},{"source":17,"target":0},{"source":17,"target":139},{"source":139,"target":140},{"source":139,"target":17},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":141,"target":5},{"source":141,"target":144},{"source":141,"target":18},{"source":144,"target":5},{"source":142,"target":5},{"source":142,"target":145},{"source":142,"target":18},{"source":145,"target":5},{"source":143,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":146},{"source":19,"target":147},{"source":19,"target":148},{"source":146,"target":5},{"source":146,"target":149},{"source":146,"target":19},{"source":149,"target":5},{"source":147,"target":5},{"source":147,"target":150},{"source":147,"target":19},{"source":150,"target":5},{"source":148,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":151,"target":154},{"source":151,"target":20},{"source":152,"target":155},{"source":152,"target":20},{"source":153,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":156},{"source":21,"target":157},{"source":156,"target":158},{"source":156,"target":21},{"source":157,"target":17},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":159},{"source":22,"target":160},{"source":159,"target":5},{"source":159,"target":161},{"source":159,"target":22},{"source":161,"target":5},{"source":160,"target":17},{"source":23,"target":0},{"source":23,"target":17},{"source":23,"target":162},{"source":23,"target":163},{"source":23,"target":164},{"source":162,"target":165},{"source":162,"target":23},{"source":163,"target":166},{"source":163,"target":23},{"source":164,"target":17},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":167},{"source":24,"target":168},{"source":167,"target":169},{"source":167,"target":24},{"source":168,"target":17},{"source":25,"target":0},{"source":25,"target":170},{"source":25,"target":171},{"source":25,"target":172},{"source":25,"target":173},{"source":170,"target":25},{"source":171,"target":25},{"source":172,"target":25},{"source":173,"target":25}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> <ecore:EPackage name="GoalAndPlanConcepts"> <eClassifiers xsi:type="ecore:EClass" name="Actor"> <eStructuralFeatures xsi:type="ecore:EReference" name="decomposition" ordered="false" upperBound="-1" eType="/1/Decomposition" eOpposite="/1/Decomposition/PointOfView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contribution" ordered="false" upperBound="-1" eType="/1/Contribution" eOpposite="/1/Contribution/PointOfView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEnd" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/PointOfView"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decomposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="PointOfView" ordered="false" lowerBound="1" eType="/1/Actor" eOpposite="/1/Actor/decomposition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributer" ordered="false" lowerBound="1" eType="/1/Goal" eOpposite="/1/Goal/contributionR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributed" ordered="false" lowerBound="1" eType="/1/Goal" eOpposite="/1/Goal/contributionD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PointOfView" ordered="false" lowerBound="1" eType="/1/Actor" eOpposite="/1/Actor/contribution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal"> <eStructuralFeatures xsi:type="ecore:EReference" name="contributionR" ordered="false" upperBound="-1" eType="/1/Contribution" eOpposite="/1/Contribution/contributer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributionD" ordered="false" upperBound="-1" eType="/1/Contribution" eOpposite="/1/Contribution/contributed"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEndS" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/means"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEndD" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/end"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecomposition" ordered="false" eType="/1/BooleanDecomposition" eOpposite="/1/BooleanDecomposition/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecLink" ordered="false" upperBound="-1" eType="/1/BooleanDecLink" eOpposite="/1/BooleanDecLink/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeansEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="meansR" ordered="false" eType="/1/Resource" eOpposite="/1/Resource/meansEndR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="means" ordered="false" eType="/1/Goal" eOpposite="/1/Goal/meansEndS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false" lowerBound="1" eType="/1/Goal" eOpposite="/1/Goal/meansEndD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PointOfView" ordered="false" lowerBound="1" eType="/1/Actor" eOpposite="/1/Actor/meansEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meansP" ordered="false" eType="/1/Plan" eOpposite="/1/Plan/meansEndP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource"> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEndR" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/meansR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plan"> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEndP" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/meansP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecompositionP" ordered="false" eType="/1/BooleanDecomposition" eOpposite="/1/BooleanDecomposition/rootP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecLinkP" ordered="false" upperBound="-1" eType="/1/BooleanDecLink" eOpposite="/1/BooleanDecLink/targetP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanDecomposition" eSuperTypes="/1/Decomposition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" ordered="false" eType="/1/Goal" eOpposite="/1/Goal/booleanDecomposition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootP" ordered="false" eType="/1/Plan" eOpposite="/1/Plan/booleanDecompositionP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecLinkD" ordered="false" lowerBound="1" upperBound="-1" eType="/1/BooleanDecLink" containment="true" eOpposite="/1/BooleanDecLink/booleanDecompositionB"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanDecLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecompositionB" ordered="false" lowerBound="1" eType="/1/BooleanDecomposition" eOpposite="/1/BooleanDecomposition/booleanDecLinkD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" eType="/1/Goal" eOpposite="/1/Goal/booleanDecLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetP" ordered="false" eType="/1/Plan" eOpposite="/1/Plan/booleanDecLinkP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndDecLink" eSuperTypes="/1/BooleanDecLink"/> <eClassifiers xsi:type="ecore:EClass" name="OrDecLink" eSuperTypes="/1/BooleanDecLink"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/slebok/zoo/zoo/§wip/atl/TroposGoalAndPlanConcepts/fetched/TroposGoalAndPlanConcepts.ecore
ecore
PrimitiveTypes String GoalAndPlanConcepts Actor decomposition contribution meansEnd Decomposition PointOfView Contribution metric contributer contributed PointOfView Goal contributionR contributionD meansEndS meansEndD booleanDecomposition booleanDecLink MeansEnd meansR means end PointOfView meansP Resource meansEndR Plan meansEndP booleanDecompositionP booleanDecLinkP BooleanDecomposition type root rootP booleanDecLinkD BooleanDecLink booleanDecompositionB target targetP AndDecLink OrDecLink
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"GoalAndPlanConcepts","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decomposition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeansEnd","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plan","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanDecomposition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanDecLink","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndDecLink","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrDecLink","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decomposition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metric","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributed","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributionR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributionD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecomposition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"means","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecompositionP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecLinkP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecLinkD","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecompositionB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":3,"target":2},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":14,"target":4},{"source":14,"target":17},{"source":14,"target":3},{"source":14,"target":18},{"source":17,"target":4},{"source":15,"target":5},{"source":15,"target":19},{"source":15,"target":3},{"source":15,"target":20},{"source":19,"target":5},{"source":16,"target":7},{"source":16,"target":21},{"source":16,"target":3},{"source":16,"target":22},{"source":21,"target":7},{"source":4,"target":2},{"source":4,"target":18},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":4},{"source":18,"target":14},{"source":23,"target":3},{"source":5,"target":2},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":20},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":5},{"source":27,"target":1},{"source":25,"target":6},{"source":25,"target":28},{"source":25,"target":5},{"source":25,"target":29},{"source":28,"target":6},{"source":26,"target":6},{"source":26,"target":30},{"source":26,"target":5},{"source":26,"target":31},{"source":30,"target":6},{"source":20,"target":3},{"source":20,"target":32},{"source":20,"target":5},{"source":20,"target":15},{"source":32,"target":3},{"source":6,"target":2},{"source":6,"target":29},{"source":6,"target":31},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":29,"target":5},{"source":29,"target":37},{"source":29,"target":6},{"source":29,"target":25},{"source":37,"target":5},{"source":31,"target":5},{"source":31,"target":38},{"source":31,"target":6},{"source":31,"target":26},{"source":38,"target":5},{"source":33,"target":7},{"source":33,"target":39},{"source":33,"target":6},{"source":33,"target":40},{"source":39,"target":7},{"source":34,"target":7},{"source":34,"target":41},{"source":34,"target":6},{"source":34,"target":42},{"source":41,"target":7},{"source":35,"target":10},{"source":35,"target":43},{"source":35,"target":6},{"source":35,"target":44},{"source":43,"target":10},{"source":36,"target":11},{"source":36,"target":45},{"source":36,"target":6},{"source":36,"target":46},{"source":45,"target":11},{"source":7,"target":2},{"source":7,"target":47},{"source":7,"target":40},{"source":7,"target":42},{"source":7,"target":22},{"source":7,"target":48},{"source":47,"target":8},{"source":47,"target":49},{"source":47,"target":7},{"source":47,"target":50},{"source":49,"target":8},{"source":40,"target":6},{"source":40,"target":51},{"source":40,"target":7},{"source":40,"target":33},{"source":51,"target":6},{"source":42,"target":6},{"source":42,"target":52},{"source":42,"target":7},{"source":42,"target":34},{"source":52,"target":6},{"source":22,"target":3},{"source":22,"target":53},{"source":22,"target":7},{"source":22,"target":16},{"source":53,"target":3},{"source":48,"target":9},{"source":48,"target":54},{"source":48,"target":7},{"source":48,"target":55},{"source":54,"target":9},{"source":8,"target":2},{"source":8,"target":50},{"source":50,"target":7},{"source":50,"target":56},{"source":50,"target":8},{"source":50,"target":47},{"source":56,"target":7},{"source":9,"target":2},{"source":9,"target":55},{"source":9,"target":57},{"source":9,"target":58},{"source":55,"target":7},{"source":55,"target":59},{"source":55,"target":9},{"source":55,"target":48},{"source":59,"target":7},{"source":57,"target":10},{"source":57,"target":60},{"source":57,"target":9},{"source":57,"target":61},{"source":60,"target":10},{"source":58,"target":11},{"source":58,"target":62},{"source":58,"target":9},{"source":58,"target":63},{"source":62,"target":11},{"source":10,"target":2},{"source":10,"target":4},{"source":10,"target":64},{"source":10,"target":44},{"source":10,"target":61},{"source":10,"target":65},{"source":10,"target":66},{"source":64,"target":1},{"source":64,"target":67},{"source":64,"target":10},{"source":67,"target":1},{"source":44,"target":6},{"source":44,"target":68},{"source":44,"target":10},{"source":44,"target":35},{"source":68,"target":6},{"source":61,"target":9},{"source":61,"target":69},{"source":61,"target":10},{"source":61,"target":57},{"source":69,"target":9},{"source":65,"target":11},{"source":65,"target":70},{"source":65,"target":10},{"source":65,"target":71},{"source":70,"target":11},{"source":66,"target":4},{"source":11,"target":2},{"source":11,"target":71},{"source":11,"target":46},{"source":11,"target":63},{"source":71,"target":10},{"source":71,"target":72},{"source":71,"target":11},{"source":71,"target":65},{"source":72,"target":10},{"source":46,"target":6},{"source":46,"target":73},{"source":46,"target":11},{"source":46,"target":36},{"source":73,"target":6},{"source":63,"target":9},{"source":63,"target":74},{"source":63,"target":11},{"source":63,"target":58},{"source":74,"target":9},{"source":12,"target":2},{"source":12,"target":11},{"source":12,"target":75},{"source":75,"target":11},{"source":13,"target":2},{"source":13,"target":11},{"source":13,"target":76},{"source":76,"target":11}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uml2java" nsURI="http://tu-berlin.de/silvawb/uml2java" nsPrefix="de.silvawb.uml2java"> <eClassifiers xsi:type="ecore:EClass" name="CorrAxiom" eSuperTypes="../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eClassifiers xsi:type="ecore:EClass" name="CorrRule" eSuperTypes="../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eSubpackages name="generated" nsURI="http://tu-berlin.de/silvawb/uml2java/generated" nsPrefix="de.silvawb.uml2java.generated"> <eClassifiers xsi:type="ecore:EClass" name="uml2javaOperationalTGG" eSuperTypes="../../../de.mdelab.mltgg.mote2.sdm/model/sdm.ecore#//SdmOperationalTGG"/> <eClassifiers xsi:type="ecore:EClass" name="uml2javaAxiom" eSuperTypes="../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/OperationalAxiomGroup"/> <eClassifiers xsi:type="ecore:EClass" name="uPackage2jPackage_Rule" eSuperTypes="../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/OperationalRuleGroup"/> <eClassifiers xsi:type="ecore:EClass" name="uml2javaAxiom_r1" eSuperTypes="../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/OperationalAxiom"> <eOperations name="addElement" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="final EMap&lt;String, Object> parametersCopy = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>(parameters.map());&#xA;&#xA;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalAxiomGroup().getOperationalTGG()).executeActivity(this.getAddElementActivity(), parametersCopy);&#xA;&#xA;de.mdelab.mltgg.mote2.TGGNode tggNode = (de.mdelab.mltgg.mote2.TGGNode) parametersCopy.get(&quot;corrAxiom&quot;);&#xA;&#xA;if (tggNode != null)&#xA;{&#xA;leftInputElements.add((org.eclipse.emf.ecore.EObject) parametersCopy.get(&quot;uModel&quot;));&#xA;rightInputElements.add((org.eclipse.emf.ecore.EObject) parametersCopy.get(&quot;jSystem&quot;));&#x9;&#xA;}&#xA;&#xA;return tggNode;"/> </eAnnotations> <eParameters name="parameters" upperBound="-1"> <eGenericType eClassifier="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/MapEntry"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> <eParameters name="leftInputElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="rightInputElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="changeAttributeValues" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EMap&lt;String, Object> params = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>(ruleParameters.map());&#xA;&#x9;&#x9;&#xA;params.put(&quot;corrAxiom&quot;, correspondenceNode);&#xA;&#x9;&#x9;&#xA;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this&#xA;&#x9;&#x9;&#x9;&#x9;.getOperationalAxiomGroup().getOperationalTGG())&#xA;&#x9;&#x9;&#x9;&#x9;.executeActivity(this.getChangeAttributeActivity(), params);&#xA;&#x9;&#x9;&#xA;return (Boolean) params.get(&quot;__returnValue&quot;);"/> </eAnnotations> <eParameters name="correspondenceNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="ruleParameters" upperBound="-1"> <eGenericType eClassifier="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/MapEntry"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="transformForward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;&#x9;&#x9;parameters.put(&quot;uModel&quot;, leftInputElements.get(0));&#xA;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalAxiomGroup().getOperationalTGG()).executeActivity(this.getTransformForwardActivity(), parameters);&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;if (errorCode == ErrorCodeEnum.OK)&#xA;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;rightInputElements.add((org.eclipse.emf.ecore.EObject) parameters.get(&quot;jSystem&quot;));&#xA;&#x9;&#x9;}&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="leftInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="rightInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="transformMapping" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;&#x9;&#x9;parameters.put(&quot;uModel&quot;, leftInputElements.get(0));&#xA;&#x9;&#x9;&#x9;&#x9;parameters.put(&quot;jSystem&quot;, rightInputElements.get(0));&#xA;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalAxiomGroup().getOperationalTGG()).executeActivity(this.getTransformMappingActivity(), parameters);&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;if (errorCode == ErrorCodeEnum.OK)&#xA;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;rightInputElements.add((org.eclipse.emf.ecore.EObject) parameters.get(&quot;jSystem&quot;));&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;leftInputElements.add((org.eclipse.emf.ecore.EObject) parameters.get(&quot;uModel&quot;));&#xA;&#x9;&#x9;}&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="leftInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="rightInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="transformBackward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;&#x9;&#x9;parameters.put(&quot;jSystem&quot;, rightInputElements.get(0));&#xA;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalAxiomGroup().getOperationalTGG()).executeActivity(this.getTransformBackwardActivity(), parameters);&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;if (errorCode == ErrorCodeEnum.OK)&#xA;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;leftInputElements.add((org.eclipse.emf.ecore.EObject) parameters.get(&quot;uModel&quot;));&#xA;&#x9;&#x9;}&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="leftInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="rightInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="synchronizeForward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#x9;parameters.put(&quot;uModel&quot;, leftInputElements.get(0));&#xA;&#x9;&#x9;&#x9;parameters.put(&quot;jSystem&quot;, rightInputElements.get(0));&#xA;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalAxiomGroup().getOperationalTGG()).executeActivity(this.getSynchronizeForwardActivity(), parameters);&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;if (errorCode == ErrorCodeEnum.OK)&#xA;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;rightInputElements.add((org.eclipse.emf.ecore.EObject) parameters.get(&quot;jSystem&quot;));&#xA;&#x9;&#x9;}&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="leftInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="rightInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="synchronizeBackward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#x9;parameters.put(&quot;uModel&quot;, leftInputElements.get(0));&#xA;&#x9;&#x9;&#x9;parameters.put(&quot;jSystem&quot;, rightInputElements.get(0));&#xA;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalAxiomGroup().getOperationalTGG()).executeActivity(this.getSynchronizeBackwardActivity(), parameters);&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;if (errorCode == ErrorCodeEnum.OK)&#xA;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;leftInputElements.add((org.eclipse.emf.ecore.EObject) parameters.get(&quot;uModel&quot;));&#xA;&#x9;&#x9;}&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="leftInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="rightInputElements" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="addElementActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moveElementActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changeAttributeActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformForwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformMappingActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformBackwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronizeForwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronizeBackwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="uPackage2jPackage_Rule_r2" eSuperTypes="../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/OperationalRule"> <eOperations name="addElement" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="final EMap&lt;String, Object> parametersCopy = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>(parameters.map());&#xA;&#xA;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getAddElementActivity(),&#x9;parametersCopy);&#xA;&#xA;return (TGGNode) parametersCopy.get(&quot;uP2jP&quot;);"/> </eAnnotations> <eParameters name="parameters" upperBound="-1"> <eGenericType eClassifier="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/MapEntry"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="changeAttributeValues" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EMap&lt;String, Object> params = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>(ruleParameters.map());&#xA;&#x9;&#x9;&#xA;params.put(&quot;uP2jP&quot;, correspondenceNode);&#xA;&#x9;&#x9;&#xA;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this&#xA;&#x9;&#x9;&#x9;&#x9;.getOperationalRuleGroup().getOperationalTGG())&#xA;&#x9;&#x9;&#x9;&#x9;.executeActivity(this.getChangeAttributeActivity(), params);&#xA;&#x9;&#x9;&#xA;return (Boolean) params.get(&quot;__returnValue&quot;);"/> </eAnnotations> <eParameters name="correspondenceNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="ruleParameters" upperBound="-1"> <eGenericType eClassifier="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/MapEntry"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="moveElement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EMap&lt;String, Object> params = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#x9;&#x9;&#xA;params.put(&quot;uP2jP&quot;, correspondenceNode);&#xA;params.put(&quot;__oldPreviousCorrespondenceNode&quot;, oldPreviousCorrespondenceNode);&#xA;params.put(&quot;__newPreviousCorrespondenceNode&quot;, newPreviousCorrespondenceNode);&#xA;&#x9;&#x9;&#xA;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this&#xA;&#x9;&#x9;&#x9;&#x9;.getOperationalRuleGroup().getOperationalTGG())&#xA;&#x9;&#x9;&#x9;&#x9;.executeActivity(this.getMoveElementActivity(), params);&#xA;&#x9;&#x9;&#xA;return (Boolean) params.get(&quot;__returnValue&quot;);"/> </eAnnotations> <eParameters name="correspondenceNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="oldPreviousCorrespondenceNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="newPreviousCorrespondenceNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> </eOperations> <eOperations name="transformForward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__considerAllLhsCorrNodes&quot;, considerAllLhsCorrNodes); &#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getTransformForwardActivity(), parameters);&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="considerAllLhsCorrNodes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="transformMapping" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__considerAllLhsCorrNodes&quot;, considerAllLhsCorrNodes); &#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getTransformMappingActivity(), parameters);&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="considerAllLhsCorrNodes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="transformBackward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__considerAllLhsCorrNodes&quot;, considerAllLhsCorrNodes); &#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getTransformBackwardActivity(), parameters);&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="considerAllLhsCorrNodes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="conflictCheckForward" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;parameters.put(&quot;__thisRule&quot;, this);&#xA;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getConflictCheckForwardActivity(), parameters);&#xA;&#xA;@SuppressWarnings(&quot;unchecked&quot;)&#xA;final java.util.Collection&lt;? extends EObject> returnValue = (java.util.Collection&lt;? extends EObject>) parameters.get(&quot;__returnValue&quot;);&#xA;&#xA;if (returnValue == null)&#xA;{&#xA;&#x9;return null;&#xA;}&#xA;else&#xA;{&#xA;&#x9;return new org.eclipse.emf.common.util.BasicEList&lt;EObject>(returnValue);&#xA;}&#xA;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> </eOperations> <eOperations name="conflictCheckMapping" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;parameters.put(&quot;__thisRule&quot;, this);&#xA;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getConflictCheckMappingActivity(), parameters);&#xA;&#xA;@SuppressWarnings(&quot;unchecked&quot;)&#xA;final java.util.Collection&lt;? extends EObject> returnValue = (java.util.Collection&lt;? extends EObject>) parameters.get(&quot;__returnValue&quot;);&#xA;&#xA;if (returnValue == null)&#xA;{&#xA;&#x9;return null;&#xA;}&#xA;else&#xA;{&#xA;&#x9;return new org.eclipse.emf.common.util.BasicEList&lt;EObject>(returnValue);&#xA;}&#xA;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> </eOperations> <eOperations name="conflictCheckBackward" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;parameters.put(&quot;__thisRule&quot;, this);&#xA;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getConflictCheckBackwardActivity(), parameters);&#xA;&#xA;@SuppressWarnings(&quot;unchecked&quot;)&#xA;final java.util.Collection&lt;? extends EObject> returnValue = (java.util.Collection&lt;? extends EObject>) parameters.get(&quot;__returnValue&quot;);&#xA;&#xA;if (returnValue == null)&#xA;{&#xA;&#x9;return null;&#xA;}&#xA;else&#xA;{&#xA;&#x9;return new org.eclipse.emf.common.util.BasicEList&lt;EObject>(returnValue);&#xA;}&#xA;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> </eOperations> <eOperations name="synchronizeForward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getSynchronizeForwardActivity(), parameters);&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="synchronizeBackward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getSynchronizeBackwardActivity(), parameters);&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="repairForward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getRepairForwardActivity(), parameters);&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="repairBackward" lowerBound="1" eType="ecore:EEnum ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//operationalTGG/ErrorCodeEnum" eExceptions="ecore:EDataType ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//helpers/TransformationException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&#xA;final org.eclipse.emf.common.util.EMap&lt;String, Object> parameters = new org.eclipse.emf.common.util.BasicEMap&lt;String, Object>();&#xA;&#xA;&#x9;&#x9;parameters.put(&quot;__thisRule&quot;, this);&#xA;&#x9;&#x9;parameters.put(&quot;__checkAttributeFormulae&quot;, checkAttributeFormulae);&#xA;&#x9;&#x9;parameters.put(&quot;__inputTggNode&quot;, inputTggNode);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;((de.silvawb.uml2java.generated.uml2javaOperationalTGG) this.getOperationalRuleGroup().getOperationalTGG()).executeActivity(this.getRepairBackwardActivity(), parameters);&#xA;&#xA;&#x9;&#x9;final ErrorCodeEnum errorCode = (ErrorCodeEnum) parameters.get(&quot;__errorCode&quot;);&#xA;&#xA;&#x9;&#x9;return errorCode;"/> </eAnnotations> <eParameters name="inputTggNode" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eParameters name="checkAttributeFormulae" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="addElementActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moveElementActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changeAttributeActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformForwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformMappingActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformBackwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictCheckForwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictCheckMappingActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictCheckBackwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronizeForwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronizeBackwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repairForwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repairBackwardActivity" lowerBound="1" eType="ecore:EClass ../../../de.mdelab.mlsdm/model/mlsdm.ecore#//Activity"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/wbombardellis/BachelorThesis_WilliamBombardelliDaSilva/Examples/de.silvawb.uml2java/model-gen/model/uml2java.ecore
ecore
uml2java CorrAxiom CorrRule generated uml2javaOperationalTGG uml2javaAxiom uPackage2jPackage_Rule uml2javaAxiom_r1 addElement parameters leftInputElements rightInputElements changeAttributeValues correspondenceNode ruleParameters transformForward leftInputElements rightInputElements checkAttributeFormulae transformMapping leftInputElements rightInputElements checkAttributeFormulae transformBackward leftInputElements rightInputElements checkAttributeFormulae synchronizeForward leftInputElements rightInputElements inputTggNode checkAttributeFormulae synchronizeBackward leftInputElements rightInputElements inputTggNode checkAttributeFormulae addElementActivity moveElementActivity changeAttributeActivity transformForwardActivity transformMappingActivity transformBackwardActivity synchronizeForwardActivity synchronizeBackwardActivity uPackage2jPackage_Rule_r2 addElement parameters changeAttributeValues correspondenceNode ruleParameters moveElement correspondenceNode oldPreviousCorrespondenceNode newPreviousCorrespondenceNode transformForward inputTggNode checkAttributeFormulae considerAllLhsCorrNodes transformMapping inputTggNode checkAttributeFormulae considerAllLhsCorrNodes transformBackward inputTggNode checkAttributeFormulae considerAllLhsCorrNodes conflictCheckForward inputTggNode conflictCheckMapping inputTggNode conflictCheckBackward inputTggNode synchronizeForward inputTggNode checkAttributeFormulae synchronizeBackward inputTggNode checkAttributeFormulae repairForward inputTggNode checkAttributeFormulae repairBackward inputTggNode checkAttributeFormulae addElementActivity moveElementActivity changeAttributeActivity transformForwardActivity transformMappingActivity transformBackwardActivity conflictCheckForwardActivity conflictCheckMappingActivity conflictCheckBackwardActivity synchronizeForwardActivity synchronizeBackwardActivity repairForwardActivity repairBackwardActivity
null
{"directed":true,"nodes":[{"nsPrefix":"de.silvawb.uml2java","nsURI":"http://tu-berlin.de/silvawb/uml2java","name":"uml2java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrAxiom","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"nsPrefix":"de.silvawb.uml2java.generated","nsURI":"http://tu-berlin.de/silvawb/uml2java/generated","name":"generated","id":3,"eClass":"EPackage"},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uml2javaOperationalTGG","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uml2javaAxiom","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uPackage2jPackage_Rule","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uml2javaAxiom_r1","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uPackage2jPackage_Rule_r2","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addElement","lowerBound":1,"id":14,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeAttributeValues","lowerBound":1,"id":15,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"transformForward","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"transformMapping","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"transformBackward","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"synchronizeForward","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"synchronizeBackward","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addElementActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"moveElementActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"changeAttributeActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformForwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformMappingActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformBackwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronizeForwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronizeBackwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"parameters","lowerBound":0,"id":31,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"leftInputElements","lowerBound":0,"id":32,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"rightInputElements","lowerBound":0,"id":33,"many":true,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"correspondenceNode","lowerBound":1,"id":41,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ruleParameters","lowerBound":0,"id":42,"many":true,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"leftInputElements","lowerBound":1,"id":49,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"rightInputElements","lowerBound":1,"id":50,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":51,"many":false,"required":true,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"leftInputElements","lowerBound":1,"id":57,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"rightInputElements","lowerBound":1,"id":58,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":59,"many":false,"required":true,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"leftInputElements","lowerBound":1,"id":65,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"rightInputElements","lowerBound":1,"id":66,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":67,"many":false,"required":true,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"leftInputElements","lowerBound":1,"id":73,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"rightInputElements","lowerBound":1,"id":74,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":75,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":76,"many":false,"required":true,"eClass":"EParameter"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"leftInputElements","lowerBound":1,"id":83,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"rightInputElements","lowerBound":1,"id":84,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":85,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":86,"many":false,"required":true,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addElement","lowerBound":1,"id":100,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeAttributeValues","lowerBound":1,"id":101,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"moveElement","lowerBound":1,"id":102,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"transformForward","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"transformMapping","lowerBound":1,"id":104,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"transformBackward","lowerBound":1,"id":105,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"conflictCheckForward","lowerBound":0,"id":106,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"conflictCheckMapping","lowerBound":0,"id":107,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"conflictCheckBackward","lowerBound":0,"id":108,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"synchronizeForward","lowerBound":1,"id":109,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"synchronizeBackward","lowerBound":1,"id":110,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"repairForward","lowerBound":1,"id":111,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"repairBackward","lowerBound":1,"id":112,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addElementActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"moveElementActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"changeAttributeActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformForwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformMappingActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformBackwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflictCheckForwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflictCheckMappingActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflictCheckBackwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronizeForwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronizeBackwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repairForwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repairBackwardActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"parameters","lowerBound":0,"id":128,"many":true,"required":false,"eClass":"EParameter"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"correspondenceNode","lowerBound":1,"id":134,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ruleParameters","lowerBound":0,"id":135,"many":true,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"correspondenceNode","lowerBound":1,"id":142,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"oldPreviousCorrespondenceNode","lowerBound":1,"id":143,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newPreviousCorrespondenceNode","lowerBound":1,"id":144,"many":false,"required":true,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":150,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":151,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"considerAllLhsCorrNodes","lowerBound":1,"id":152,"many":false,"required":true,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":159,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"considerAllLhsCorrNodes","lowerBound":1,"id":160,"many":false,"required":true,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":166,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":167,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"considerAllLhsCorrNodes","lowerBound":1,"id":168,"many":false,"required":true,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":174,"many":false,"required":true,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":178,"many":false,"required":true,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":182,"many":false,"required":true,"eClass":"EParameter"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":186,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":187,"many":false,"required":true,"eClass":"EParameter"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":193,"many":false,"required":true,"eClass":"EParameter"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":198,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":199,"many":false,"required":true,"eClass":"EParameter"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputTggNode","lowerBound":1,"id":204,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAttributeFormulae","lowerBound":1,"id":205,"many":false,"required":true,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":2,"target":0},{"source":2,"target":5},{"source":3,"target":6},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":0},{"source":6,"target":3},{"source":6,"target":11},{"source":7,"target":3},{"source":7,"target":12},{"source":8,"target":3},{"source":8,"target":13},{"source":9,"target":3},{"source":9,"target":14},{"source":9,"target":15},{"source":9,"target":16},{"source":9,"target":17},{"source":9,"target":18},{"source":9,"target":19},{"source":9,"target":20},{"source":9,"target":21},{"source":9,"target":22},{"source":9,"target":23},{"source":9,"target":24},{"source":9,"target":25},{"source":9,"target":26},{"source":9,"target":27},{"source":9,"target":28},{"source":9,"target":29},{"source":14,"target":30},{"source":14,"target":9},{"source":14,"target":31},{"source":14,"target":32},{"source":14,"target":33},{"source":14,"target":34},{"source":31,"target":35},{"source":31,"target":14},{"source":35,"target":36},{"source":35,"target":37},{"source":32,"target":38},{"source":32,"target":14},{"source":33,"target":39},{"source":33,"target":14},{"source":15,"target":40},{"source":15,"target":9},{"source":15,"target":41},{"source":15,"target":42},{"source":15,"target":43},{"source":41,"target":44},{"source":41,"target":15},{"source":42,"target":45},{"source":42,"target":15},{"source":45,"target":46},{"source":45,"target":47},{"source":16,"target":48},{"source":16,"target":9},{"source":16,"target":49},{"source":16,"target":50},{"source":16,"target":51},{"source":16,"target":52},{"source":49,"target":53},{"source":49,"target":16},{"source":50,"target":54},{"source":50,"target":16},{"source":51,"target":55},{"source":51,"target":16},{"source":17,"target":56},{"source":17,"target":9},{"source":17,"target":57},{"source":17,"target":58},{"source":17,"target":59},{"source":17,"target":60},{"source":57,"target":61},{"source":57,"target":17},{"source":58,"target":62},{"source":58,"target":17},{"source":59,"target":63},{"source":59,"target":17},{"source":18,"target":64},{"source":18,"target":9},{"source":18,"target":65},{"source":18,"target":66},{"source":18,"target":67},{"source":18,"target":68},{"source":65,"target":69},{"source":65,"target":18},{"source":66,"target":70},{"source":66,"target":18},{"source":67,"target":71},{"source":67,"target":18},{"source":19,"target":72},{"source":19,"target":9},{"source":19,"target":73},{"source":19,"target":74},{"source":19,"target":75},{"source":19,"target":76},{"source":19,"target":77},{"source":73,"target":78},{"source":73,"target":19},{"source":74,"target":79},{"source":74,"target":19},{"source":75,"target":80},{"source":75,"target":19},{"source":76,"target":81},{"source":76,"target":19},{"source":20,"target":82},{"source":20,"target":9},{"source":20,"target":83},{"source":20,"target":84},{"source":20,"target":85},{"source":20,"target":86},{"source":20,"target":87},{"source":83,"target":88},{"source":83,"target":20},{"source":84,"target":89},{"source":84,"target":20},{"source":85,"target":90},{"source":85,"target":20},{"source":86,"target":91},{"source":86,"target":20},{"source":21,"target":92},{"source":21,"target":9},{"source":22,"target":93},{"source":22,"target":9},{"source":23,"target":94},{"source":23,"target":9},{"source":24,"target":95},{"source":24,"target":9},{"source":25,"target":96},{"source":25,"target":9},{"source":26,"target":97},{"source":26,"target":9},{"source":27,"target":98},{"source":27,"target":9},{"source":28,"target":99},{"source":28,"target":9},{"source":10,"target":3},{"source":10,"target":100},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"source":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":100,"target":127},{"source":100,"target":10},{"source":100,"target":128},{"source":100,"target":129},{"source":128,"target":130},{"source":128,"target":100},{"source":130,"target":131},{"source":130,"target":132},{"source":101,"target":133},{"source":101,"target":10},{"source":101,"target":134},{"source":101,"target":135},{"source":101,"target":136},{"source":134,"target":137},{"source":134,"target":101},{"source":135,"target":138},{"source":135,"target":101},{"source":138,"target":139},{"source":138,"target":140},{"source":102,"target":141},{"source":102,"target":10},{"source":102,"target":142},{"source":102,"target":143},{"source":102,"target":144},{"source":102,"target":145},{"source":142,"target":146},{"source":142,"target":102},{"source":143,"target":147},{"source":143,"target":102},{"source":144,"target":148},{"source":144,"target":102},{"source":103,"target":149},{"source":103,"target":10},{"source":103,"target":150},{"source":103,"target":151},{"source":103,"target":152},{"source":103,"target":153},{"source":150,"target":154},{"source":150,"target":103},{"source":151,"target":155},{"source":151,"target":103},{"source":152,"target":156},{"source":152,"target":103},{"source":104,"target":157},{"source":104,"target":10},{"source":104,"target":158},{"source":104,"target":159},{"source":104,"target":160},{"source":104,"target":161},{"source":158,"target":162},{"source":158,"target":104},{"source":159,"target":163},{"source":159,"target":104},{"source":160,"target":164},{"source":160,"target":104},{"source":105,"target":165},{"source":105,"target":10},{"source":105,"target":166},{"source":105,"target":167},{"source":105,"target":168},{"source":105,"target":169},{"source":166,"target":170},{"source":166,"target":105},{"source":167,"target":171},{"source":167,"target":105},{"source":168,"target":172},{"source":168,"target":105},{"source":106,"target":173},{"source":106,"target":10},{"source":106,"target":174},{"source":106,"target":175},{"source":174,"target":176},{"source":174,"target":106},{"source":107,"target":177},{"source":107,"target":10},{"source":107,"target":178},{"source":107,"target":179},{"source":178,"target":180},{"source":178,"target":107},{"source":108,"target":181},{"source":108,"target":10},{"source":108,"target":182},{"source":108,"target":183},{"source":182,"target":184},{"source":182,"target":108},{"source":109,"target":185},{"source":109,"target":10},{"source":109,"target":186},{"source":109,"target":187},{"source":109,"target":188},{"source":186,"target":189},{"source":186,"target":109},{"source":187,"target":190},{"source":187,"target":109},{"source":110,"target":191},{"source":110,"target":10},{"source":110,"target":192},{"source":110,"target":193},{"source":110,"target":194},{"source":192,"target":195},{"source":192,"target":110},{"source":193,"target":196},{"source":193,"target":110},{"source":111,"target":197},{"source":111,"target":10},{"source":111,"target":198},{"source":111,"target":199},{"source":111,"target":200},{"source":198,"target":201},{"source":198,"target":111},{"source":199,"target":202},{"source":199,"target":111},{"source":112,"target":203},{"source":112,"target":10},{"source":112,"target":204},{"source":112,"target":205},{"source":112,"target":206},{"source":204,"target":207},{"source":204,"target":112},{"source":205,"target":208},{"source":205,"target":112},{"source":113,"target":209},{"source":113,"target":10},{"source":114,"target":210},{"source":114,"target":10},{"source":115,"target":211},{"source":115,"target":10},{"source":116,"target":212},{"source":116,"target":10},{"source":117,"target":213},{"source":117,"target":10},{"source":118,"target":214},{"source":118,"target":10},{"source":119,"target":215},{"source":119,"target":10},{"source":120,"target":216},{"source":120,"target":10},{"source":121,"target":217},{"source":121,"target":10},{"source":122,"target":218},{"source":122,"target":10},{"source":123,"target":219},{"source":123,"target":10},{"source":124,"target":220},{"source":124,"target":10},{"source":125,"target":221},{"source":125,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ncx" nsURI="http://www.daisy.org/z3986/2005/ncx/" nsPrefix="ncx"> <eClassifiers xsi:type="ecore:EClass" name="Audio"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clipBegin" lowerBound="1" eType="#//SMILtimeVal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="clipBegin"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clipEnd" lowerBound="1" eType="#//SMILtimeVal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="clipEnd"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" lowerBound="1" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="src"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookStruct"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bookStruct_._type"/> </eAnnotations> <eLiterals name="PAGENUMBER" literal="PAGE_NUMBER"/> <eLiterals name="NOTE" value="1"/> <eLiterals name="NOTEREFERENCE" value="2" literal="NOTE_REFERENCE"/> <eLiterals name="ANNOTATION" value="3"/> <eLiterals name="LINENUMBER" value="4" literal="LINE_NUMBER"/> <eLiterals name="OPTIONALSIDEBAR" value="5" literal="OPTIONAL_SIDEBAR"/> <eLiterals name="OPTIONALPRODUCERNOTE" value="6" literal="OPTIONAL_PRODUCER_NOTE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BookStructObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bookStruct_._type:Object"/> <details key="baseType" value="bookStruct_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" lowerBound="1" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="src"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DefaultState"> <eLiterals name="true"/> <eLiterals name="false" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DefaultStateObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="defaultState_._type:Object"/> <details key="baseType" value="defaultState_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirType"> <eLiterals name="ltr"/> <eLiterals name="rtl" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DirTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"/> <eClassifiers xsi:type="ecore:EClass" name="DocAuthor"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" lowerBound="1" eType="#//Text" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="audio" eType="#//Audio" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="audio"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" eType="#//Img" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="img"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="#//DirType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dir"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocTitle"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" lowerBound="1" eType="#//Text" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="audio" eType="#//Audio" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="audio"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" eType="#//Img" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="img"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="#//DirType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dir"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Head"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groups" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="smilCustomTests" upperBound="-1" eType="#//SmilCustomTest" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="smilCustomTest"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metas" upperBound="-1" eType="#//Meta" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="meta"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Img"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" lowerBound="1" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="src"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Meta"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="content"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="scheme"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" eType="#//Text" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="audio" eType="#//Audio" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="audio"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" eType="#//Img" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="img"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="#//DirType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dir"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavLabel"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" eType="#//Text" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="audio" eType="#//Audio" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="audio"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" eType="#//Img" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="img"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="#//DirType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dir"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavList"> <eStructuralFeatures xsi:type="ecore:EReference" name="navInfos" upperBound="-1" eType="#//NavInfo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navInfo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navLabels" lowerBound="1" upperBound="-1" eType="#//NavLabel" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navLabel"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navTargets" lowerBound="1" upperBound="-1" eType="#//NavTarget" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navTarget"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavMap"> <eStructuralFeatures xsi:type="ecore:EReference" name="navInfos" upperBound="-1" eType="#//NavInfo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navInfo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navLabels" upperBound="-1" eType="#//NavLabel" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navLabel"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navPoints" lowerBound="1" upperBound="-1" eType="#//NavPoint" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navPoint"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="navLabels" lowerBound="1" upperBound="-1" eType="#//NavLabel" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="navLabel"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//Content" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="content"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navPoints" upperBound="-1" eType="#//NavPoint" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navPoint"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="playOrder" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="playOrder"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="navLabels" lowerBound="1" upperBound="-1" eType="#//NavLabel" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navLabel"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//Content" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="content"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="playOrder" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="playOrder"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ncx"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ncx"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="head" lowerBound="1" eType="#//Head" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="head"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="docTitle" lowerBound="1" eType="#//DocTitle" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="docTitle"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="docAuthors" upperBound="-1" eType="#//DocAuthor" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="docAuthor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navMap" lowerBound="1" eType="#//NavMap" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navMap"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pageList" eType="#//PageList" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="pageList"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navLists" upperBound="-1" eType="#//NavList" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navList"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="#//DirType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dir"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="2005-1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OverrideType"> <eLiterals name="visible"/> <eLiterals name="hidden" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="OverrideObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"/> <eClassifiers xsi:type="ecore:EClass" name="PageList"> <eStructuralFeatures xsi:type="ecore:EReference" name="navInfos" upperBound="-1" eType="#//NavInfo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navInfo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navLabels" upperBound="-1" eType="#//NavLabel" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="navLabel"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pageTargets" lowerBound="1" upperBound="-1" eType="#//PageTarget" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="pageTarget"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="navLabels" lowerBound="1" upperBound="-1" eType="#//NavLabel" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//Content" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="playOrder" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//Type" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmilCustomTest"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookStruct" eType="#//BookStruct" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultState" eType="#//DefaultState" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="override" eType="#//OverrideType" defaultValueLiteral="hidden" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SMILtimeVal" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SMILtimeVal"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="front"/> <eLiterals name="normal" value="1"/> <eLiterals name="special" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"/> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="URI"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="VersionObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="version_._type:Object"/> <details key="baseType" value="version_._type"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/maxandersen/org.eclipse.mylyn.docs/org.eclipse.mylyn.docs.epub.core/model/ncx.ecore
ecore
ncx Audio class clipBegin clipEnd id src BookStruct PAGENUMBER PAGE_NUMBER NOTE NOTE NOTEREFERENCE NOTE_REFERENCE ANNOTATION ANNOTATION LINENUMBER LINE_NUMBER OPTIONALSIDEBAR OPTIONAL_SIDEBAR OPTIONALPRODUCERNOTE OPTIONAL_PRODUCER_NOTE BookStructObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Content id src DefaultState true true false false DefaultStateObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DirType ltr ltr rtl rtl DirTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DocAuthor text audio img dir id lang DocTitle text audio img dir id lang Head groups smilCustomTests metas Img class id src Meta content name scheme NavInfo text audio img dir lang NavLabel text audio img dir lang NavList navInfos navLabels navTargets class id NavMap navInfos navLabels navPoints id NavPoint navLabels content navPoints class id playOrder NavTarget navLabels content class id playOrder value Ncx head docTitle docAuthors navMap pageList navLists dir lang version 2005-1 OverrideType visible visible hidden hidden OverrideObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator PageList navInfos navLabels pageTargets class id PageTarget navLabels content class id playOrder type value SmilCustomTest bookStruct defaultState false id override hidden SMILtimeVal java.lang.String java.lang.String Text mixed class id Type front front normal normal special special TypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator URI java.lang.String java.lang.String VersionObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator
null
{"directed":true,"nodes":[{"nsPrefix":"ncx","nsURI":"http://www.daisy.org/z3986/2005/ncx/","name":"ncx","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Audio","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookStruct","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"BookStructObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DefaultState","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DefaultStateObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DirTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocAuthor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocTitle","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Head","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Img","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavInfo","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavLabel","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavList","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavMap","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavPoint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavTarget","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ncx","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OverrideType","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"OverrideObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageList","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageTarget","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmilCustomTest","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SMILtimeVal","instanceClass":"java.lang.String","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"VersionObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":31,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clipBegin","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clipEnd","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"name":"PAGENUMBER","id":42,"value":0,"literal":"PAGE_NUMBER","eClass":"EEnumLiteral"},{"name":"NOTE","id":43,"value":1,"literal":"NOTE","eClass":"EEnumLiteral"},{"name":"NOTEREFERENCE","id":44,"value":2,"literal":"NOTE_REFERENCE","eClass":"EEnumLiteral"},{"name":"ANNOTATION","id":45,"value":3,"literal":"ANNOTATION","eClass":"EEnumLiteral"},{"name":"LINENUMBER","id":46,"value":4,"literal":"LINE_NUMBER","eClass":"EEnumLiteral"},{"name":"OPTIONALSIDEBAR","id":47,"value":5,"literal":"OPTIONAL_SIDEBAR","eClass":"EEnumLiteral"},{"name":"OPTIONALPRODUCERNOTE","id":48,"value":6,"literal":"OPTIONAL_PRODUCER_NOTE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"name":"true","id":53,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"false","id":54,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"name":"ltr","id":55,"value":0,"literal":"ltr","eClass":"EEnumLiteral"},{"name":"rtl","id":56,"value":1,"literal":"rtl","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":false,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audio","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audio","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"groups","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"smilCustomTests","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"metas","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":true},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audio","changeable":true,"resolveProxies":false,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":101,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audio","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navInfos","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navLabels","changeable":true,"resolveProxies":false,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navTargets","changeable":true,"resolveProxies":false,"lowerBound":1,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navInfos","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navLabels","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navPoints","changeable":true,"resolveProxies":false,"lowerBound":1,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navLabels","changeable":true,"resolveProxies":false,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":1,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navPoints","changeable":true,"resolveProxies":false,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"playOrder","changeable":true,"lowerBound":1,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navLabels","changeable":true,"resolveProxies":false,"lowerBound":1,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":1,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"playOrder","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":false,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docTitle","changeable":true,"resolveProxies":false,"lowerBound":1,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docAuthors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navMap","changeable":true,"resolveProxies":false,"lowerBound":1,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pageList","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navLists","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"2005-1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2005-1","unsettable":true,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"name":"visible","id":179,"value":0,"literal":"visible","eClass":"EEnumLiteral"},{"name":"hidden","id":180,"value":1,"literal":"hidden","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navInfos","changeable":true,"resolveProxies":false,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navLabels","changeable":true,"resolveProxies":false,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pageTargets","changeable":true,"resolveProxies":false,"lowerBound":1,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navLabels","changeable":true,"resolveProxies":false,"lowerBound":1,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":1,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"playOrder","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"bookStruct","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"defaultState","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":207,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"hidden","unsettable":true,"transient":false,"unique":true,"name":"override","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"name":"front","id":219,"value":0,"literal":"front","eClass":"EEnumLiteral"},{"name":"normal","id":220,"value":1,"literal":"normal","eClass":"EEnumLiteral"},{"name":"special","id":221,"value":2,"literal":"special","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":32,"target":37},{"source":32,"target":1},{"source":33,"target":26},{"source":33,"target":38},{"source":33,"target":1},{"source":38,"target":26},{"source":34,"target":26},{"source":34,"target":39},{"source":34,"target":1},{"source":39,"target":26},{"source":35,"target":40},{"source":35,"target":1},{"source":36,"target":30},{"source":36,"target":41},{"source":36,"target":1},{"source":41,"target":30},{"source":2,"target":0},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":42,"target":2},{"source":43,"target":2},{"source":44,"target":2},{"source":45,"target":2},{"source":46,"target":2},{"source":47,"target":2},{"source":48,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":49,"target":51},{"source":49,"target":4},{"source":50,"target":30},{"source":50,"target":52},{"source":50,"target":4},{"source":52,"target":30},{"source":5,"target":0},{"source":5,"target":53},{"source":5,"target":54},{"source":53,"target":5},{"source":54,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":55},{"source":7,"target":56},{"source":55,"target":7},{"source":56,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":57,"target":27},{"source":57,"target":63},{"source":57,"target":9},{"source":63,"target":27},{"source":58,"target":1},{"source":58,"target":64},{"source":58,"target":9},{"source":64,"target":1},{"source":59,"target":12},{"source":59,"target":65},{"source":59,"target":9},{"source":65,"target":12},{"source":60,"target":7},{"source":60,"target":66},{"source":60,"target":9},{"source":66,"target":7},{"source":61,"target":67},{"source":61,"target":9},{"source":62,"target":68},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":69,"target":27},{"source":69,"target":75},{"source":69,"target":10},{"source":75,"target":27},{"source":70,"target":1},{"source":70,"target":76},{"source":70,"target":10},{"source":76,"target":1},{"source":71,"target":12},{"source":71,"target":77},{"source":71,"target":10},{"source":77,"target":12},{"source":72,"target":7},{"source":72,"target":78},{"source":72,"target":10},{"source":78,"target":7},{"source":73,"target":79},{"source":73,"target":10},{"source":74,"target":80},{"source":74,"target":10},{"source":11,"target":0},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":81,"target":84},{"source":81,"target":11},{"source":82,"target":25},{"source":82,"target":85},{"source":82,"target":11},{"source":85,"target":25},{"source":83,"target":13},{"source":83,"target":86},{"source":83,"target":11},{"source":86,"target":13},{"source":12,"target":0},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":87,"target":90},{"source":87,"target":12},{"source":88,"target":91},{"source":88,"target":12},{"source":89,"target":30},{"source":89,"target":92},{"source":89,"target":12},{"source":92,"target":30},{"source":13,"target":0},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":93,"target":96},{"source":93,"target":13},{"source":94,"target":97},{"source":94,"target":13},{"source":95,"target":98},{"source":95,"target":13},{"source":14,"target":0},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":14,"target":103},{"source":99,"target":27},{"source":99,"target":104},{"source":99,"target":14},{"source":104,"target":27},{"source":100,"target":1},{"source":100,"target":105},{"source":100,"target":14},{"source":105,"target":1},{"source":101,"target":12},{"source":101,"target":106},{"source":101,"target":14},{"source":106,"target":12},{"source":102,"target":7},{"source":102,"target":107},{"source":102,"target":14},{"source":107,"target":7},{"source":103,"target":108},{"source":103,"target":14},{"source":15,"target":0},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":109,"target":27},{"source":109,"target":114},{"source":109,"target":15},{"source":114,"target":27},{"source":110,"target":1},{"source":110,"target":115},{"source":110,"target":15},{"source":115,"target":1},{"source":111,"target":12},{"source":111,"target":116},{"source":111,"target":15},{"source":116,"target":12},{"source":112,"target":7},{"source":112,"target":117},{"source":112,"target":15},{"source":117,"target":7},{"source":113,"target":118},{"source":113,"target":15},{"source":16,"target":0},{"source":16,"target":119},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":16,"target":123},{"source":119,"target":14},{"source":119,"target":124},{"source":119,"target":16},{"source":124,"target":14},{"source":120,"target":15},{"source":120,"target":125},{"source":120,"target":16},{"source":125,"target":15},{"source":121,"target":19},{"source":121,"target":126},{"source":121,"target":16},{"source":126,"target":19},{"source":122,"target":127},{"source":122,"target":16},{"source":123,"target":128},{"source":123,"target":16},{"source":17,"target":0},{"source":17,"target":129},{"source":17,"target":130},{"source":17,"target":131},{"source":17,"target":132},{"source":129,"target":14},{"source":129,"target":133},{"source":129,"target":17},{"source":133,"target":14},{"source":130,"target":15},{"source":130,"target":134},{"source":130,"target":17},{"source":134,"target":15},{"source":131,"target":18},{"source":131,"target":135},{"source":131,"target":17},{"source":135,"target":18},{"source":132,"target":136},{"source":132,"target":17},{"source":18,"target":0},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":137,"target":15},{"source":137,"target":143},{"source":137,"target":18},{"source":143,"target":15},{"source":138,"target":4},{"source":138,"target":144},{"source":138,"target":18},{"source":144,"target":4},{"source":139,"target":18},{"source":139,"target":145},{"source":139,"target":18},{"source":145,"target":18},{"source":140,"target":146},{"source":140,"target":18},{"source":141,"target":147},{"source":141,"target":18},{"source":142,"target":148},{"source":142,"target":18},{"source":19,"target":0},{"source":19,"target":149},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":19,"target":153},{"source":19,"target":154},{"source":149,"target":15},{"source":149,"target":155},{"source":149,"target":19},{"source":155,"target":15},{"source":150,"target":4},{"source":150,"target":156},{"source":150,"target":19},{"source":156,"target":4},{"source":151,"target":157},{"source":151,"target":19},{"source":152,"target":158},{"source":152,"target":19},{"source":153,"target":159},{"source":153,"target":19},{"source":154,"target":160},{"source":154,"target":19},{"source":20,"target":0},{"source":20,"target":161},{"source":20,"target":162},{"source":20,"target":163},{"source":20,"target":164},{"source":20,"target":165},{"source":20,"target":166},{"source":20,"target":167},{"source":20,"target":168},{"source":20,"target":169},{"source":161,"target":11},{"source":161,"target":170},{"source":161,"target":20},{"source":170,"target":11},{"source":162,"target":10},{"source":162,"target":171},{"source":162,"target":20},{"source":171,"target":10},{"source":163,"target":9},{"source":163,"target":172},{"source":163,"target":20},{"source":172,"target":9},{"source":164,"target":17},{"source":164,"target":173},{"source":164,"target":20},{"source":173,"target":17},{"source":165,"target":23},{"source":165,"target":174},{"source":165,"target":20},{"source":174,"target":23},{"source":166,"target":16},{"source":166,"target":175},{"source":166,"target":20},{"source":175,"target":16},{"source":167,"target":7},{"source":167,"target":176},{"source":167,"target":20},{"source":176,"target":7},{"source":168,"target":177},{"source":168,"target":20},{"source":169,"target":178},{"source":169,"target":20},{"source":21,"target":0},{"source":21,"target":179},{"source":21,"target":180},{"source":179,"target":21},{"source":180,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":181},{"source":23,"target":182},{"source":23,"target":183},{"source":23,"target":184},{"source":23,"target":185},{"source":181,"target":14},{"source":181,"target":186},{"source":181,"target":23},{"source":186,"target":14},{"source":182,"target":15},{"source":182,"target":187},{"source":182,"target":23},{"source":187,"target":15},{"source":183,"target":24},{"source":183,"target":188},{"source":183,"target":23},{"source":188,"target":24},{"source":184,"target":189},{"source":184,"target":23},{"source":185,"target":190},{"source":185,"target":23},{"source":24,"target":0},{"source":24,"target":191},{"source":24,"target":192},{"source":24,"target":193},{"source":24,"target":194},{"source":24,"target":195},{"source":24,"target":196},{"source":24,"target":197},{"source":191,"target":15},{"source":191,"target":198},{"source":191,"target":24},{"source":198,"target":15},{"source":192,"target":4},{"source":192,"target":199},{"source":192,"target":24},{"source":199,"target":4},{"source":193,"target":200},{"source":193,"target":24},{"source":194,"target":201},{"source":194,"target":24},{"source":195,"target":202},{"source":195,"target":24},{"source":196,"target":28},{"source":196,"target":203},{"source":196,"target":24},{"source":203,"target":28},{"source":197,"target":204},{"source":197,"target":24},{"source":25,"target":0},{"source":25,"target":205},{"source":25,"target":206},{"source":25,"target":207},{"source":25,"target":208},{"source":205,"target":2},{"source":205,"target":209},{"source":205,"target":25},{"source":209,"target":2},{"source":206,"target":5},{"source":206,"target":210},{"source":206,"target":25},{"source":210,"target":5},{"source":207,"target":211},{"source":207,"target":25},{"source":208,"target":21},{"source":208,"target":212},{"source":208,"target":25},{"source":212,"target":21},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":213},{"source":27,"target":214},{"source":27,"target":215},{"source":213,"target":216},{"source":213,"target":27},{"source":214,"target":217},{"source":214,"target":27},{"source":215,"target":218},{"source":215,"target":27},{"source":28,"target":0},{"source":28,"target":219},{"source":28,"target":220},{"source":28,"target":221},{"source":219,"target":28},{"source":220,"target":28},{"source":221,"target":28},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Engine" nsURI="Group2" nsPrefix="G2"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Workflow"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="numberOfOutgoingFromSplitPlusTheDifferencesBetweenNumberOfMergesAndSplitsEqualsNumberOfIngoingToMerge numberOfOutgoingFromSwitchAndIfElsePlusTheDifferencesBetweenNumberOfWaitForOneAndIfElseMinusSwitchesEqualsNumberOfIngoingToWaitForOne startExistsOnce endExistsOnce onlyOneTransitionAllowedToReferenceSameTask uniqeNamesForTasks"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="numberOfOutgoingFromSplitPlusTheDifferencesBetweenNumberOfMergesAndSplitsEqualsNumberOfIngoingToMerge" value="&#xA;&#x9;&#x9;&#x9;let numberOfSplits : Integer = self.nodes->select(t| t.oclIsKindOf(Split))->size(),&#xA;&#x9;&#x9;&#x9;numberOfMerges : Integer = self.nodes->select(t| t.oclIsKindOf(Merge))->size(),&#xA;&#x9;&#x9;&#x9;numberOfOutgoingSplits : Integer = self.nodes->select(t| t.oclIsKindOf(Split))->collect(s: Split | s.tasks->size())->sum(),&#xA;&#x9;&#x9;&#x9;numberOfIngoingMerge : Integer = self.nodes->select(t| t.oclIsKindOf(Merge))->collect(m: Merge | m.previousTasks->size())->sum() in&#xA;&#x9;&#x9;&#x9;&#x9;numberOfIngoingMerge = numberOfOutgoingSplits + numberOfMerges - numberOfSplits"/> <details key="numberOfOutgoingFromSwitchAndIfElsePlusTheDifferencesBetweenNumberOfWaitForOneAndIfElseMinusSwitchesEqualsNumberOfIngoingToWaitForOne" value="&#xA;&#x9;&#x9;&#x9;let numberOfIfElse : Integer = self.nodes->select(t| t.oclIsKindOf(IfElse))->size(),&#xA;&#x9;&#x9;&#x9;numberOfSwitch : Integer = self.nodes->select(t| t.oclIsKindOf(Switch))->size(),&#xA;&#x9;&#x9;&#x9;numberOfWaitForOne : Integer = self.nodes->select(t| t.oclIsKindOf(WaitForOne))->size(), &#xA;&#x9;&#x9;&#x9;numberOfOutgoingSwitch : Integer = self.nodes->select(t| t.oclIsKindOf(Switch))->collect(s: Switch | s.tasks->size())->sum(),&#xA;&#x9;&#x9;&#x9;numberOfOutgoingIfElse : Integer = self.nodes->select(t| t.oclIsKindOf(IfElse))->collect(s: IfElse | s.tasks->size())->sum(),&#xA;&#x9;&#x9;&#x9;numberOfIngoingWaitForOne : Integer = self.nodes->select(t| t.oclIsKindOf(WaitForOne))->collect(s: WaitForOne | s.previousTasks->size())->sum() in&#xA;&#x9;&#x9;&#x9;&#x9;numberOfIngoingWaitForOne = numberOfOutgoingSwitch + numberOfOutgoingIfElse + numberOfWaitForOne - numberOfIfElse - numberOfSwitch"/> <details key="startExistsOnce" value="&#xA;&#x9;&#x9;&#x9;self.nodes->select(n| n.oclIsKindOf(Task))->select(t: Task | t.start = true)->size() = 1"/> <details key="endExistsOnce" value="&#xA;&#x9;&#x9;&#x9;self.nodes->select(n| n.oclIsKindOf(Task))->select(t: Task | t.end = true)->size() = 1"/> <details key="onlyOneTransitionAllowedToReferenceSameTask" value="&#xA;&#x9;&#x9;&#x9;let allRefs : Bag = self.nodes->select(t| t.oclIsKindOf(Split))->collect(s: Split | s.tasks)->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(Merge))->collect(m: Merge | m.task))->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(Switch))->collect(s: Switch | s.tasks))->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(IfElse))->collect(i: IfElse | i.tasks))->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(WaitForOne))->collect(w: WaitForOne | w.task))->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(Simple))->collect(s: Simple | s.task)),&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;uniqueRef : Set = self.nodes->select(t| t.oclIsKindOf(Split))->collect(s: Split | s.tasks)->asSet()->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(Merge))->collect(m: Merge | m.task)->asSet())->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(Switch))->collect(s: Switch | s.tasks)->asSet())->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(IfElse))->collect(i: IfElse | i.tasks)->asSet())->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(WaitForOne))->collect(w: WaitForOne | w.task)->asSet())->&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;union(self.nodes->select(t| t.oclIsKindOf(Simple))->collect(s: Simple | s.task)->asSet())&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;in&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; uniqueRef->size() = allRefs->size()"/> <details key="uniqeNamesForTasks" value="&#xA;&#x9;&#x9;&#x9;self.nodes->select(t | t.oclIsKindOf(Task))->forAll(p1, p2 | p1 &lt;> p2 implies p1.name &lt;> p2.name)"/> </eAnnotations> <eOperations name="start"> <eParameters name="user" eType="#//User"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameMustBePresent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nameMustBePresent" value="&#xA;&#x9;&#x9;&#x9;self.name.oclIsUndefined() = false "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noOutReferencesForEnd noMoreThanOneOutReferenceForTasks"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noOutReferencesForEnd" value="&#xA;&#x9;&#x9;&#x9;if self.end = true then &#xA;&#x9;&#x9;&#x9;&#x9;self.transition->size() = 0&#xA;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;endif"/> <details key="noMoreThanOneOutReferenceForTasks" value="&#xA;&#x9;&#x9;&#x9;self.transition->size() &lt; 2"/> </eAnnotations> <eOperations name="doJob"/> <eOperations name="setReady"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//TaskState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permission" eType="#//Permission"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/previousTasks"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Result" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousTasks" upperBound="-1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" abstract="true" interface="true" eSuperTypes="#//Node"> <eOperations name="transit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousTasks" upperBound="-1" eType="#//Task" eOpposite="#//Task/transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="#//Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="splitMustHaveOneIncomingTask noOutReferencesToStart"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="splitMustHaveOneIncomingTask" value="&#xA;&#x9;&#x9;&#x9;self.previousTasks->size() = 1"/> <details key="noOutReferencesToStart" value="&#xA;&#x9;&#x9;&#x9;self.tasks->select(t | t.start = true)->size() = 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" lowerBound="2" upperBound="-1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Merge" eSuperTypes="#//Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mergeMustHaveMoreThanOneIncomingTask noOutReferencesToStart"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mergeMustHaveMoreThanOneIncomingTask" value="&#xA;&#x9;&#x9;&#x9;self.previousTasks->size() > 1"/> <details key="noOutReferencesToStart" value="&#xA;&#x9;&#x9;&#x9;self.task->select(t | t.start = true)->size() = 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="task" lowerBound="1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Simple" eSuperTypes="#//Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="simpleMustHaveOneIncomingTask noOutReferencesToStart"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="simpleMustHaveOneIncomingTask" value="&#xA;&#x9;&#x9;&#x9;self.previousTasks->size() = 1"/> <details key="noOutReferencesToStart" value="&#xA;&#x9;&#x9;&#x9;self.task->select(t | t.start = true)->size() = 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="task" lowerBound="1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfElse" eSuperTypes="#//Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ifElseMustHaveOneIncomingTask noOutReferencesToStart"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ifElseMustHaveOneIncomingTask" value="&#xA;&#x9;&#x9;&#x9;self.previousTasks->size() = 1"/> <details key="noOutReferencesToStart" value="&#xA;&#x9;&#x9;&#x9;self.tasks->select(t | t.start = true)->size() = 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" lowerBound="2" upperBound="2" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TaskState"> <eLiterals name="NOT_PROCESSED"/> <eLiterals name="PROCESSING" value="1"/> <eLiterals name="PROCESSED" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Switch" eSuperTypes="#//Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="switchMustHaveOneIncomingTask noOutReferencesToStart"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="switchMustHaveOneIncomingTask" value="&#xA;&#x9;&#x9;&#x9;self.previousTasks->size() = 1"/> <details key="noOutReferencesToStart" value="&#xA;&#x9;&#x9;&#x9;self.tasks->select(t | t.start = true)->size() = 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" lowerBound="3" upperBound="-1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaitForOne" eSuperTypes="#//Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="waitForOneMustHaveTwoIncomingTasks noOutReferencesToStart"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="waitForOneMustHaveTwoIncomingTasks" value="&#xA;&#x9;&#x9;&#x9;self.previousTasks->size() > 1"/> <details key="noOutReferencesToStart" value="&#xA;&#x9;&#x9;&#x9;self.task->select(t | t.start = true)->size() = 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="task" lowerBound="1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User"> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//UserGroup"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MainSystem"> <eOperations name="start"> <eParameters name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="workflowName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="workflows" upperBound="-1" eType="#//Workflow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//User" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userGroups" upperBound="-1" eType="#//UserGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permission"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ajgustafsson/mde/engine/model/engine.ecore
ecore
Engine Workflow start user nodes name Node name Task doJob setReady state end false start false permission transition description Result data previousTasks Transition transit previousTasks Split tasks Merge task Simple task IfElse tasks TaskState NOT_PROCESSED NOT_PROCESSED PROCESSING PROCESSING PROCESSED PROCESSED Switch tasks WaitForOne task User groups name MainSystem start userName workflowName workflows users userGroups permissions UserGroup permissions name Permission name
null
{"directed":true,"nodes":[{"nsPrefix":"G2","nsURI":"Group2","name":"Engine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workflow","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Merge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simple","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElse","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TaskState","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitForOne","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainSystem","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserGroup","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"doJob","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setReady","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permission","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Result","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"transit","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":2,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":2,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"NOT_PROCESSED","id":62,"value":0,"literal":"NOT_PROCESSED","eClass":"EEnumLiteral"},{"name":"PROCESSING","id":63,"value":1,"literal":"PROCESSING","eClass":"EEnumLiteral"},{"name":"PROCESSED","id":64,"value":2,"literal":"PROCESSED","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":3,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workflows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"userName","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"workflowName","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":1},{"source":16,"target":19},{"source":19,"target":12},{"source":19,"target":20},{"source":19,"target":16},{"source":20,"target":12},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":2},{"source":18,"target":22},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":23,"target":24},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":25,"target":3},{"source":26,"target":3},{"source":27,"target":9},{"source":27,"target":37},{"source":27,"target":3},{"source":37,"target":9},{"source":28,"target":38},{"source":28,"target":3},{"source":29,"target":39},{"source":29,"target":3},{"source":30,"target":15},{"source":30,"target":40},{"source":30,"target":3},{"source":40,"target":15},{"source":31,"target":4},{"source":31,"target":41},{"source":31,"target":3},{"source":31,"target":42},{"source":41,"target":4},{"source":32,"target":43},{"source":32,"target":3},{"source":33,"target":44},{"source":33,"target":3},{"source":34,"target":45},{"source":34,"target":3},{"source":35,"target":3},{"source":35,"target":46},{"source":35,"target":3},{"source":46,"target":3},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":47},{"source":4,"target":42},{"source":4,"target":48},{"source":47,"target":4},{"source":42,"target":3},{"source":42,"target":49},{"source":42,"target":4},{"source":42,"target":31},{"source":49,"target":3},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":3},{"source":50,"target":52},{"source":50,"target":5},{"source":52,"target":3},{"source":51,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":53},{"source":6,"target":54},{"source":53,"target":3},{"source":53,"target":55},{"source":53,"target":6},{"source":55,"target":3},{"source":54,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":56},{"source":7,"target":57},{"source":56,"target":3},{"source":56,"target":58},{"source":56,"target":7},{"source":58,"target":3},{"source":57,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":59},{"source":8,"target":60},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":8},{"source":61,"target":3},{"source":60,"target":4},{"source":9,"target":0},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":62,"target":9},{"source":63,"target":9},{"source":64,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":65},{"source":10,"target":66},{"source":65,"target":3},{"source":65,"target":67},{"source":65,"target":10},{"source":67,"target":3},{"source":66,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":68},{"source":11,"target":69},{"source":68,"target":3},{"source":68,"target":70},{"source":68,"target":11},{"source":70,"target":3},{"source":69,"target":4},{"source":12,"target":0},{"source":12,"target":71},{"source":12,"target":72},{"source":71,"target":14},{"source":71,"target":73},{"source":71,"target":12},{"source":73,"target":14},{"source":72,"target":74},{"source":72,"target":12},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":75,"target":13},{"source":75,"target":80},{"source":75,"target":81},{"source":80,"target":82},{"source":80,"target":75},{"source":81,"target":83},{"source":81,"target":75},{"source":76,"target":1},{"source":76,"target":84},{"source":76,"target":13},{"source":84,"target":1},{"source":77,"target":12},{"source":77,"target":85},{"source":77,"target":13},{"source":85,"target":12},{"source":78,"target":14},{"source":78,"target":86},{"source":78,"target":13},{"source":86,"target":14},{"source":79,"target":15},{"source":79,"target":87},{"source":79,"target":13},{"source":87,"target":15},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":15},{"source":88,"target":90},{"source":88,"target":14},{"source":90,"target":15},{"source":89,"target":91},{"source":89,"target":14},{"source":15,"target":0},{"source":15,"target":92},{"source":92,"target":93},{"source":92,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hadoopmodel" nsURI="http://www.sei.pku.edu.cn/rsa/hadoopmodel" nsPrefix="hadoopmodel"> <eClassifiers xsi:type="ecore:EClass" name="Cloud"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cloud_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cloud_owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cloud_description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="server" upperBound="-1" eType="#//Server" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="java" upperBound="-1" eType="#//Java" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jobtracker" upperBound="-1" eType="#//JobTracker" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasktracker" upperBound="-1" eType="#//TaskTracker" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hdfsnamenode" upperBound="-1" eType="#//HDFSNameNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hdfsdatanode" upperBound="-1" eType="#//HDFSDataNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hbasemaster" upperBound="-1" eType="#//HBaseMaster" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hbaseregionserver" upperBound="-1" eType="#//HBaseRegionServer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Server"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="vm"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server_status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server_adminpass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server_host" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server_vm_state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Java"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="java_jdk_version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="6"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="java_install_flavor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="oracle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="java_hostOn" eType="#//Server"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JobTracker"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jobtracker_data_dir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jobtracker_dependOn" lowerBound="1" eType="#//HDFSNameNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jobtracker_hostOn" eType="#//Server"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskTracker"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tasktracker_data_dir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasktracker_connectTo" lowerBound="1" eType="#//JobTracker"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasktracker_hostOn" eType="#//Server"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HDFSNameNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hdfsnamenode_data_dir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hdfsnamenode_hostOn" eType="#//Server"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HDFSDataNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hdfsdatanode_data_dir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hdfsdatanode_connectTo" lowerBound="1" eType="#//HDFSNameNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hdfsdatanode_hostOn" eType="#//Server"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HBaseMaster"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hbasemaster_rootdir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hbasemaster_dependOn" eType="#//HDFSNameNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hbasemaster_hostOn" eType="#//Server"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HBaseRegionServer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hbaseregionserver_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hbaseregionserver_connectTo" lowerBound="1" eType="#//HBaseMaster"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hbaseregionserver_hostOn" eType="#//Server"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/DylanYu/CAMan/Hadoop_ExtendHBase/OSModel/model/HadoopStack.ecore
ecore
hadoopmodel Cloud cloud_name cloud_owner cloud_description server java jobtracker tasktracker hdfsnamenode hdfsdatanode hbasemaster hbaseregionserver Server server_name vm server_id server_status server_adminpass server_host server_vm_state Java java_jdk_version 6 java_install_flavor oracle java_hostOn JobTracker jobtracker_data_dir jobtracker_dependOn jobtracker_hostOn TaskTracker tasktracker_data_dir tasktracker_connectTo tasktracker_hostOn HDFSNameNode hdfsnamenode_data_dir hdfsnamenode_hostOn HDFSDataNode hdfsdatanode_data_dir hdfsdatanode_connectTo hdfsdatanode_hostOn HBaseMaster hbasemaster_rootdir hbasemaster_dependOn hbasemaster_hostOn HBaseRegionServer hbaseregionserver_name hbaseregionserver_connectTo hbaseregionserver_hostOn
null
{"directed":true,"nodes":[{"nsPrefix":"hadoopmodel","nsURI":"http://www.sei.pku.edu.cn/rsa/hadoopmodel","name":"hadoopmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cloud","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Server","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JobTracker","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskTracker","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HDFSNameNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HDFSDataNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HBaseMaster","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HBaseRegionServer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"cloud_name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cloud_owner","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cloud_description","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"server","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"java","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jobtracker","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasktracker","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hdfsnamenode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hdfsdatanode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hbasemaster","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hbaseregionserver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"vm","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"vm","unsettable":false,"transient":false,"unique":true,"name":"server_name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server_id","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server_status","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server_adminpass","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server_host","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server_vm_state","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"6","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"6","unsettable":false,"transient":false,"unique":true,"name":"java_jdk_version","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"oracle","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"oracle","unsettable":false,"transient":false,"unique":true,"name":"java_install_flavor","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"java_hostOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jobtracker_data_dir","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"jobtracker_dependOn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"jobtracker_hostOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tasktracker_data_dir","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tasktracker_connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tasktracker_hostOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hdfsnamenode_data_dir","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hdfsnamenode_hostOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hdfsdatanode_data_dir","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hdfsdatanode_connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hdfsdatanode_hostOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hbasemaster_rootdir","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hbasemaster_dependOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hbasemaster_hostOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hbaseregionserver_name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hbaseregionserver_connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hbaseregionserver_hostOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":10,"target":21},{"source":10,"target":1},{"source":11,"target":22},{"source":11,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":24},{"source":13,"target":1},{"source":24,"target":2},{"source":14,"target":3},{"source":14,"target":25},{"source":14,"target":1},{"source":25,"target":3},{"source":15,"target":4},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":4},{"source":16,"target":5},{"source":16,"target":27},{"source":16,"target":1},{"source":27,"target":5},{"source":17,"target":6},{"source":17,"target":28},{"source":17,"target":1},{"source":28,"target":6},{"source":18,"target":7},{"source":18,"target":29},{"source":18,"target":1},{"source":29,"target":7},{"source":19,"target":8},{"source":19,"target":30},{"source":19,"target":1},{"source":30,"target":8},{"source":20,"target":9},{"source":20,"target":31},{"source":20,"target":1},{"source":31,"target":9},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":32,"target":38},{"source":32,"target":2},{"source":33,"target":39},{"source":33,"target":2},{"source":34,"target":40},{"source":34,"target":2},{"source":35,"target":41},{"source":35,"target":2},{"source":36,"target":42},{"source":36,"target":2},{"source":37,"target":43},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":44,"target":47},{"source":44,"target":3},{"source":45,"target":48},{"source":45,"target":3},{"source":46,"target":2},{"source":46,"target":49},{"source":46,"target":3},{"source":49,"target":2},{"source":4,"target":0},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":50,"target":53},{"source":50,"target":4},{"source":51,"target":6},{"source":51,"target":54},{"source":51,"target":4},{"source":54,"target":6},{"source":52,"target":2},{"source":52,"target":55},{"source":52,"target":4},{"source":55,"target":2},{"source":5,"target":0},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":56,"target":59},{"source":56,"target":5},{"source":57,"target":4},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":4},{"source":58,"target":2},{"source":58,"target":61},{"source":58,"target":5},{"source":61,"target":2},{"source":6,"target":0},{"source":6,"target":62},{"source":6,"target":63},{"source":62,"target":64},{"source":62,"target":6},{"source":63,"target":2},{"source":63,"target":65},{"source":63,"target":6},{"source":65,"target":2},{"source":7,"target":0},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":66,"target":69},{"source":66,"target":7},{"source":67,"target":6},{"source":67,"target":70},{"source":67,"target":7},{"source":70,"target":6},{"source":68,"target":2},{"source":68,"target":71},{"source":68,"target":7},{"source":71,"target":2},{"source":8,"target":0},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":72,"target":75},{"source":72,"target":8},{"source":73,"target":6},{"source":73,"target":76},{"source":73,"target":8},{"source":76,"target":6},{"source":74,"target":2},{"source":74,"target":77},{"source":74,"target":8},{"source":77,"target":2},{"source":9,"target":0},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":78,"target":81},{"source":78,"target":9},{"source":79,"target":8},{"source":79,"target":82},{"source":79,"target":9},{"source":82,"target":8},{"source":80,"target":2},{"source":80,"target":83},{"source":80,"target":9},{"source":83,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="WordpressGenericModel" nsURI="http:///com.somlab.WordpressGeneric" nsPrefix="WordpressGenericModel"> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostType" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_gmt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modified_gtm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sticky" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilities" upperBound="-1" eType="#//Capabilities"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Taxonomy" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taxonomy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meta" upperBound="-1" eType="#//MetaData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="first_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="last_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nickname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="registered_date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Roles"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilities" upperBound="-1" eType="#//Capabilities"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extra_capabilities" upperBound="-1" eType="#//Capabilities"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="avatar_url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meta" lowerBound="1" upperBound="-1" eType="#//MetaData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Media" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_gmt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modified_gtm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="permalink_temaplate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generated_slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment_status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ping_status" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meta" upperBound="-1" eType="#//MetaData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="post" eType="#//PostType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source_url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alt_text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="media_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mime_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reusable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Revision" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_gmt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modified_gtm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excerpt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author_email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author_ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author_url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author_user_agent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_gmt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="post" lowerBound="1" eType="#//PostType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author_avatar_url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meta" lowerBound="1" upperBound="-1" eType="#//MetaData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Roles" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role_code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilities" upperBound="-1" eType="#//Capabilities"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Capabilities" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capabilities_code" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/SOM-Research/CMS-Headless-Modeling/model/cmsGenericModelWordpress.ecore
ecore
WordpressGenericModel Entity guid PostType id date date_gmt modified modified_gtm status sticky link slug password type content template capabilities Taxonomy id count description link name slug taxonomy meta User id username name first_name last_name email description link locale nickname slug registered_date roles password capabilities extra_capabilities avatar_url meta Media date date_gmt id link modified modified_gtm status type permalink_temaplate generated_slug title author comment_status ping_status template meta post source_url description slug caption alt_text media_type mime_type Block id reusable Revision author id date date_gmt parent modified modified_gtm slug title content excerpt Comment id author author_email author_ip author_name author_url author_user_agent content date date_gmt link parent post status type author_avatar_url meta Roles label role_code capabilities Capabilities capabilities_code MetaData key value
null
{"directed":true,"nodes":[{"nsPrefix":"WordpressGenericModel","nsURI":"http:///com.somlab.WordpressGeneric","name":"WordpressGenericModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxonomy","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Revision","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roles","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capabilities","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaData","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guid","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date_gmt","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modified","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modified_gtm","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sticky","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slug","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"capabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slug","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taxonomy","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"first_name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"last_name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locale","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nickname","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slug","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"registered_date","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"capabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extra_capabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"avatar_url","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meta","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date_gmt","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modified","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modified_gtm","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"permalink_temaplate","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generated_slug","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment_status","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ping_status","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"post","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source_url","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slug","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caption","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alt_text","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"media_type","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mime_type","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reusable","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date_gmt","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modified","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modified_gtm","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slug","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excerpt","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author_email","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author_ip","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author_name","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author_url","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author_user_agent","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date_gmt","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"post","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author_avatar_url","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meta","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role_code","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"capabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capabilities_code","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":13},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":14,"target":29},{"source":14,"target":2},{"source":15,"target":30},{"source":15,"target":2},{"source":16,"target":31},{"source":16,"target":2},{"source":17,"target":32},{"source":17,"target":2},{"source":18,"target":33},{"source":18,"target":2},{"source":19,"target":34},{"source":19,"target":2},{"source":20,"target":35},{"source":20,"target":2},{"source":21,"target":36},{"source":21,"target":2},{"source":22,"target":37},{"source":22,"target":2},{"source":23,"target":38},{"source":23,"target":2},{"source":24,"target":39},{"source":24,"target":2},{"source":25,"target":40},{"source":25,"target":2},{"source":26,"target":41},{"source":26,"target":2},{"source":27,"target":10},{"source":27,"target":42},{"source":27,"target":2},{"source":42,"target":10},{"source":28,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":43,"target":52},{"source":43,"target":3},{"source":44,"target":53},{"source":44,"target":3},{"source":45,"target":54},{"source":45,"target":3},{"source":46,"target":55},{"source":46,"target":3},{"source":47,"target":56},{"source":47,"target":3},{"source":48,"target":57},{"source":48,"target":3},{"source":49,"target":58},{"source":49,"target":3},{"source":50,"target":11},{"source":50,"target":59},{"source":50,"target":3},{"source":59,"target":11},{"source":51,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":60,"target":79},{"source":60,"target":4},{"source":61,"target":80},{"source":61,"target":4},{"source":62,"target":81},{"source":62,"target":4},{"source":63,"target":82},{"source":63,"target":4},{"source":64,"target":83},{"source":64,"target":4},{"source":65,"target":84},{"source":65,"target":4},{"source":66,"target":85},{"source":66,"target":4},{"source":67,"target":86},{"source":67,"target":4},{"source":68,"target":87},{"source":68,"target":4},{"source":69,"target":88},{"source":69,"target":4},{"source":70,"target":89},{"source":70,"target":4},{"source":71,"target":90},{"source":71,"target":4},{"source":72,"target":9},{"source":72,"target":91},{"source":72,"target":4},{"source":91,"target":9},{"source":73,"target":92},{"source":73,"target":4},{"source":74,"target":10},{"source":74,"target":93},{"source":74,"target":4},{"source":93,"target":10},{"source":75,"target":10},{"source":75,"target":94},{"source":75,"target":4},{"source":94,"target":10},{"source":76,"target":95},{"source":76,"target":4},{"source":77,"target":11},{"source":77,"target":96},{"source":77,"target":4},{"source":96,"target":11},{"source":78,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":5,"target":116},{"source":5,"target":117},{"source":5,"target":118},{"source":5,"target":119},{"source":5,"target":120},{"source":5,"target":121},{"source":97,"target":122},{"source":97,"target":5},{"source":98,"target":123},{"source":98,"target":5},{"source":99,"target":124},{"source":99,"target":5},{"source":100,"target":125},{"source":100,"target":5},{"source":101,"target":126},{"source":101,"target":5},{"source":102,"target":127},{"source":102,"target":5},{"source":103,"target":128},{"source":103,"target":5},{"source":104,"target":129},{"source":104,"target":5},{"source":105,"target":130},{"source":105,"target":5},{"source":106,"target":131},{"source":106,"target":5},{"source":107,"target":132},{"source":107,"target":5},{"source":108,"target":4},{"source":108,"target":133},{"source":108,"target":5},{"source":133,"target":4},{"source":109,"target":134},{"source":109,"target":5},{"source":110,"target":135},{"source":110,"target":5},{"source":111,"target":136},{"source":111,"target":5},{"source":112,"target":11},{"source":112,"target":137},{"source":112,"target":5},{"source":137,"target":11},{"source":113,"target":2},{"source":113,"target":138},{"source":113,"target":5},{"source":138,"target":2},{"source":114,"target":139},{"source":114,"target":5},{"source":115,"target":140},{"source":115,"target":5},{"source":116,"target":141},{"source":116,"target":5},{"source":117,"target":142},{"source":117,"target":5},{"source":118,"target":143},{"source":118,"target":5},{"source":119,"target":144},{"source":119,"target":5},{"source":120,"target":145},{"source":120,"target":5},{"source":121,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":146,"target":149},{"source":146,"target":6},{"source":147,"target":150},{"source":147,"target":6},{"source":148,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":151},{"source":7,"target":152},{"source":7,"target":153},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":156},{"source":7,"target":157},{"source":7,"target":158},{"source":7,"target":159},{"source":7,"target":160},{"source":7,"target":161},{"source":7,"target":162},{"source":151,"target":4},{"source":151,"target":163},{"source":151,"target":7},{"source":163,"target":4},{"source":152,"target":164},{"source":152,"target":7},{"source":153,"target":165},{"source":153,"target":7},{"source":154,"target":166},{"source":154,"target":7},{"source":155,"target":167},{"source":155,"target":7},{"source":156,"target":168},{"source":156,"target":7},{"source":157,"target":169},{"source":157,"target":7},{"source":158,"target":170},{"source":158,"target":7},{"source":159,"target":171},{"source":159,"target":7},{"source":160,"target":172},{"source":160,"target":7},{"source":161,"target":173},{"source":161,"target":7},{"source":162,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":174},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":8,"target":181},{"source":8,"target":182},{"source":8,"target":183},{"source":8,"target":184},{"source":8,"target":185},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":8,"target":189},{"source":8,"target":190},{"source":8,"target":191},{"source":174,"target":192},{"source":174,"target":8},{"source":175,"target":4},{"source":175,"target":193},{"source":175,"target":8},{"source":193,"target":4},{"source":176,"target":194},{"source":176,"target":8},{"source":177,"target":195},{"source":177,"target":8},{"source":178,"target":196},{"source":178,"target":8},{"source":179,"target":197},{"source":179,"target":8},{"source":180,"target":198},{"source":180,"target":8},{"source":181,"target":199},{"source":181,"target":8},{"source":182,"target":200},{"source":182,"target":8},{"source":183,"target":201},{"source":183,"target":8},{"source":184,"target":202},{"source":184,"target":8},{"source":185,"target":8},{"source":185,"target":203},{"source":185,"target":8},{"source":203,"target":8},{"source":186,"target":2},{"source":186,"target":204},{"source":186,"target":8},{"source":204,"target":2},{"source":187,"target":205},{"source":187,"target":8},{"source":188,"target":206},{"source":188,"target":8},{"source":189,"target":207},{"source":189,"target":8},{"source":190,"target":11},{"source":190,"target":208},{"source":190,"target":8},{"source":208,"target":11},{"source":191,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":209},{"source":9,"target":210},{"source":9,"target":211},{"source":9,"target":212},{"source":209,"target":213},{"source":209,"target":9},{"source":210,"target":214},{"source":210,"target":9},{"source":211,"target":10},{"source":211,"target":215},{"source":211,"target":9},{"source":215,"target":10},{"source":212,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":216},{"source":10,"target":217},{"source":216,"target":218},{"source":216,"target":10},{"source":217,"target":1},{"source":11,"target":0},{"source":11,"target":219},{"source":11,"target":220},{"source":219,"target":221},{"source":219,"target":11},{"source":220,"target":222},{"source":220,"target":11}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="serviceDefinition" nsURI="http://www.eclipse.org/smartmdsd/service/serviceDefinition" nsPrefix="serviceDefinition"> <eClassifiers xsi:type="ecore:EClass" name="ServiceDefModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//CommRepoImport" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//ServiceDefRepository" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceDefRepository" eSuperTypes="../../org.eclipse.smartmdsd.ecore.base.documentation/model/documentation.ecore#//AbstractDocumentationElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//ServiceRepoVersion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//AbstractServiceDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractServiceDefinition" abstract="true" eSuperTypes="../../org.eclipse.smartmdsd.ecore.base.documentation/model/documentation.ecore#//AbstractDocumentationElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//ServiceProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommRepoImport"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceRepoVersion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="major" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationServiceDefinition" abstract="true" eSuperTypes="#//AbstractServiceDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="CoordinationServiceDefinition" eSuperTypes="#//AbstractServiceDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="statePattern" lowerBound="1" eType="ecore:EClass ../../org.eclipse.smartmdsd.ecore.service.coordinationPattern/model/coordinationPattern.ecore#//StatePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterPattern" lowerBound="1" eType="ecore:EClass ../../org.eclipse.smartmdsd.ecore.service.coordinationPattern/model/coordinationPattern.ecore#//ParameterPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wiringPattern" eType="ecore:EClass ../../org.eclipse.smartmdsd.ecore.service.coordinationPattern/model/coordinationPattern.ecore#//DynamicWiringPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="monitoringPattern" eType="ecore:EClass ../../org.eclipse.smartmdsd.ecore.service.coordinationPattern/model/coordinationPattern.ecore#//MonitoringPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//CommunicationServiceUsage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkingServiceDefinition" eSuperTypes="#//OneWayCommunicationService"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="ecore:EClass ../../org.eclipse.smartmdsd.ecore.service.communicationPattern/model/communicationPattern.ecore#//ForkingPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequestAnswerServiceDefinition" eSuperTypes="#//TwoWayCommunicationService"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="ecore:EClass ../../org.eclipse.smartmdsd.ecore.service.communicationPattern/model/communicationPattern.ecore#//RequestAnswerPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OneWayCommunicationService" abstract="true" eSuperTypes="#//CommunicationServiceDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="TwoWayCommunicationService" abstract="true" eSuperTypes="#//CommunicationServiceDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationServiceUsage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" lowerBound="1" eType="#//CommunicationServiceDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoiningServiceDefinition" eSuperTypes="#//OneWayCommunicationService"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="ecore:EClass ../../org.eclipse.smartmdsd.ecore.service.communicationPattern/model/communicationPattern.ecore#//JoiningPattern" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/smartmdsd/org.eclipse.smartmdsd.parent/ecore.metamodels/service.metamodels/org.eclipse.smartmdsd.ecore.service.serviceDefinition/model/serviceDefinition.ecore
ecore
serviceDefinition ServiceDefModel imports repository ServiceDefRepository name version services AbstractServiceDefinition name properties CommRepoImport importedNamespace ServiceRepoVersion major minor patch ServiceProperty name CommunicationServiceDefinition CoordinationServiceDefinition statePattern parameterPattern wiringPattern monitoringPattern services ForkingServiceDefinition pattern RequestAnswerServiceDefinition pattern OneWayCommunicationService TwoWayCommunicationService CommunicationServiceUsage name uses JoiningServiceDefinition pattern
null
{"directed":true,"nodes":[{"nsPrefix":"serviceDefinition","nsURI":"http://www.eclipse.org/smartmdsd/service/serviceDefinition","name":"serviceDefinition","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDefModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDefRepository","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractServiceDefinition","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommRepoImport","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceRepoVersion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProperty","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationServiceDefinition","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoordinationServiceDefinition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkingServiceDefinition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestAnswerServiceDefinition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneWayCommunicationService","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TwoWayCommunicationService","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationServiceUsage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoiningServiceDefinition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"major","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minor","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"patch","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statePattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wiringPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"monitoringPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":4},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":4},{"source":16,"target":2},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":2},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":5},{"source":20,"target":24},{"source":20,"target":2},{"source":24,"target":5},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":3},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":26,"target":29},{"source":26,"target":3},{"source":27,"target":6},{"source":27,"target":30},{"source":27,"target":3},{"source":30,"target":6},{"source":4,"target":0},{"source":4,"target":31},{"source":31,"target":32},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":33,"target":36},{"source":33,"target":5},{"source":34,"target":37},{"source":34,"target":5},{"source":35,"target":38},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":39},{"source":39,"target":40},{"source":39,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":41},{"source":41,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":42,"target":48},{"source":42,"target":8},{"source":43,"target":49},{"source":43,"target":8},{"source":44,"target":50},{"source":44,"target":8},{"source":45,"target":51},{"source":45,"target":8},{"source":46,"target":13},{"source":46,"target":52},{"source":46,"target":8},{"source":52,"target":13},{"source":47,"target":3},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":55},{"source":53,"target":9},{"source":54,"target":11},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":56},{"source":10,"target":57},{"source":56,"target":58},{"source":56,"target":10},{"source":57,"target":12},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":59},{"source":59,"target":7},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":60},{"source":60,"target":7},{"source":13,"target":0},{"source":13,"target":61},{"source":13,"target":62},{"source":61,"target":63},{"source":61,"target":13},{"source":62,"target":7},{"source":62,"target":64},{"source":62,"target":13},{"source":64,"target":7},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":65},{"source":14,"target":66},{"source":65,"target":67},{"source":65,"target":14},{"source":66,"target":11}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="agree" nsURI="http://www.rockwellcollins.com/atc/agree/Agree" nsPrefix="agree"> <eClassifiers xsi:type="ecore:EClass" name="AgreeLibrary" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//AnnexLibrary"/> <eClassifiers xsi:type="ecore:EClass" name="AgreeSubclause" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//AnnexSubclause"/> <eClassifiers xsi:type="ecore:EClass" name="Contract" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="SpecStatement" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="SynchStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sim" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="comps" unique="false" upperBound="-1" eType="ecore:EClass platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallDef" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyStatement" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement #//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstStatement" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement #//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqStatement" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//Element #//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" upperBound="-1" eType="#//Arg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FnDefExpr" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement #//SpecStatement #//CallDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeDefExpr" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement #//SpecStatement #//CallDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rets" upperBound="-1" eType="#//Arg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeBody" eType="#//NodeBodyExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeBodyExpr" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="locs" upperBound="-1" eType="#//Arg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1" eType="#//NodeStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeStmt" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arg" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="RecordDefExpr" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement #//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expr" eSuperTypes="platform:/resource/org.osate.aadl2/model/aadl2.ecore#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ComplexExpr" eSuperTypes="#//Expr"/> <eClassifiers xsi:type="ecore:EClass" name="NestedDotID" eSuperTypes="#//ComplexExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="ecore:EClass platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" eType="#//NestedDotID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AgreeContractLibrary" eSuperTypes="#//AgreeLibrary"> <eStructuralFeatures xsi:type="ecore:EReference" name="contract" eType="#//Contract" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AgreeContractSubclause" eSuperTypes="#//AgreeSubclause"> <eStructuralFeatures xsi:type="ecore:EReference" name="contract" eType="#//Contract" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AgreeContract" eSuperTypes="#//Contract"> <eStructuralFeatures xsi:type="ecore:EReference" name="specs" upperBound="-1" eType="#//SpecStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssumeStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuaranteeStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LemmaStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiftStatement" eSuperTypes="#//SpecStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subcomp" eType="#//NestedDotID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalenStatement" eSuperTypes="#//SynchStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="els" unique="false" upperBound="-1" eType="ecore:EClass platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeEq" eSuperTypes="#//NodeStmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" unique="false" upperBound="-1" eType="#//Arg"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeLemma" eSuperTypes="#//NodeStmt"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="record" eType="#//NestedDotID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenElseExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrevExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetPropertyExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prop" eType="ecore:EClass platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordUpdateExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="record" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" unique="false" upperBound="-1" eType="ecore:EClass platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argExpr" upperBound="-1" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntLitExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//NestedDotID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLitExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolLitExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="ecore:EClass platform:/resource/org.osate.aadl2/model/aadl2.ecore#//BooleanLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpr" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="subThis" eType="#//NestedDotID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloorCast" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealCast" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FnCallExpr" eSuperTypes="#//ComplexExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="fn" eType="#//NestedDotID" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordExpr" eSuperTypes="#//ComplexExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="record" eType="#//NestedDotID" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" unique="false" upperBound="-1" eType="ecore:EClass platform:/resource/org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argExpr" upperBound="-1" eType="#//Expr" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/juli1/smaccm-improvements/fm-workbench/agree/com.rockwellcollins.atc.agree/src-gen/com/rockwellcollins/atc/agree/Agree.ecore
ecore
agree AgreeLibrary AgreeSubclause Contract SpecStatement SynchStatement val sim OrderStatement comps CallDef PropertyStatement expr ConstStatement type expr EqStatement lhs expr FnDefExpr args type expr NodeDefExpr args rets nodeBody NodeBodyExpr locs stmts NodeStmt expr Arg type Type RecordDefExpr args Expr ComplexExpr NestedDotID base tag sub AgreeContractLibrary contract AgreeContractSubclause contract AgreeContract specs AssumeStatement str expr GuaranteeStatement str expr AssertStatement expr InitialStatement expr ParamStatement expr type LemmaStatement str expr LiftStatement subcomp CalenStatement els NodeEq lhs NodeLemma str PrimType string RecordType record BinaryExpr left op right UnaryExpr op expr IfThenElseExpr a b c PrevExpr delay init GetPropertyExpr component prop RecordUpdateExpr record args argExpr IntLitExpr val PreExpr expr EventExpr id RealLitExpr val BoolLitExpr val ThisExpr subThis FloorCast expr RealCast expr FnCallExpr fn args RecordExpr record args argExpr
null
{"directed":true,"nodes":[{"nsPrefix":"agree","nsURI":"http://www.rockwellcollins.com/atc/agree/Agree","name":"agree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AgreeLibrary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AgreeSubclause","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contract","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallDef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqStatement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FnDefExpr","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeDefExpr","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeBodyExpr","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeStmt","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arg","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordDefExpr","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexExpr","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedDotID","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AgreeContractLibrary","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AgreeContractSubclause","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AgreeContract","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssumeStatement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuaranteeStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialStatement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamStatement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LemmaStatement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiftStatement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalenStatement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeEq","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeLemma","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpr","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpr","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElseExpr","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrevExpr","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetPropertyExpr","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordUpdateExpr","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLitExpr","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreExpr","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventExpr","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLitExpr","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLitExpr","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpr","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloorCast","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealCast","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FnCallExpr","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordExpr","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sim","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"comps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sub","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contract","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contract","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subcomp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"els","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"record","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"record","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subThis","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"record","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":1,"target":0},{"source":1,"target":52},{"source":2,"target":0},{"source":2,"target":53},{"source":3,"target":0},{"source":3,"target":54},{"source":4,"target":0},{"source":4,"target":55},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":56,"target":59},{"source":56,"target":5},{"source":57,"target":60},{"source":57,"target":5},{"source":58,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":61},{"source":6,"target":62},{"source":61,"target":63},{"source":61,"target":6},{"source":62,"target":4},{"source":7,"target":0},{"source":7,"target":64},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":65,"target":18},{"source":65,"target":68},{"source":65,"target":8},{"source":68,"target":18},{"source":67,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":69,"target":16},{"source":69,"target":73},{"source":69,"target":9},{"source":73,"target":16},{"source":70,"target":18},{"source":70,"target":74},{"source":70,"target":9},{"source":74,"target":18},{"source":72,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":75,"target":15},{"source":75,"target":79},{"source":75,"target":10},{"source":79,"target":15},{"source":76,"target":18},{"source":76,"target":80},{"source":76,"target":10},{"source":80,"target":18},{"source":78,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":7},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":11,"target":84},{"source":11,"target":85},{"source":11,"target":86},{"source":81,"target":15},{"source":81,"target":87},{"source":81,"target":11},{"source":87,"target":15},{"source":82,"target":16},{"source":82,"target":88},{"source":82,"target":11},{"source":88,"target":16},{"source":83,"target":18},{"source":83,"target":89},{"source":83,"target":11},{"source":89,"target":18},{"source":85,"target":4},{"source":86,"target":7},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":7},{"source":12,"target":90},{"source":12,"target":91},{"source":12,"target":92},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":90,"target":15},{"source":90,"target":96},{"source":90,"target":12},{"source":96,"target":15},{"source":91,"target":15},{"source":91,"target":97},{"source":91,"target":12},{"source":97,"target":15},{"source":92,"target":13},{"source":92,"target":98},{"source":92,"target":12},{"source":98,"target":13},{"source":94,"target":4},{"source":95,"target":7},{"source":13,"target":0},{"source":13,"target":99},{"source":13,"target":100},{"source":13,"target":101},{"source":99,"target":15},{"source":99,"target":102},{"source":99,"target":13},{"source":102,"target":15},{"source":100,"target":14},{"source":100,"target":103},{"source":100,"target":13},{"source":103,"target":14},{"source":14,"target":0},{"source":14,"target":104},{"source":14,"target":105},{"source":104,"target":18},{"source":104,"target":106},{"source":104,"target":14},{"source":106,"target":18},{"source":15,"target":0},{"source":15,"target":107},{"source":15,"target":108},{"source":107,"target":16},{"source":107,"target":109},{"source":107,"target":15},{"source":109,"target":16},{"source":16,"target":0},{"source":16,"target":110},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":111},{"source":17,"target":112},{"source":17,"target":113},{"source":111,"target":15},{"source":111,"target":114},{"source":111,"target":17},{"source":114,"target":15},{"source":113,"target":4},{"source":18,"target":0},{"source":18,"target":115},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":116},{"source":116,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":117},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":117,"target":121},{"source":117,"target":20},{"source":118,"target":122},{"source":118,"target":20},{"source":119,"target":20},{"source":119,"target":123},{"source":119,"target":20},{"source":123,"target":20},{"source":120,"target":19},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":124},{"source":21,"target":125},{"source":124,"target":3},{"source":124,"target":126},{"source":124,"target":21},{"source":126,"target":3},{"source":125,"target":1},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":127},{"source":22,"target":128},{"source":127,"target":3},{"source":127,"target":129},{"source":127,"target":22},{"source":129,"target":3},{"source":128,"target":2},{"source":23,"target":0},{"source":23,"target":3},{"source":23,"target":130},{"source":23,"target":131},{"source":130,"target":4},{"source":130,"target":132},{"source":130,"target":23},{"source":132,"target":4},{"source":131,"target":3},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":133},{"source":24,"target":134},{"source":24,"target":135},{"source":133,"target":136},{"source":133,"target":24},{"source":134,"target":18},{"source":134,"target":137},{"source":134,"target":24},{"source":137,"target":18},{"source":135,"target":4},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":138},{"source":25,"target":139},{"source":25,"target":140},{"source":138,"target":141},{"source":138,"target":25},{"source":139,"target":18},{"source":139,"target":142},{"source":139,"target":25},{"source":142,"target":18},{"source":140,"target":4},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":143},{"source":26,"target":144},{"source":143,"target":18},{"source":143,"target":145},{"source":143,"target":26},{"source":145,"target":18},{"source":144,"target":4},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":146},{"source":27,"target":147},{"source":146,"target":18},{"source":146,"target":148},{"source":146,"target":27},{"source":148,"target":18},{"source":147,"target":4},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":149},{"source":28,"target":150},{"source":28,"target":151},{"source":149,"target":18},{"source":149,"target":152},{"source":149,"target":28},{"source":152,"target":18},{"source":150,"target":16},{"source":150,"target":153},{"source":150,"target":28},{"source":153,"target":16},{"source":151,"target":4},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":154},{"source":29,"target":155},{"source":29,"target":156},{"source":154,"target":157},{"source":154,"target":29},{"source":155,"target":18},{"source":155,"target":158},{"source":155,"target":29},{"source":158,"target":18},{"source":156,"target":4},{"source":30,"target":0},{"source":30,"target":4},{"source":30,"target":159},{"source":30,"target":160},{"source":159,"target":20},{"source":159,"target":161},{"source":159,"target":30},{"source":161,"target":20},{"source":160,"target":4},{"source":31,"target":0},{"source":31,"target":5},{"source":31,"target":162},{"source":31,"target":163},{"source":162,"target":164},{"source":162,"target":31},{"source":163,"target":5},{"source":32,"target":0},{"source":32,"target":14},{"source":32,"target":165},{"source":32,"target":166},{"source":165,"target":15},{"source":165,"target":167},{"source":165,"target":32},{"source":167,"target":15},{"source":166,"target":14},{"source":33,"target":0},{"source":33,"target":14},{"source":33,"target":168},{"source":33,"target":169},{"source":168,"target":170},{"source":168,"target":33},{"source":169,"target":14},{"source":34,"target":0},{"source":34,"target":16},{"source":34,"target":171},{"source":34,"target":172},{"source":171,"target":173},{"source":171,"target":34},{"source":172,"target":16},{"source":35,"target":0},{"source":35,"target":16},{"source":35,"target":174},{"source":35,"target":175},{"source":174,"target":20},{"source":174,"target":176},{"source":174,"target":35},{"source":176,"target":20},{"source":175,"target":16},{"source":36,"target":0},{"source":36,"target":18},{"source":36,"target":177},{"source":36,"target":178},{"source":36,"target":179},{"source":36,"target":180},{"source":177,"target":18},{"source":177,"target":181},{"source":177,"target":36},{"source":181,"target":18},{"source":178,"target":182},{"source":178,"target":36},{"source":179,"target":18},{"source":179,"target":183},{"source":179,"target":36},{"source":183,"target":18},{"source":180,"target":18},{"source":37,"target":0},{"source":37,"target":18},{"source":37,"target":184},{"source":37,"target":185},{"source":37,"target":186},{"source":184,"target":187},{"source":184,"target":37},{"source":185,"target":18},{"source":185,"target":188},{"source":185,"target":37},{"source":188,"target":18},{"source":186,"target":18},{"source":38,"target":0},{"source":38,"target":18},{"source":38,"target":189},{"source":38,"target":190},{"source":38,"target":191},{"source":38,"target":192},{"source":189,"target":18},{"source":189,"target":193},{"source":189,"target":38},{"source":193,"target":18},{"source":190,"target":18},{"source":190,"target":194},{"source":190,"target":38},{"source":194,"target":18},{"source":191,"target":18},{"source":191,"target":195},{"source":191,"target":38},{"source":195,"target":18},{"source":192,"target":18},{"source":39,"target":0},{"source":39,"target":18},{"source":39,"target":196},{"source":39,"target":197},{"source":39,"target":198},{"source":196,"target":18},{"source":196,"target":199},{"source":196,"target":39},{"source":199,"target":18},{"source":197,"target":18},{"source":197,"target":200},{"source":197,"target":39},{"source":200,"target":18},{"source":198,"target":18},{"source":40,"target":0},{"source":40,"target":18},{"source":40,"target":201},{"source":40,"target":202},{"source":40,"target":203},{"source":201,"target":18},{"source":201,"target":204},{"source":201,"target":40},{"source":204,"target":18},{"source":202,"target":205},{"source":202,"target":40},{"source":203,"target":18},{"source":41,"target":0},{"source":41,"target":18},{"source":41,"target":206},{"source":41,"target":207},{"source":41,"target":208},{"source":41,"target":209},{"source":206,"target":18},{"source":206,"target":210},{"source":206,"target":41},{"source":210,"target":18},{"source":207,"target":211},{"source":207,"target":41},{"source":208,"target":18},{"source":208,"target":212},{"source":208,"target":41},{"source":212,"target":18},{"source":209,"target":18},{"source":42,"target":0},{"source":42,"target":18},{"source":42,"target":213},{"source":42,"target":214},{"source":213,"target":215},{"source":213,"target":42},{"source":214,"target":18},{"source":43,"target":0},{"source":43,"target":18},{"source":43,"target":216},{"source":43,"target":217},{"source":216,"target":18},{"source":216,"target":218},{"source":216,"target":43},{"source":218,"target":18},{"source":217,"target":18},{"source":44,"target":0},{"source":44,"target":18},{"source":44,"target":219},{"source":44,"target":220},{"source":219,"target":20},{"source":219,"target":221},{"source":219,"target":44},{"source":221,"target":20},{"source":220,"target":18},{"source":45,"target":0},{"source":45,"target":18},{"source":45,"target":222},{"source":45,"target":223},{"source":222,"target":224},{"source":222,"target":45},{"source":223,"target":18},{"source":46,"target":0},{"source":46,"target":18},{"source":46,"target":225},{"source":46,"target":226},{"source":225,"target":227},{"source":225,"target":46},{"source":226,"target":18},{"source":47,"target":0},{"source":47,"target":18},{"source":47,"target":228},{"source":47,"target":229},{"source":228,"target":20},{"source":228,"target":230},{"source":228,"target":47},{"source":230,"target":20},{"source":229,"target":18},{"source":48,"target":0},{"source":48,"target":18},{"source":48,"target":231},{"source":48,"target":232},{"source":231,"target":18},{"source":231,"target":233},{"source":231,"target":48},{"source":233,"target":18},{"source":232,"target":18},{"source":49,"target":0},{"source":49,"target":18},{"source":49,"target":234},{"source":49,"target":235},{"source":234,"target":18},{"source":234,"target":236},{"source":234,"target":49},{"source":236,"target":18},{"source":235,"target":18},{"source":50,"target":0},{"source":50,"target":19},{"source":50,"target":237},{"source":50,"target":238},{"source":50,"target":239},{"source":237,"target":20},{"source":237,"target":240},{"source":237,"target":50},{"source":240,"target":20},{"source":238,"target":18},{"source":238,"target":241},{"source":238,"target":50},{"source":241,"target":18},{"source":239,"target":19},{"source":51,"target":0},{"source":51,"target":19},{"source":51,"target":242},{"source":51,"target":243},{"source":51,"target":244},{"source":51,"target":245},{"source":242,"target":20},{"source":242,"target":246},{"source":242,"target":51},{"source":246,"target":20},{"source":243,"target":247},{"source":243,"target":51},{"source":244,"target":18},{"source":244,"target":248},{"source":244,"target":51},{"source":248,"target":18},{"source":245,"target":19}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mcmodel" nsURI="http://www.raptor.com/mcmodel/Mcmodel" nsPrefix="mcmodel"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ambientocclusionDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ambientocclusion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="display" eType="#//Display" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="texturesDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="textures" upperBound="-1" eType="#//Texture" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guiLightDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guiLight" eType="#//EnumGuiLight"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overridesDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overrides" upperBound="-1" eType="#//ItemOverride" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumGuiLight"> <eLiterals name="FRONT" literal="front"/> <eLiterals name="SIDE" value="1" literal="side"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Texture"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Vec3d" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Vec3d" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rotation" eType="#//Rotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faces" upperBound="-1" eType="#//Faces" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultFace" eType="#//Face" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shadeDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//Vec3d" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="axis" eType="#//EnumAxis"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rescaleDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rescale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumAxis"> <eLiterals name="X" literal="x"/> <eLiterals name="Y" value="1" literal="y"/> <eLiterals name="Z" value="2" literal="z"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Faces"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sides" unique="false" upperBound="-1" eType="#//EnumFace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="face" eType="#//Face" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Face"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="texture" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uv" eType="#//Vec4d" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cullfaceDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cullface" eType="#//EnumFace"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotationDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tintindexDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tintindex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumFace"> <eLiterals name="NORTH" literal="north"/> <eLiterals name="SOUTH" value="1" literal="south"/> <eLiterals name="EAST" value="2" literal="east"/> <eLiterals name="WEST" value="3" literal="west"/> <eLiterals name="UP" value="4" literal="up"/> <eLiterals name="DOWN" value="5" literal="down"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Display"> <eStructuralFeatures xsi:type="ecore:EReference" name="thirdperson_righthand" eType="#//Morph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thirdperson_lefthand" eType="#//Morph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstperson_righthand" eType="#//Morph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstperson_lefthand" eType="#//Morph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gui" eType="#//Morph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="head" eType="#//Morph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ground" eType="#//Morph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fixed" eType="#//Morph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Morph"> <eStructuralFeatures xsi:type="ecore:EReference" name="rotation" eType="#//Vec3d" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="translation" eType="#//Vec3d" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scale" eType="#//Vec3d" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemOverride"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//OverridePredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="model" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OverridePredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angleDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockingDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="brokenDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="broken" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="castDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cooldownDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cooldown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damageDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damagedDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damaged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lefthandedDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lefthanded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pullDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pullingDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pulling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="throwingDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="throwing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customModelDataDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customModelData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonValue"/> <eClassifiers xsi:type="ecore:EClass" name="MCJsonObject" eSuperTypes="#//MCJsonValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//MCJsonEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//MCJsonValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonArray" eSuperTypes="#//MCJsonValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//MCJsonValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonString" eSuperTypes="#//MCJsonValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonNumber" eSuperTypes="#//MCJsonValue"/> <eClassifiers xsi:type="ecore:EClass" name="MCJsonIntegral" eSuperTypes="#//MCJsonNumber"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonFloatingPoint" eSuperTypes="#//MCJsonNumber"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonBoolean" eSuperTypes="#//MCJsonValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonNull" eSuperTypes="#//MCJsonValue"/> <eClassifiers xsi:type="ecore:EClass" name="Vec3d"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="z" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vec4d"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/raptor494/Xtext-Minecraft-JSON-Languages/com.raptor.mcmodel/model/generated/Mcmodel.ecore
ecore
mcmodel Model parent ambientocclusionDefined ambientocclusion displayDefined display texturesDefined textures elementsDefined elements guiLightDefined guiLight overridesDefined overrides EnumGuiLight FRONT front SIDE side Texture name value Element from to rotation faces defaultFace shadeDefined shade Rotation origin axis angle rescaleDefined rescale EnumAxis X x Y y Z z Faces sides face Face texture uv cullfaceDefined cullface rotationDefined rotation tintindexDefined tintindex EnumFace NORTH north SOUTH south EAST east WEST west UP up DOWN down Display thirdperson_righthand thirdperson_lefthand firstperson_righthand firstperson_lefthand gui head ground fixed Morph rotation translation scale ItemOverride predicate model OverridePredicate angleDefined angle blockingDefined blocking brokenDefined broken castDefined cast cooldownDefined cooldown damageDefined damage damagedDefined damaged lefthandedDefined lefthanded pullDefined pull pullingDefined pulling throwingDefined throwing timeDefined time customModelDataDefined customModelData MCJsonValue MCJsonObject entries MCJsonEntry name value MCJsonArray elements MCJsonString value MCJsonNumber MCJsonIntegral value MCJsonFloatingPoint value MCJsonBoolean value MCJsonNull Vec3d x y z Vec4d x1 y1 x2 y2
null
{"directed":true,"nodes":[{"nsPrefix":"mcmodel","nsURI":"http://www.raptor.com/mcmodel/Mcmodel","name":"mcmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumGuiLight","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Texture","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumAxis","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Faces","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Face","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumFace","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Display","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Morph","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemOverride","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverridePredicate","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonObject","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonEntry","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonArray","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonString","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonNumber","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonIntegral","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonFloatingPoint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonBoolean","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonNull","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vec3d","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vec4d","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ambientocclusionDefined","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ambientocclusion","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayDefined","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"display","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"texturesDefined","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"textures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementsDefined","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guiLightDefined","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guiLight","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"overridesDefined","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"overrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"name":"FRONT","id":52,"value":0,"literal":"front","eClass":"EEnumLiteral"},{"name":"SIDE","id":53,"value":1,"literal":"side","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"faces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultFace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shadeDefined","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shade","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"axis","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rescaleDefined","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rescale","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"X","id":82,"value":0,"literal":"x","eClass":"EEnumLiteral"},{"name":"Y","id":83,"value":1,"literal":"y","eClass":"EEnumLiteral"},{"name":"Z","id":84,"value":2,"literal":"z","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sides","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"face","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"texture","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cullfaceDefined","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cullface","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotationDefined","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tintindexDefined","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tintindex","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"name":"NORTH","id":105,"value":0,"literal":"north","eClass":"EEnumLiteral"},{"name":"SOUTH","id":106,"value":1,"literal":"south","eClass":"EEnumLiteral"},{"name":"EAST","id":107,"value":2,"literal":"east","eClass":"EEnumLiteral"},{"name":"WEST","id":108,"value":3,"literal":"west","eClass":"EEnumLiteral"},{"name":"UP","id":109,"value":4,"literal":"up","eClass":"EEnumLiteral"},{"name":"DOWN","id":110,"value":5,"literal":"down","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thirdperson_righthand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thirdperson_lefthand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstperson_righthand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstperson_lefthand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gui","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fixed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"translation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angleDefined","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blockingDefined","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocking","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"brokenDefined","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"broken","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"castDefined","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cooldownDefined","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cooldown","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"damageDefined","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"damage","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"damagedDefined","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"damaged","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lefthandedDefined","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lefthanded","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pullDefined","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pull","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pullingDefined","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pulling","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"throwingDefined","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"throwing","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeDefined","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customModelDataDefined","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customModelData","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x1","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y1","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x2","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y2","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":26,"target":39},{"source":26,"target":1},{"source":27,"target":40},{"source":27,"target":1},{"source":28,"target":41},{"source":28,"target":1},{"source":29,"target":42},{"source":29,"target":1},{"source":30,"target":10},{"source":30,"target":43},{"source":30,"target":1},{"source":43,"target":10},{"source":31,"target":44},{"source":31,"target":1},{"source":32,"target":3},{"source":32,"target":45},{"source":32,"target":1},{"source":45,"target":3},{"source":33,"target":46},{"source":33,"target":1},{"source":34,"target":4},{"source":34,"target":47},{"source":34,"target":1},{"source":47,"target":4},{"source":35,"target":48},{"source":35,"target":1},{"source":36,"target":2},{"source":36,"target":49},{"source":36,"target":1},{"source":49,"target":2},{"source":37,"target":50},{"source":37,"target":1},{"source":38,"target":12},{"source":38,"target":51},{"source":38,"target":1},{"source":51,"target":12},{"source":2,"target":0},{"source":2,"target":52},{"source":2,"target":53},{"source":52,"target":2},{"source":53,"target":2},{"source":3,"target":0},{"source":3,"target":54},{"source":3,"target":55},{"source":54,"target":56},{"source":54,"target":3},{"source":55,"target":57},{"source":55,"target":3},{"source":4,"target":0},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":58,"target":24},{"source":58,"target":65},{"source":58,"target":4},{"source":65,"target":24},{"source":59,"target":24},{"source":59,"target":66},{"source":59,"target":4},{"source":66,"target":24},{"source":60,"target":5},{"source":60,"target":67},{"source":60,"target":4},{"source":67,"target":5},{"source":61,"target":7},{"source":61,"target":68},{"source":61,"target":4},{"source":68,"target":7},{"source":62,"target":8},{"source":62,"target":69},{"source":62,"target":4},{"source":69,"target":8},{"source":63,"target":70},{"source":63,"target":4},{"source":64,"target":71},{"source":64,"target":4},{"source":5,"target":0},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":72,"target":24},{"source":72,"target":77},{"source":72,"target":5},{"source":77,"target":24},{"source":73,"target":6},{"source":73,"target":78},{"source":73,"target":5},{"source":78,"target":6},{"source":74,"target":79},{"source":74,"target":5},{"source":75,"target":80},{"source":75,"target":5},{"source":76,"target":81},{"source":76,"target":5},{"source":6,"target":0},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":82,"target":6},{"source":83,"target":6},{"source":84,"target":6},{"source":7,"target":0},{"source":7,"target":85},{"source":7,"target":86},{"source":85,"target":9},{"source":85,"target":87},{"source":85,"target":7},{"source":87,"target":9},{"source":86,"target":8},{"source":86,"target":88},{"source":86,"target":7},{"source":88,"target":8},{"source":8,"target":0},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":89,"target":97},{"source":89,"target":8},{"source":90,"target":25},{"source":90,"target":98},{"source":90,"target":8},{"source":98,"target":25},{"source":91,"target":99},{"source":91,"target":8},{"source":92,"target":9},{"source":92,"target":100},{"source":92,"target":8},{"source":100,"target":9},{"source":93,"target":101},{"source":93,"target":8},{"source":94,"target":102},{"source":94,"target":8},{"source":95,"target":103},{"source":95,"target":8},{"source":96,"target":104},{"source":96,"target":8},{"source":9,"target":0},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":110},{"source":105,"target":9},{"source":106,"target":9},{"source":107,"target":9},{"source":108,"target":9},{"source":109,"target":9},{"source":110,"target":9},{"source":10,"target":0},{"source":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":111,"target":11},{"source":111,"target":119},{"source":111,"target":10},{"source":119,"target":11},{"source":112,"target":11},{"source":112,"target":120},{"source":112,"target":10},{"source":120,"target":11},{"source":113,"target":11},{"source":113,"target":121},{"source":113,"target":10},{"source":121,"target":11},{"source":114,"target":11},{"source":114,"target":122},{"source":114,"target":10},{"source":122,"target":11},{"source":115,"target":11},{"source":115,"target":123},{"source":115,"target":10},{"source":123,"target":11},{"source":116,"target":11},{"source":116,"target":124},{"source":116,"target":10},{"source":124,"target":11},{"source":117,"target":11},{"source":117,"target":125},{"source":117,"target":10},{"source":125,"target":11},{"source":118,"target":11},{"source":118,"target":126},{"source":118,"target":10},{"source":126,"target":11},{"source":11,"target":0},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":127,"target":24},{"source":127,"target":130},{"source":127,"target":11},{"source":130,"target":24},{"source":128,"target":24},{"source":128,"target":131},{"source":128,"target":11},{"source":131,"target":24},{"source":129,"target":24},{"source":129,"target":132},{"source":129,"target":11},{"source":132,"target":24},{"source":12,"target":0},{"source":12,"target":133},{"source":12,"target":134},{"source":133,"target":13},{"source":133,"target":135},{"source":133,"target":12},{"source":135,"target":13},{"source":134,"target":136},{"source":134,"target":12},{"source":13,"target":0},{"source":13,"target":137},{"source":13,"target":138},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":13,"target":142},{"source":13,"target":143},{"source":13,"target":144},{"source":13,"target":145},{"source":13,"target":146},{"source":13,"target":147},{"source":13,"target":148},{"source":13,"target":149},{"source":13,"target":150},{"source":13,"target":151},{"source":13,"target":152},{"source":13,"target":153},{"source":13,"target":154},{"source":13,"target":155},{"source":13,"target":156},{"source":13,"target":157},{"source":13,"target":158},{"source":13,"target":159},{"source":13,"target":160},{"source":13,"target":161},{"source":13,"target":162},{"source":137,"target":163},{"source":137,"target":13},{"source":138,"target":164},{"source":138,"target":13},{"source":139,"target":165},{"source":139,"target":13},{"source":140,"target":166},{"source":140,"target":13},{"source":141,"target":167},{"source":141,"target":13},{"source":142,"target":168},{"source":142,"target":13},{"source":143,"target":169},{"source":143,"target":13},{"source":144,"target":170},{"source":144,"target":13},{"source":145,"target":171},{"source":145,"target":13},{"source":146,"target":172},{"source":146,"target":13},{"source":147,"target":173},{"source":147,"target":13},{"source":148,"target":174},{"source":148,"target":13},{"source":149,"target":175},{"source":149,"target":13},{"source":150,"target":176},{"source":150,"target":13},{"source":151,"target":177},{"source":151,"target":13},{"source":152,"target":178},{"source":152,"target":13},{"source":153,"target":179},{"source":153,"target":13},{"source":154,"target":180},{"source":154,"target":13},{"source":155,"target":181},{"source":155,"target":13},{"source":156,"target":182},{"source":156,"target":13},{"source":157,"target":183},{"source":157,"target":13},{"source":158,"target":184},{"source":158,"target":13},{"source":159,"target":185},{"source":159,"target":13},{"source":160,"target":186},{"source":160,"target":13},{"source":161,"target":187},{"source":161,"target":13},{"source":162,"target":188},{"source":162,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":189},{"source":15,"target":190},{"source":189,"target":16},{"source":189,"target":191},{"source":189,"target":15},{"source":191,"target":16},{"source":190,"target":14},{"source":16,"target":0},{"source":16,"target":192},{"source":16,"target":193},{"source":192,"target":194},{"source":192,"target":16},{"source":193,"target":14},{"source":193,"target":195},{"source":193,"target":16},{"source":195,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":196},{"source":17,"target":197},{"source":196,"target":14},{"source":196,"target":198},{"source":196,"target":17},{"source":198,"target":14},{"source":197,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":199},{"source":18,"target":200},{"source":199,"target":201},{"source":199,"target":18},{"source":200,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":202},{"source":202,"target":14},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":203},{"source":20,"target":204},{"source":203,"target":205},{"source":203,"target":20},{"source":204,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":206},{"source":21,"target":207},{"source":206,"target":208},{"source":206,"target":21},{"source":207,"target":19},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":209},{"source":22,"target":210},{"source":209,"target":211},{"source":209,"target":22},{"source":210,"target":14},{"source":23,"target":0},{"source":23,"target":14},{"source":23,"target":212},{"source":212,"target":14},{"source":24,"target":0},{"source":24,"target":213},{"source":24,"target":214},{"source":24,"target":215},{"source":213,"target":216},{"source":213,"target":24},{"source":214,"target":217},{"source":214,"target":24},{"source":215,"target":218},{"source":215,"target":24},{"source":25,"target":0},{"source":25,"target":219},{"source":25,"target":220},{"source":25,"target":221},{"source":25,"target":222},{"source":219,"target":223},{"source":219,"target":25},{"source":220,"target":224},{"source":220,"target":25},{"source":221,"target":225},{"source":221,"target":25},{"source":222,"target":226},{"source":222,"target":25}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dsl" nsURI="http://www.cloud4soa.eu/xtext/Dsl" nsPrefix="dsl"> <eClassifiers xsi:type="ecore:EClass" name="Scope"> <eStructuralFeatures xsi:type="ecore:EReference" name="userProfile" eType="#//UserProfile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applicationProfile" eType="#//ApplicationProfile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paasOfferingProfile" eType="#//PaasOfferingProfile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserProfile"> <eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="#//Provider" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accountInfo" eType="#//AccountInfo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="personalInfo" eType="#//PersonalInfos" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersonalInfos"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="surnName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="birthDay" eType="#//Birthday" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Birthday"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccountInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provider"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="homepage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationProfile"> <eStructuralFeatures xsi:type="ecore:EReference" name="infos" eType="#//ApplicationInfos" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//File" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="technology" eType="#//TechnologyInfo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationInfos"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="application" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Version" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="code" eType="#//ApplicationCode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationCode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaasOfferingProfile"> <eStructuralFeatures xsi:type="ecore:EReference" name="paasOfferingInfos" eType="#//PaasOfferingInfos" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" eType="#//Channels" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="technology" eType="#//TechnologyInfo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaasOfferingInfos"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paasOffering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//FileDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileDimension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="digest" eType="#//Digest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Digest"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="digest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TechnologyInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="programmingLanguage" eType="#//ProgrammingLanguage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="software" eType="#//Software" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hardware" eType="#//Hardware" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgrammingLanguage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="programmingLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Version" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Software"> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//SoftwareCategory" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="component" upperBound="-1" eType="#//SoftwareComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Description" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Version" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="license" eType="#//License" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Description" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="License"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="license" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hardware"> <eStructuralFeatures xsi:type="ecore:EReference" name="box" eType="#//Box" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compute" eType="#//Compute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="networkResource" upperBound="-1" eType="#//NetworkResource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageResource" upperBound="-1" eType="#//StorageResource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Box"> <eStructuralFeatures xsi:type="ecore:EReference" name="box" eType="#//BoxComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoxComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="httpRequest" eType="#//HttpRequests" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HttpRequests"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="http_requests" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compute"> <eStructuralFeatures xsi:type="ecore:EReference" name="compute" eType="#//ComputationalComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputationalComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="architecture" eType="#//Architecture" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cores" eType="#//Cores" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="speed" eType="#//Speed" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memory" eType="#//Memory" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" eType="#//Cache" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Architecture"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="architecture" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cores"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cores" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Speed"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Memory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cache"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cache" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkResource"> <eStructuralFeatures xsi:type="ecore:EReference" name="networkResource" eType="#//CommunicationalComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationalComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bandwidth" eType="#//Bandwidth" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="latency" eType="#//Latency" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bandwidth"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bandwidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Latency"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageResource"> <eStructuralFeatures xsi:type="ecore:EReference" name="storageComponent" eType="#//StorageComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="capacity" eType="#//Capacity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bandwidth" eType="#//Bandwidth" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Capacity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Channels"> <eStructuralFeatures xsi:type="ecore:EReference" name="channel" upperBound="-1" eType="#//Channel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Channel"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" upperBound="-1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Description" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="#//Command" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="informationReturned" eType="#//InformationReturned" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="command" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformationReturned"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="informationReturned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Cloud4SOA/Cloud4SOA/eclipsePlugin/eu.cloud4soa.xtext.dsl/src-gen/eu/cloud4soa/xtext/Dsl.ecore
ecore
dsl Scope userProfile applicationProfile paasOfferingProfile UserProfile provider accountInfo personalInfo PersonalInfos firstName surnName email birthDay Birthday date AccountInfo username password Provider provider homepage ApplicationProfile infos file technology ApplicationInfos application version code ApplicationCode applicationCode PaasOfferingProfile paasOfferingInfos channels technology PaasOfferingInfos paasOffering File fileName dimension FileDimension size digest Digest digest TechnologyInfo programmingLanguage software hardware ProgrammingLanguage programmingLanguage version Software category component SoftwareCategory category description SoftwareComponent component version license Component component description Description description License license Hardware box compute networkResource storageResource Box box BoxComponent component httpRequest HttpRequests http_requests Compute compute ComputationalComponent component architecture cores speed memory cache Architecture architecture Cores cores Speed speed Memory memory Cache cache NetworkResource networkResource CommunicationalComponent component bandwidth latency Bandwidth bandwidth Latency latency StorageResource storageComponent StorageComponent component capacity bandwidth Capacity capacity Channels channel Channel operation Operation operation description command informationReturned Command command InformationReturned informationReturned Version value
null
{"directed":true,"nodes":[{"nsPrefix":"dsl","nsURI":"http://www.cloud4soa.eu/xtext/Dsl","name":"dsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserProfile","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonalInfos","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Birthday","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccountInfo","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationProfile","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInfos","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationCode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaasOfferingProfile","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaasOfferingInfos","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileDimension","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Digest","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyInfo","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgrammingLanguage","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Software","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareCategory","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareComponent","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hardware","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Box","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoxComponent","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HttpRequests","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compute","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputationalComponent","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cores","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Speed","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Memory","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cache","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkResource","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationalComponent","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bandwidth","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Latency","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageResource","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageComponent","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capacity","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channels","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationReturned","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applicationProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paasOfferingProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accountInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"personalInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"surnName","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"birthDay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"homepage","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"infos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"technology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationCode","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paasOfferingInfos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"technology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paasOffering","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"digest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"digest","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"programmingLanguage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"software","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hardware","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"programmingLanguage","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"box","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networkResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"box","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"httpRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"http_requests","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"architecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cores","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"speed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"architecture","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cores","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"speed","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memory","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networkResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bandwidth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"latency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bandwidth","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"latency","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bandwidth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"informationReturned","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"informationReturned","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":1,"target":0},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":47,"target":2},{"source":47,"target":50},{"source":47,"target":1},{"source":50,"target":2},{"source":48,"target":7},{"source":48,"target":51},{"source":48,"target":1},{"source":51,"target":7},{"source":49,"target":10},{"source":49,"target":52},{"source":49,"target":1},{"source":52,"target":10},{"source":2,"target":0},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":53,"target":6},{"source":53,"target":56},{"source":53,"target":2},{"source":56,"target":6},{"source":54,"target":5},{"source":54,"target":57},{"source":54,"target":2},{"source":57,"target":5},{"source":55,"target":3},{"source":55,"target":58},{"source":55,"target":2},{"source":58,"target":3},{"source":3,"target":0},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":59,"target":63},{"source":59,"target":3},{"source":60,"target":64},{"source":60,"target":3},{"source":61,"target":65},{"source":61,"target":3},{"source":62,"target":4},{"source":62,"target":66},{"source":62,"target":3},{"source":66,"target":4},{"source":4,"target":0},{"source":4,"target":67},{"source":67,"target":68},{"source":67,"target":4},{"source":5,"target":0},{"source":5,"target":69},{"source":5,"target":70},{"source":69,"target":71},{"source":69,"target":5},{"source":70,"target":72},{"source":70,"target":5},{"source":6,"target":0},{"source":6,"target":73},{"source":6,"target":74},{"source":73,"target":75},{"source":73,"target":6},{"source":74,"target":76},{"source":74,"target":6},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":77,"target":8},{"source":77,"target":80},{"source":77,"target":7},{"source":80,"target":8},{"source":78,"target":12},{"source":78,"target":81},{"source":78,"target":7},{"source":81,"target":12},{"source":79,"target":15},{"source":79,"target":82},{"source":79,"target":7},{"source":82,"target":15},{"source":8,"target":0},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":83,"target":86},{"source":83,"target":8},{"source":84,"target":46},{"source":84,"target":87},{"source":84,"target":8},{"source":87,"target":46},{"source":85,"target":9},{"source":85,"target":88},{"source":85,"target":8},{"source":88,"target":9},{"source":9,"target":0},{"source":9,"target":89},{"source":89,"target":90},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":91,"target":11},{"source":91,"target":94},{"source":91,"target":10},{"source":94,"target":11},{"source":92,"target":41},{"source":92,"target":95},{"source":92,"target":10},{"source":95,"target":41},{"source":93,"target":15},{"source":93,"target":96},{"source":93,"target":10},{"source":96,"target":15},{"source":11,"target":0},{"source":11,"target":97},{"source":97,"target":98},{"source":97,"target":11},{"source":12,"target":0},{"source":12,"target":99},{"source":12,"target":100},{"source":99,"target":101},{"source":99,"target":12},{"source":100,"target":13},{"source":100,"target":102},{"source":100,"target":12},{"source":102,"target":13},{"source":13,"target":0},{"source":13,"target":103},{"source":13,"target":104},{"source":103,"target":105},{"source":103,"target":13},{"source":104,"target":14},{"source":104,"target":106},{"source":104,"target":13},{"source":106,"target":14},{"source":14,"target":0},{"source":14,"target":107},{"source":107,"target":108},{"source":107,"target":14},{"source":15,"target":0},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":109,"target":16},{"source":109,"target":112},{"source":109,"target":15},{"source":112,"target":16},{"source":110,"target":17},{"source":110,"target":113},{"source":110,"target":15},{"source":113,"target":17},{"source":111,"target":23},{"source":111,"target":114},{"source":111,"target":15},{"source":114,"target":23},{"source":16,"target":0},{"source":16,"target":115},{"source":16,"target":116},{"source":115,"target":117},{"source":115,"target":16},{"source":116,"target":46},{"source":116,"target":118},{"source":116,"target":16},{"source":118,"target":46},{"source":17,"target":0},{"source":17,"target":119},{"source":17,"target":120},{"source":119,"target":18},{"source":119,"target":121},{"source":119,"target":17},{"source":121,"target":18},{"source":120,"target":19},{"source":120,"target":122},{"source":120,"target":17},{"source":122,"target":19},{"source":18,"target":0},{"source":18,"target":123},{"source":18,"target":124},{"source":123,"target":125},{"source":123,"target":18},{"source":124,"target":21},{"source":124,"target":126},{"source":124,"target":18},{"source":126,"target":21},{"source":19,"target":0},{"source":19,"target":127},{"source":19,"target":128},{"source":19,"target":129},{"source":127,"target":20},{"source":127,"target":130},{"source":127,"target":19},{"source":130,"target":20},{"source":128,"target":46},{"source":128,"target":131},{"source":128,"target":19},{"source":131,"target":46},{"source":129,"target":22},{"source":129,"target":132},{"source":129,"target":19},{"source":132,"target":22},{"source":20,"target":0},{"source":20,"target":133},{"source":20,"target":134},{"source":133,"target":135},{"source":133,"target":20},{"source":134,"target":21},{"source":134,"target":136},{"source":134,"target":20},{"source":136,"target":21},{"source":21,"target":0},{"source":21,"target":137},{"source":137,"target":138},{"source":137,"target":21},{"source":22,"target":0},{"source":22,"target":139},{"source":139,"target":140},{"source":139,"target":22},{"source":23,"target":0},{"source":23,"target":141},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":141,"target":24},{"source":141,"target":145},{"source":141,"target":23},{"source":145,"target":24},{"source":142,"target":27},{"source":142,"target":146},{"source":142,"target":23},{"source":146,"target":27},{"source":143,"target":34},{"source":143,"target":147},{"source":143,"target":23},{"source":147,"target":34},{"source":144,"target":38},{"source":144,"target":148},{"source":144,"target":23},{"source":148,"target":38},{"source":24,"target":0},{"source":24,"target":149},{"source":149,"target":25},{"source":149,"target":150},{"source":149,"target":24},{"source":150,"target":25},{"source":25,"target":0},{"source":25,"target":151},{"source":25,"target":152},{"source":151,"target":20},{"source":151,"target":153},{"source":151,"target":25},{"source":153,"target":20},{"source":152,"target":26},{"source":152,"target":154},{"source":152,"target":25},{"source":154,"target":26},{"source":26,"target":0},{"source":26,"target":155},{"source":155,"target":156},{"source":155,"target":26},{"source":27,"target":0},{"source":27,"target":157},{"source":157,"target":28},{"source":157,"target":158},{"source":157,"target":27},{"source":158,"target":28},{"source":28,"target":0},{"source":28,"target":159},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":28,"target":163},{"source":28,"target":164},{"source":159,"target":20},{"source":159,"target":165},{"source":159,"target":28},{"source":165,"target":20},{"source":160,"target":29},{"source":160,"target":166},{"source":160,"target":28},{"source":166,"target":29},{"source":161,"target":30},{"source":161,"target":167},{"source":161,"target":28},{"source":167,"target":30},{"source":162,"target":31},{"source":162,"target":168},{"source":162,"target":28},{"source":168,"target":31},{"source":163,"target":32},{"source":163,"target":169},{"source":163,"target":28},{"source":169,"target":32},{"source":164,"target":33},{"source":164,"target":170},{"source":164,"target":28},{"source":170,"target":33},{"source":29,"target":0},{"source":29,"target":171},{"source":171,"target":172},{"source":171,"target":29},{"source":30,"target":0},{"source":30,"target":173},{"source":173,"target":174},{"source":173,"target":30},{"source":31,"target":0},{"source":31,"target":175},{"source":175,"target":176},{"source":175,"target":31},{"source":32,"target":0},{"source":32,"target":177},{"source":177,"target":178},{"source":177,"target":32},{"source":33,"target":0},{"source":33,"target":179},{"source":179,"target":180},{"source":179,"target":33},{"source":34,"target":0},{"source":34,"target":181},{"source":181,"target":35},{"source":181,"target":182},{"source":181,"target":34},{"source":182,"target":35},{"source":35,"target":0},{"source":35,"target":183},{"source":35,"target":184},{"source":35,"target":185},{"source":183,"target":20},{"source":183,"target":186},{"source":183,"target":35},{"source":186,"target":20},{"source":184,"target":36},{"source":184,"target":187},{"source":184,"target":35},{"source":187,"target":36},{"source":185,"target":37},{"source":185,"target":188},{"source":185,"target":35},{"source":188,"target":37},{"source":36,"target":0},{"source":36,"target":189},{"source":189,"target":190},{"source":189,"target":36},{"source":37,"target":0},{"source":37,"target":191},{"source":191,"target":192},{"source":191,"target":37},{"source":38,"target":0},{"source":38,"target":193},{"source":193,"target":39},{"source":193,"target":194},{"source":193,"target":38},{"source":194,"target":39},{"source":39,"target":0},{"source":39,"target":195},{"source":39,"target":196},{"source":39,"target":197},{"source":195,"target":20},{"source":195,"target":198},{"source":195,"target":39},{"source":198,"target":20},{"source":196,"target":40},{"source":196,"target":199},{"source":196,"target":39},{"source":199,"target":40},{"source":197,"target":36},{"source":197,"target":200},{"source":197,"target":39},{"source":200,"target":36},{"source":40,"target":0},{"source":40,"target":201},{"source":201,"target":202},{"source":201,"target":40},{"source":41,"target":0},{"source":41,"target":203},{"source":203,"target":42},{"source":203,"target":204},{"source":203,"target":41},{"source":204,"target":42},{"source":42,"target":0},{"source":42,"target":205},{"source":205,"target":43},{"source":205,"target":206},{"source":205,"target":42},{"source":206,"target":43},{"source":43,"target":0},{"source":43,"target":207},{"source":43,"target":208},{"source":43,"target":209},{"source":43,"target":210},{"source":207,"target":211},{"source":207,"target":43},{"source":208,"target":21},{"source":208,"target":212},{"source":208,"target":43},{"source":212,"target":21},{"source":209,"target":44},{"source":209,"target":213},{"source":209,"target":43},{"source":213,"target":44},{"source":210,"target":45},{"source":210,"target":214},{"source":210,"target":43},{"source":214,"target":45},{"source":44,"target":0},{"source":44,"target":215},{"source":215,"target":216},{"source":215,"target":44},{"source":45,"target":0},{"source":45,"target":217},{"source":217,"target":218},{"source":217,"target":45},{"source":46,"target":0},{"source":46,"target":219},{"source":219,"target":220},{"source":219,"target":46}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="efactory" nsURI="http://www.googlecode.com/efactory/EFactory" nsPrefix="efactory"> <eClassifiers xsi:type="ecore:EClass" name="Factory"> <eStructuralFeatures xsi:type="ecore:EReference" name="epackages" lowerBound="1" upperBound="-1" eType="#//PackageImport" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ModelImport" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roots" lowerBound="1" upperBound="-1" eType="#//NewObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport"> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelImport"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedModel" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="NameMapping" abstract="true" eSuperTypes="#//Annotation"/> <eClassifiers xsi:type="ecore:EClass" name="GlobalNameMapping" eSuperTypes="#//NameMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameFeature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomNameMapping" eSuperTypes="#//NameMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameFeature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="eFeature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMany" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Containment" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//NewObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Value"/> <eClassifiers xsi:type="ecore:EClass" name="EnumAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EEnumLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/efactory.ecore
ecore
efactory Factory epackages imports annotations roots PackageImport ePackage alias ModelImport importedModel Annotation NameMapping GlobalNameMapping nameFeature CustomNameMapping eClass nameFeature NewObject eClass name features Feature eFeature isMany value Value Reference value Containment value Attribute EnumAttribute value StringAttribute value IntegerAttribute value DoubleAttribute value DateAttribute value NullAttribute value BooleanAttribute value
null
{"directed":true,"nodes":[{"nsPrefix":"efactory","nsURI":"http://www.googlecode.com/efactory/EFactory","name":"efactory","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelImport","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameMapping","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalNameMapping","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomNameMapping","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewObject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Containment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumAttribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringAttribute","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerAttribute","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleAttribute","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateAttribute","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"epackages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roots","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameFeature","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMany","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":21,"target":2},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":2},{"source":22,"target":3},{"source":22,"target":26},{"source":22,"target":1},{"source":26,"target":3},{"source":23,"target":4},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":4},{"source":24,"target":8},{"source":24,"target":28},{"source":24,"target":1},{"source":28,"target":8},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":29,"target":31},{"source":29,"target":2},{"source":30,"target":32},{"source":30,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":33,"target":34},{"source":33,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":35},{"source":35,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":38},{"source":36,"target":6},{"source":37,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":39,"target":42},{"source":39,"target":7},{"source":40,"target":43},{"source":40,"target":7},{"source":41,"target":5},{"source":8,"target":0},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":44,"target":47},{"source":44,"target":8},{"source":45,"target":48},{"source":45,"target":8},{"source":46,"target":9},{"source":46,"target":49},{"source":46,"target":8},{"source":49,"target":9},{"source":9,"target":0},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":50,"target":53},{"source":50,"target":9},{"source":51,"target":54},{"source":51,"target":9},{"source":52,"target":10},{"source":52,"target":55},{"source":52,"target":9},{"source":55,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":56},{"source":11,"target":57},{"source":56,"target":58},{"source":56,"target":11},{"source":57,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":59},{"source":12,"target":60},{"source":59,"target":8},{"source":59,"target":61},{"source":59,"target":12},{"source":61,"target":8},{"source":60,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":62},{"source":62,"target":10},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":63},{"source":14,"target":64},{"source":63,"target":65},{"source":63,"target":14},{"source":64,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":66},{"source":15,"target":67},{"source":66,"target":68},{"source":66,"target":15},{"source":67,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":69},{"source":16,"target":70},{"source":69,"target":71},{"source":69,"target":16},{"source":70,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":72},{"source":17,"target":73},{"source":72,"target":74},{"source":72,"target":17},{"source":73,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":75},{"source":18,"target":76},{"source":75,"target":77},{"source":75,"target":18},{"source":76,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":78},{"source":19,"target":79},{"source":78,"target":80},{"source":78,"target":19},{"source":79,"target":13},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":81},{"source":20,"target":82},{"source":81,"target":83},{"source":81,"target":20},{"source":82,"target":13}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cspec" nsURI="http://www.eclipse.org/buckminster/CSpec-2.0" nsPrefix="cs"> <eClassifiers xsi:type="ecore:EClass" name="CSpec" eSuperTypes="../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentIdentifier"> <eOperations name="getDerivedAttributes" upperBound="-1" eType="#//Attribute"> <eParameters name="context" eType="#//IContext"/> <eParameters name="includePrivate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getAttribute" eType="#//Attribute"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generators" upperBound="-1" eType="#//Generator" containment="true" eOpposite="#//Generator/cspec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/cspec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentation" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//Documentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shortDesc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Filter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectInfo" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//URL"/> <eStructuralFeatures xsi:type="ecore:EReference" name="self" lowerBound="1" eType="#//SelfArtifact" changeable="false" volatile="true" transient="true" unsettable="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true"> <eOperations name="isDerived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="context" eType="#//IContext"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Filter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cspec" lowerBound="1" eType="#//CSpec" eOpposite="#//CSpec/attributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentation" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//Documentation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="prerequisites" upperBound="-1" eType="#//Prerequisite" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rebase" eType="#//IPath"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prerequisite"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Filter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includePattern" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Pattern"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludePattern" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Group"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//PropertyConstant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actorProperties" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//PropertyConstant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="product" eType="#//PathGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1" eType="#//ActionAttribute" eOpposite="#//ActionAttribute/action"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prerequisitesAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prerequisitesRebase" eType="#//IPath"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upToDatePolicy" eType="#//UpToDatePolicy" defaultValueLiteral="DEFAULT"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productFileCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Pattern"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replacement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Attribute #//PathGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ActionAttribute" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Action" eOpposite="#//Action/products"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathGroup"> <eOperations name="resolve" eType="#//PathGroup"> <eParameters name="path" eType="#//IPath"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base" lowerBound="1" eType="#//IPath"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paths" upperBound="-1" eType="#//IPath"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generates" lowerBound="1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cspec" lowerBound="1" eType="#//CSpec" eOpposite="#//CSpec/generators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UpToDatePolicy"> <eLiterals name="DEFAULT"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Never trust a product defined as a folder since the expected number of files is unknown"/> </eAnnotations> </eLiterals> <eLiterals name="ACTOR" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Let the associated actor decide"/> </eAnnotations> </eLiterals> <eLiterals name="COUNT" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Trust timestamp only when the product contains the number of files denoted in attribute 'count'"/> </eAnnotations> </eLiterals> <eLiterals name="MAPPER" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Trust timestamp of a product that matches the action prerequisites in number and optional pattern. The 'count' attribute may be used to denote file additions"/> </eAnnotations> </eLiterals> <eLiterals name="NOT_EMPTY" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Trust timestamp of any product that contains at least one file"/> </eAnnotations> </eLiterals> <eLiterals name="NEVER" value="5"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The product is never up to date. The action must always be executed when its product is requested"/> </eAnnotations> </eLiterals> <eLiterals name="EEnumLiteral0" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterAttribute" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="cspecext" lowerBound="1" eType="#//CSpecExtension" eOpposite="#//CSpecExtension/attributeAlterations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterArtifact" eSuperTypes="#//Artifact #//AlterAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="removePaths" upperBound="-1" eType="#//Remove" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterGroup" eSuperTypes="#//Group #//AlterAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="replacePrerequisites" upperBound="-1" eType="#//Prerequisite" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removePrerequisites" upperBound="-1" eType="#//Remove" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterAction" eSuperTypes="#//Action #//AlterGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceProperties" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//PropertyConstant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceActorProperties" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//PropertyConstant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeProperties" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeActorProperties" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeProducts" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removePaths" upperBound="-1" eType="#//Remove" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rename"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Remove"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CSpecExtension" eSuperTypes="#//CSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeAlterations" upperBound="-1" eType="#//AlterAttribute" containment="true" eOpposite="#//AlterAttribute/cspecext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renameAttributes" upperBound="-1" eType="#//Rename" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeDependencies" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeGenerators" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceGenerators" upperBound="-1" eType="#//Generator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceDependencies" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IPath" instanceClassName="org.eclipse.core.runtime.IPath"/> <eClassifiers xsi:type="ecore:EClass" name="IContext" abstract="true" interface="true"> <eOperations name="findBestMatch" eType="#//CSpec"> <eParameters name="request" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfArtifact" eSuperTypes="#//Artifact"/> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/cspec.ecore
ecore
cspec CSpec getDerivedAttributes context includePrivate getAttribute name dependencies generators attributes documentation shortDesc filter projectInfo self Attribute isDerived context name public true filter cspec documentation Group prerequisites rebase Prerequisite component attribute alias contributor true optional filter includePattern excludePattern Action properties actorProperties actor product products prerequisitesAlias prerequisitesRebase productAlias upToDatePolicy DEFAULT productFileCount pattern replacement Artifact ActionAttribute alias action PathGroup resolve path base paths Generator attribute component generates cspec UpToDatePolicy DEFAULT DEFAULT ACTOR ACTOR COUNT COUNT MAPPER MAPPER NOT_EMPTY NOT_EMPTY NEVER NEVER EEnumLiteral0 EEnumLiteral0 AlterAttribute cspecext AlterArtifact removePaths AlterGroup replacePrerequisites removePrerequisites AlterAction replaceProperties replaceActorProperties removeProperties removeActorProperties removeProducts removePaths Rename oldName newName Remove name CSpecExtension attributeAlterations renameAttributes removeDependencies removeGenerators replaceGenerators replaceDependencies IPath org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath IContext findBestMatch request SelfArtifact
null
{"directed":true,"nodes":[{"nsPrefix":"cs","nsURI":"http://www.eclipse.org/buckminster/CSpec-2.0","name":"cspec","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSpec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prerequisite","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionAttribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathGroup","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generator","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UpToDatePolicy","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterAttribute","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterArtifact","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterGroup","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rename","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remove","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSpecExtension","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.core.runtime.IPath","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IPath","name":"IPath","instanceClass":"org.eclipse.core.runtime.IPath","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IContext","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfArtifact","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDerivedAttributes","lowerBound":0,"id":21,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shortDesc","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectInfo","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"self","changeable":false,"resolveProxies":false,"lowerBound":1,"id":30,"derived":true},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"includePrivate","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDerived","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"public","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prerequisites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rebase","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"contributor","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includePattern","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excludePattern","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actorProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actor","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prerequisitesAlias","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prerequisitesRebase","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productAlias","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"DEFAULT","unsettable":false,"transient":false,"unique":true,"name":"upToDatePolicy","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productFileCount","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replacement","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paths","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"DEFAULT","id":131,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"ACTOR","id":132,"value":1,"literal":"ACTOR","eClass":"EEnumLiteral"},{"name":"COUNT","id":133,"value":2,"literal":"COUNT","eClass":"EEnumLiteral"},{"name":"MAPPER","id":134,"value":3,"literal":"MAPPER","eClass":"EEnumLiteral"},{"name":"NOT_EMPTY","id":135,"value":4,"literal":"NOT_EMPTY","eClass":"EEnumLiteral"},{"name":"NEVER","id":136,"value":5,"literal":"NEVER","eClass":"EEnumLiteral"},{"name":"EEnumLiteral0","id":137,"value":6,"literal":"EEnumLiteral0","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cspecext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeAlterations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removePaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replacePrerequisites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removePrerequisites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replaceProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replaceActorProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeActorProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeProducts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removePaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldName","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newName","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renameAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeGenerators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replaceGenerators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replaceDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findBestMatch","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"request","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EParameter"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":21,"target":2},{"source":21,"target":32},{"source":21,"target":1},{"source":21,"target":33},{"source":21,"target":34},{"source":32,"target":2},{"source":33,"target":19},{"source":33,"target":35},{"source":33,"target":21},{"source":35,"target":19},{"source":34,"target":36},{"source":34,"target":21},{"source":22,"target":2},{"source":22,"target":37},{"source":22,"target":1},{"source":22,"target":38},{"source":37,"target":2},{"source":38,"target":39},{"source":38,"target":22},{"source":23,"target":40},{"source":23,"target":1},{"source":24,"target":9},{"source":24,"target":41},{"source":24,"target":1},{"source":24,"target":42},{"source":41,"target":9},{"source":25,"target":2},{"source":25,"target":43},{"source":25,"target":1},{"source":25,"target":44},{"source":43,"target":2},{"source":26,"target":45},{"source":26,"target":1},{"source":27,"target":46},{"source":27,"target":1},{"source":28,"target":47},{"source":28,"target":1},{"source":29,"target":48},{"source":29,"target":1},{"source":30,"target":20},{"source":30,"target":49},{"source":30,"target":1},{"source":49,"target":20},{"source":2,"target":0},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":44},{"source":2,"target":54},{"source":50,"target":55},{"source":50,"target":2},{"source":50,"target":56},{"source":56,"target":19},{"source":56,"target":57},{"source":56,"target":50},{"source":57,"target":19},{"source":51,"target":58},{"source":51,"target":2},{"source":52,"target":59},{"source":52,"target":2},{"source":53,"target":60},{"source":53,"target":2},{"source":44,"target":1},{"source":44,"target":61},{"source":44,"target":2},{"source":44,"target":25},{"source":61,"target":1},{"source":54,"target":62},{"source":54,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":63,"target":4},{"source":63,"target":66},{"source":63,"target":3},{"source":66,"target":4},{"source":64,"target":18},{"source":64,"target":67},{"source":64,"target":3},{"source":67,"target":18},{"source":65,"target":2},{"source":4,"target":0},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":68,"target":76},{"source":68,"target":4},{"source":69,"target":77},{"source":69,"target":4},{"source":70,"target":78},{"source":70,"target":4},{"source":71,"target":79},{"source":71,"target":4},{"source":72,"target":80},{"source":72,"target":4},{"source":73,"target":81},{"source":73,"target":4},{"source":74,"target":82},{"source":74,"target":4},{"source":75,"target":83},{"source":75,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":84,"target":97},{"source":84,"target":5},{"source":85,"target":98},{"source":85,"target":5},{"source":86,"target":99},{"source":86,"target":5},{"source":87,"target":8},{"source":87,"target":100},{"source":87,"target":5},{"source":100,"target":8},{"source":88,"target":7},{"source":88,"target":101},{"source":88,"target":5},{"source":88,"target":102},{"source":101,"target":7},{"source":89,"target":103},{"source":89,"target":5},{"source":90,"target":18},{"source":90,"target":104},{"source":90,"target":5},{"source":104,"target":18},{"source":91,"target":105},{"source":91,"target":5},{"source":92,"target":10},{"source":92,"target":106},{"source":92,"target":5},{"source":106,"target":10},{"source":93,"target":107},{"source":93,"target":5},{"source":94,"target":108},{"source":94,"target":5},{"source":95,"target":109},{"source":95,"target":5},{"source":96,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":8},{"source":6,"target":110},{"source":6,"target":111},{"source":110,"target":2},{"source":111,"target":8},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":112},{"source":7,"target":102},{"source":7,"target":113},{"source":112,"target":114},{"source":112,"target":7},{"source":102,"target":5},{"source":102,"target":115},{"source":102,"target":7},{"source":102,"target":88},{"source":115,"target":5},{"source":113,"target":6},{"source":8,"target":0},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":116,"target":8},{"source":116,"target":119},{"source":116,"target":8},{"source":116,"target":120},{"source":119,"target":8},{"source":120,"target":18},{"source":120,"target":121},{"source":120,"target":116},{"source":121,"target":18},{"source":117,"target":18},{"source":117,"target":122},{"source":117,"target":8},{"source":122,"target":18},{"source":118,"target":18},{"source":118,"target":123},{"source":118,"target":8},{"source":123,"target":18},{"source":9,"target":0},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":42},{"source":124,"target":127},{"source":124,"target":9},{"source":125,"target":128},{"source":125,"target":9},{"source":126,"target":129},{"source":126,"target":9},{"source":42,"target":1},{"source":42,"target":130},{"source":42,"target":9},{"source":42,"target":24},{"source":130,"target":1},{"source":10,"target":0},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":10,"target":137},{"source":131,"target":10},{"source":132,"target":10},{"source":133,"target":10},{"source":134,"target":10},{"source":135,"target":10},{"source":136,"target":10},{"source":137,"target":10},{"source":11,"target":0},{"source":11,"target":138},{"source":138,"target":17},{"source":138,"target":139},{"source":138,"target":11},{"source":138,"target":140},{"source":139,"target":17},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":11},{"source":12,"target":141},{"source":12,"target":142},{"source":12,"target":143},{"source":141,"target":16},{"source":141,"target":144},{"source":141,"target":12},{"source":144,"target":16},{"source":142,"target":6},{"source":143,"target":11},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":11},{"source":13,"target":145},{"source":13,"target":146},{"source":13,"target":147},{"source":13,"target":148},{"source":145,"target":4},{"source":145,"target":149},{"source":145,"target":13},{"source":149,"target":4},{"source":146,"target":16},{"source":146,"target":150},{"source":146,"target":13},{"source":150,"target":16},{"source":147,"target":3},{"source":148,"target":11},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":13},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":14,"target":154},{"source":14,"target":155},{"source":14,"target":156},{"source":14,"target":157},{"source":14,"target":158},{"source":151,"target":159},{"source":151,"target":14},{"source":152,"target":160},{"source":152,"target":14},{"source":153,"target":16},{"source":153,"target":161},{"source":153,"target":14},{"source":161,"target":16},{"source":154,"target":16},{"source":154,"target":162},{"source":154,"target":14},{"source":162,"target":16},{"source":155,"target":16},{"source":155,"target":163},{"source":155,"target":14},{"source":163,"target":16},{"source":156,"target":16},{"source":156,"target":164},{"source":156,"target":14},{"source":164,"target":16},{"source":157,"target":5},{"source":158,"target":13},{"source":15,"target":0},{"source":15,"target":165},{"source":15,"target":166},{"source":165,"target":167},{"source":165,"target":15},{"source":166,"target":168},{"source":166,"target":15},{"source":16,"target":0},{"source":16,"target":169},{"source":169,"target":170},{"source":169,"target":16},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":140},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":140,"target":11},{"source":140,"target":177},{"source":140,"target":17},{"source":140,"target":138},{"source":177,"target":11},{"source":171,"target":15},{"source":171,"target":178},{"source":171,"target":17},{"source":178,"target":15},{"source":172,"target":16},{"source":172,"target":179},{"source":172,"target":17},{"source":179,"target":16},{"source":173,"target":16},{"source":173,"target":180},{"source":173,"target":17},{"source":180,"target":16},{"source":174,"target":9},{"source":174,"target":181},{"source":174,"target":17},{"source":181,"target":9},{"source":175,"target":182},{"source":175,"target":17},{"source":176,"target":1},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":183},{"source":183,"target":1},{"source":183,"target":184},{"source":183,"target":19},{"source":183,"target":185},{"source":184,"target":1},{"source":185,"target":186},{"source":185,"target":183},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":187},{"source":187,"target":6}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="effbdpattern" nsURI="http://effbdpattern" nsPrefix="_effbdpattern"> <eAnnotations source="diagen"> <details key="knownas=simple world" value=""/> <details key="origin=http://org.isoe.fr" value=""/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup" value=""/> </eAnnotations> <eAnnotations source="diastyle.node.vertical"> <details key="layout=vertical" value=""/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//SequenceNode #//ModelElement"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="view=functionArchitecture" value=""/> <details key="cont=Function.decompositions" value=""/> <details key="afx=inputPorts"/> <details key="afx=outputPorts"/> <details key="cref=descriptions"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="view=functionPattern" value=""/> <details key="cont=Function.decompositions" value=""/> <details key="afx=inputPorts"/> <details key="afx=outputPorts"/> <details key="cref=descriptions"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="cont=PatternCatalog.patterns"/> <details key="nav:functionPattern"/> <details key="view=catalog"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="nav:functionArchitecture"/> <details key="cont=Model.functionalArchitecture"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Function" containment="true" eOpposite="#//Function/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceNodes" upperBound="-1" eType="#//Sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//Flow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputPorts" upperBound="-1" eType="#//OutputPort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputPorts" upperBound="-1" eType="#//InputPort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="#//Description" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="#//FunctionDomain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1" eType="#//FunctionProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Function" eOpposite="#//Function/decompositions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceNode" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> <details key="label=name"/> <details key="ref=controlFlowEdge"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> <details key="label=name"/> <details key="ref=controlFlowEdge"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=catalog" value=""/> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="controlFlowEdge" upperBound="-1" eType="#//SequenceNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" abstract="true" eSuperTypes="#//SequenceNode"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="label=id" value=""/> <details key="ref=delegate"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="label=id" value=""/> <details key="ref=delegate"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegate" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="label=name" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="label=name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="ref=inputflowEdge" value=""/> <details key="kref=items" value=""/> <details key="label=flowName"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="ref=inputflowEdge" value=""/> <details key="kref=items" value=""/> <details key="label=flowName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputflowEdge" upperBound="-1" eType="#//InputPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flowName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="#//Port"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="ref=outputflowEdge" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="ref=outputflowEdge" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputflowEdge" upperBound="-1" eType="#//Flow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="label=content" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="label=content" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FunctionDomain"> <eLiterals name="time"/> <eLiterals name="space" value="1"/> <eLiterals name="form" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExit" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionProperty"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//FunctionProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternCatalog"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=id" value=""/> <details key="nav:catalog" value=""/> <details key="kref=systemPatterns"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="cref=patterns" value=""/> <details key="view=catalog" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" upperBound="-1" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemPatterns" upperBound="-1" eType="#//SystemPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Workbench"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="functionProperties" upperBound="-1" eType="#//FunctionProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="problems" upperBound="-1" eType="#//Problem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domains" upperBound="-1" eType="#//Domain" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//Keyword" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contexts" upperBound="-1" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workingModels" upperBound="-1" eType="#//Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternCatalog" eType="#//PatternCatalog" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocations" upperBound="-1" eType="#//Allocation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//Indexable"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=catalog"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//SystemPattern" eOpposite="#//SystemPattern/modelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Indexable" abstract="true"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=catalog"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//Keyword"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Single word used to classify and retrieve Indexable elements. May be associated to one or many Domain.&#xD;&#xA;An Indexable element holds a set of Keyword.&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="unknown" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Associates a ModelElement of a Model under work with a ModelElement of a SystemPattern solution patternModel.&#xD;&#xA;A SystemPattern Solution holds an architectural model including Function(s), Component(s), DataFlowConnection(s), ControlFlowConnection(s), ComponentConnection(s), carried Item(s) and Interfaces. These ModelElement(s) make up the SystemPattern Solution as well as the actual model on which the SystemPattern applies. That application is reflected by changes in the actual model architecture, to conform to the SystemPattern Solution. The elements that collaborate in the SystemPattern, to compete with its mission, are projected onto the actual model, according to a set of SystemPattern parameters. Therefore, we can say that the ModelElement(s) composing the SystemPattern Solution are associated with corresponding ModelElement(s) in the actual model, imitating the SystemPattern, to achieve an optimal architecture complying with the SystemPattern's objectives.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=SystemPattern.parameters" value=""/> <details key="lsrc=concreteRole" value=""/> <details key="ltrg=patternRole" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternRole" eType="#//ModelElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteRole" eType="#//ModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Force is a competing constraint in a System: design problems arise from a conflict between different interests or &quot;Forces&quot;. The SystemPattern application decision depends from arbitration between the Forces. [Alexander xxx] proposes for example: a conflict between the need of a sunny environment in a building, but not to be overheating in summer. In this example, the Force is described by a challenge (the need of a sunny environment), a constraint (not to be overheat in summer) and a ProblemType (Fluid, Field, Structure, Security...). &#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" eSuperTypes="#//Indexable"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Associated with one Problem and one Solution,a Context expresses the core meaning of SystemPatterns i.e. may be interpreted as a (set) of pre-condition(s). It indicates the situation to which the SystemPattern Solution may be applied, and the required conditions that must be checked before the SystemPattern can be applied (informaly, in the description attribute). Implements Indexable (provides keyword based retrieval capabilities). &#xD;&#xA; &#xD;&#xA; &#xD;&#xA; "/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=conditions" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//Condition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternModel" eSuperTypes="#//AbstractModel"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalPattern" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalPattern" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//ModelElement"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Is a physical element composing the system of interest. For example, a Component can be a motor, a pump, a filter, an electronic subsystem or an organizational constituent. A Component implements one or several Function(s) which are allocated to him. A Component has a type (domain): physics, energy, data. Taking into account its inherent complexity, a Component describing a sub-system may be decomposed into a set of Components, Links and Interfaces. By hypothesis, the decomposition is made by suing the SystemBlocLevel concept which indicates the depth in the decomposition tree (subsystem, element, component, part). A component must respect one or several Requirement(s)."/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="cont=Model.physicalArchitecture"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Component" containment="true" eOpposite="#//Component/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Component" eOpposite="#//Component/decompositions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//Indexable"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Identifies a specific aera in which a SystemPattern can be applied or is relevant e.g. mechanics, electronics, software, civil engineering, organization &amp; service, security, pedagogy... "/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractModel" abstract="true" eSuperTypes="#//Indexable"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A Model is composed by a FunctionalArchitecture and a PhysicalArchitecture. A Model is related with Need, Requirement, Scenario, participating then to a mode global systems engineering meta-model (Figure 2). A Model allows to formalize a Solution (the SystemPattern model itself as a parametrized collaboration of Function and/or Component, and a resulting use case), a Problem (described with a use case), and a current Model of system of interest which is under work and in which the problem has been detected and the solution can be applied. &#xD;&#xA;One Model is under work, upon which a designer tries to apply a SystemPattern Solution, depending on a Context. &#xD;&#xA;A Model is identified by a version. A priorVersion links a given version (e.g. a model under work after a SystemPattern application) with it's prior version (original model before a System Pattern application).&#xD;&#xA;Last, a Model may be accompanied by a drawing: even a formal view is not available, such facultative documentary Sketch(es) are provided. A Project holds many actual Model(s). "/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=domain" value=""/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//Domain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//AbstractModel" eOpposite="#//AbstractModel/fragments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//AbstractModel" eOpposite="#//AbstractModel/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Non functional feature, also named «-ilities» by (Manola, F., 1999). The purpose of a SystemPattern is to improve such non functional Feature(s) (availability, maintainability, vulnerability, reliability, supportability ...), to leverage a poor or a trivial architecture with the proposed SystemPattern Solution. In other words, any SystemPattern application must have beneficial effects on Feature(s). Last, a Feature to optimize is often gained at the expense of another. For example, security may be improved (in this case the attribute variationSense of the feature F1 is set to ‘increase’) at the expense of manageability (the attribute variationSense of a feature F2 is set to ‘decrease’)."/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Force"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="lsrc=problem" value=""/> <details key="ltrg=condition" value=""/> <details key="cont=Problem.forces" value=""/> <details key="label=description" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="problem" eType="#//Problem" eOpposite="#//Problem/forces"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Problem" eSuperTypes="#//Indexable"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A Problem describes formally or informally the design problem motivating the SystemPattern. Each SystemPattern addresses one and only one Problem. However each Problem may be related to many SystemPattern. A Problem is characterized by an informal description, a Feature to optimize, a set of Competing forces, a use case before the SystemPattern application, a use case after the SystemPattern application. A Problem is illustrated by a use case showing a trivial or a poor functional and/or organic architecture. &#xD;&#xA;Implements Indexable (provides keywords based retrieval capabilities)."/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=featuresToOptimize" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCasesBeforePattern" upperBound="-1" eType="#//PatternModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuresToOptimize" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forces" upperBound="-1" eType="#//Force" containment="true" eOpposite="#//Force/problem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Impact"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Influence of a SystemPattern on a model on which it applies.&#xD;&#xA;A SystemPattern application has impacts on a actual model in term of Feature(s). These Impact(s) are quantified with a VariationSense and a value on a scale.&#xD;&#xA;Similar to post conditions, after a pattern application."/> </eAnnotations> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="lsrc=pattern" value=""/> <details key="ltrg=feature" value=""/> <details key="cont=SystemPattern.impacts" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//SystemPattern" eOpposite="#//SystemPattern/impacts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemPattern" eSuperTypes="#//Indexable"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A Pattern for Systems Engineering. A System Pattern identifies and documents formally and informally a tested and deemed safe Solution addressing a Problem in a given Context independently from the system of interest which is the target of the system engineering process during which the SystemPattern can be applied. So, a SystemPattern shows, argues and illustrates the steps to follow to get from one Problem to a Solution in a Context. These 3 concepts are the pattern minimal triangle, which represents the core meaning of a SystemPattern. Any missing element of the three will result in a trivial pattern (Gaffar, A. &amp; Moha, N., 2005). A SystemPattern is defined by at least the following characteristics: a unique identifier, a short but evocative name, alternative names as aliases, a creation date, a textual description and an author. The main other relations between a SystemPattern with other concepts from the meta model are: &#xD;&#xA;- A SystemPattern is a parameterized collaboration: each of it's parameters associates one of it's own ModelElement to a ModelElement belonging to the model under work. Function, Component, Item, Interface, DataFlowConnection, Need, Scenario, Requirement are ModelElement sub-classes.&#xD;&#xA;- A SystemPattern is legitimated when applied in several well know cases (defined as knownUses). &#xD;&#xA;- A SystemPattern can be characterized by with other SystemPatterns: related, requested, anti patterns. &#xD;&#xA;- A requestedPattern is an element of set of mandatory SystemPattern required when applying a given SystemPattern. All requestedPatterns are also relatedPatterns. &#xD;&#xA;- A relatedPattern is an element of a set of related SystemPattern, composing a pattern ecosystem. These patterns are often present when a given pattern is applied. Within a triangular association Problem Context Solution, related patterns have often the same context, but relatedPatterns exclude antiPatterns. &#xD;&#xA;- An antiPattern is an element of a set of SystemPattern that are considered as in opposition with the SystemPattern of interest in a given case. Within a triangular association Problem Context Solution, anti patterns have the same problem and the same context. &#xD;&#xA;- Equivalent patterns are patterns that have the same problem and the same context. In this case, the textual description may be more formalized in the solution/model/needs/description "/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=problem" value=""/> <details key="ref=domain" value=""/> <details key="ref=antiPatterns" value=""/> <details key="ref=requestedPatterns" value=""/> <details key="ref=relatedPatterns" value=""/> <details key="ref=equivalentPatterns" value=""/> <details key="ref=context" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patternId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="challeng" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="knownApplications" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="problem" eType="#//Problem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//Domain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="antiPatterns" upperBound="-1" eType="#//SystemPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requestedPatterns" upperBound="-1" eType="#//SystemPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedPatterns" upperBound="-1" eType="#//SystemPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="equivalentPatterns" upperBound="-1" eType="#//SystemPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternModel" eType="#//PatternModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="impacts" upperBound="-1" eType="#//Impact" containment="true" eOpposite="#//Impact/pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="#//ModelElement" eOpposite="#//ModelElement/pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//AbstractModel"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=functionalArchitecture"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="versionBeforePattern" eType="#//Model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalArchitecture" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalArchitecture" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Allocation"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=id"/> <details key="cont=Workbench.allocations"/> <details key="lsrc=fromFunction"/> <details key="ltrg=toComponent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromFunction" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toComponent" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="redundant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/effbdpattern.ecore
ecore
effbdpattern Function decompositions sequenceNodes flows outputPorts inputPorts descriptions domain tokens property parent SequenceNode controlFlowEdge name tMin tMax Sequence And Or Start Final Loop InputPort Port id delegate Item name Flow inputflowEdge items flowName OutputPort outputflowEdge Description content FunctionDomain time time space space form form LoopExit Iteration Token FunctionProperty description parent PatternCatalog id patterns systemPatterns Workbench functionProperties problems domains keywords features conditions contexts workingModels patternCatalog allocations ModelElement modelId modelName pattern Indexable keywords Keyword value Parameter name patternRole concreteRole Condition name Context description conditions PatternModel functionalPattern physicalPattern Component decompositions parent Domain name description AbstractModel name version domain parent fragments Feature name description Force value scale description problem condition Problem name description useCasesBeforePattern featuresToOptimize forces Impact value scale feature pattern SystemPattern patternId name alias challeng description creationDate knownApplications parameters context problem domain antiPatterns requestedPatterns relatedPatterns equivalentPatterns patternModel impacts modelElement Model versionBeforePattern functionalArchitecture physicalArchitecture Allocation fromFunction toComponent id redundant
null
{"directed":true,"nodes":[{"nsPrefix":"_effbdpattern","nsURI":"http://effbdpattern","name":"effbdpattern","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FunctionDomain","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionProperty","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternCatalog","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workbench","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Indexable","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternModel","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractModel","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Force","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Problem","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Impact","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemPattern","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decompositions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlFlowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tMin","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tMax","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"delegate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputflowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flowName","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputflowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"name":"time","id":93,"value":0,"literal":"time","eClass":"EEnumLiteral"},{"name":"space","id":94,"value":1,"literal":"space","eClass":"EEnumLiteral"},{"name":"form","id":95,"value":2,"literal":"form","eClass":"EEnumLiteral"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"problems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workingModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patternCatalog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allocations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelId","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelName","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"patternRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concreteRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"physicalPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decompositions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"problem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"useCasesBeforePattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featuresToOptimize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"impacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"patternId","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"challeng","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"knownApplications","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"problem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"antiPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requestedPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patternModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"versionBeforePattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalArchitecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"physicalArchitecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"redundant","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":22},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":39,"target":1},{"source":39,"target":51},{"source":39,"target":1},{"source":39,"target":48},{"source":51,"target":1},{"source":40,"target":3},{"source":40,"target":52},{"source":40,"target":1},{"source":52,"target":3},{"source":41,"target":12},{"source":41,"target":53},{"source":41,"target":1},{"source":53,"target":12},{"source":42,"target":13},{"source":42,"target":54},{"source":42,"target":1},{"source":54,"target":13},{"source":43,"target":9},{"source":43,"target":55},{"source":43,"target":1},{"source":55,"target":9},{"source":44,"target":14},{"source":44,"target":56},{"source":44,"target":1},{"source":56,"target":14},{"source":45,"target":15},{"source":45,"target":57},{"source":45,"target":1},{"source":57,"target":15},{"source":46,"target":18},{"source":46,"target":58},{"source":46,"target":1},{"source":58,"target":18},{"source":47,"target":19},{"source":47,"target":59},{"source":47,"target":1},{"source":59,"target":19},{"source":48,"target":1},{"source":48,"target":60},{"source":48,"target":1},{"source":48,"target":39},{"source":60,"target":1},{"source":49,"target":2},{"source":50,"target":22},{"source":2,"target":0},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":61,"target":2},{"source":61,"target":65},{"source":61,"target":2},{"source":65,"target":2},{"source":62,"target":66},{"source":62,"target":2},{"source":63,"target":67},{"source":63,"target":2},{"source":64,"target":68},{"source":64,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":69},{"source":69,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":70},{"source":70,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":71},{"source":71,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":72},{"source":72,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":73},{"source":73,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":74},{"source":74,"target":3},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":75},{"source":75,"target":10},{"source":10,"target":0},{"source":10,"target":76},{"source":10,"target":77},{"source":76,"target":78},{"source":76,"target":10},{"source":77,"target":10},{"source":77,"target":79},{"source":77,"target":10},{"source":79,"target":10},{"source":11,"target":0},{"source":11,"target":80},{"source":80,"target":81},{"source":80,"target":11},{"source":12,"target":0},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":82,"target":9},{"source":82,"target":85},{"source":82,"target":12},{"source":85,"target":9},{"source":83,"target":11},{"source":83,"target":86},{"source":83,"target":12},{"source":86,"target":11},{"source":84,"target":87},{"source":84,"target":12},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":88},{"source":13,"target":89},{"source":88,"target":12},{"source":88,"target":90},{"source":88,"target":13},{"source":90,"target":12},{"source":89,"target":10},{"source":14,"target":0},{"source":14,"target":91},{"source":91,"target":92},{"source":91,"target":14},{"source":15,"target":0},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":93,"target":15},{"source":94,"target":15},{"source":95,"target":15},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":96},{"source":96,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":97},{"source":97,"target":3},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":98},{"source":19,"target":99},{"source":98,"target":100},{"source":98,"target":19},{"source":99,"target":19},{"source":99,"target":101},{"source":99,"target":19},{"source":101,"target":19},{"source":20,"target":0},{"source":20,"target":102},{"source":20,"target":103},{"source":20,"target":104},{"source":102,"target":105},{"source":102,"target":20},{"source":103,"target":1},{"source":103,"target":106},{"source":103,"target":20},{"source":106,"target":1},{"source":104,"target":36},{"source":104,"target":107},{"source":104,"target":20},{"source":107,"target":36},{"source":21,"target":0},{"source":21,"target":108},{"source":21,"target":109},{"source":21,"target":110},{"source":21,"target":111},{"source":21,"target":112},{"source":21,"target":113},{"source":21,"target":114},{"source":21,"target":115},{"source":21,"target":116},{"source":21,"target":117},{"source":108,"target":19},{"source":108,"target":118},{"source":108,"target":21},{"source":118,"target":19},{"source":109,"target":34},{"source":109,"target":119},{"source":109,"target":21},{"source":119,"target":34},{"source":110,"target":30},{"source":110,"target":120},{"source":110,"target":21},{"source":120,"target":30},{"source":111,"target":24},{"source":111,"target":121},{"source":111,"target":21},{"source":121,"target":24},{"source":112,"target":32},{"source":112,"target":122},{"source":112,"target":21},{"source":122,"target":32},{"source":113,"target":26},{"source":113,"target":123},{"source":113,"target":21},{"source":123,"target":26},{"source":114,"target":27},{"source":114,"target":124},{"source":114,"target":21},{"source":124,"target":27},{"source":115,"target":37},{"source":115,"target":125},{"source":115,"target":21},{"source":125,"target":37},{"source":116,"target":20},{"source":116,"target":126},{"source":116,"target":21},{"source":126,"target":20},{"source":117,"target":38},{"source":117,"target":127},{"source":117,"target":21},{"source":127,"target":38},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":128},{"source":22,"target":129},{"source":22,"target":130},{"source":22,"target":131},{"source":128,"target":132},{"source":128,"target":22},{"source":129,"target":133},{"source":129,"target":22},{"source":130,"target":36},{"source":130,"target":134},{"source":130,"target":22},{"source":130,"target":135},{"source":134,"target":36},{"source":131,"target":23},{"source":23,"target":0},{"source":23,"target":136},{"source":136,"target":24},{"source":136,"target":137},{"source":136,"target":23},{"source":137,"target":24},{"source":24,"target":0},{"source":24,"target":138},{"source":138,"target":139},{"source":138,"target":24},{"source":25,"target":0},{"source":25,"target":140},{"source":25,"target":141},{"source":25,"target":142},{"source":140,"target":143},{"source":140,"target":25},{"source":141,"target":22},{"source":141,"target":144},{"source":141,"target":25},{"source":144,"target":22},{"source":142,"target":22},{"source":142,"target":145},{"source":142,"target":25},{"source":145,"target":22},{"source":26,"target":0},{"source":26,"target":146},{"source":146,"target":147},{"source":146,"target":26},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":148},{"source":27,"target":149},{"source":27,"target":150},{"source":148,"target":151},{"source":148,"target":27},{"source":149,"target":26},{"source":149,"target":152},{"source":149,"target":27},{"source":152,"target":26},{"source":150,"target":23},{"source":28,"target":0},{"source":28,"target":31},{"source":28,"target":153},{"source":28,"target":154},{"source":28,"target":155},{"source":153,"target":1},{"source":153,"target":156},{"source":153,"target":28},{"source":156,"target":1},{"source":154,"target":29},{"source":154,"target":157},{"source":154,"target":28},{"source":157,"target":29},{"source":155,"target":31},{"source":29,"target":0},{"source":29,"target":22},{"source":29,"target":158},{"source":29,"target":159},{"source":29,"target":160},{"source":158,"target":29},{"source":158,"target":161},{"source":158,"target":29},{"source":158,"target":159},{"source":161,"target":29},{"source":159,"target":29},{"source":159,"target":162},{"source":159,"target":29},{"source":159,"target":158},{"source":162,"target":29},{"source":160,"target":22},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":163},{"source":30,"target":164},{"source":30,"target":165},{"source":163,"target":166},{"source":163,"target":30},{"source":164,"target":167},{"source":164,"target":30},{"source":165,"target":23},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":168},{"source":31,"target":169},{"source":31,"target":170},{"source":31,"target":171},{"source":31,"target":172},{"source":31,"target":173},{"source":168,"target":174},{"source":168,"target":31},{"source":169,"target":175},{"source":169,"target":31},{"source":170,"target":30},{"source":170,"target":176},{"source":170,"target":31},{"source":176,"target":30},{"source":171,"target":31},{"source":171,"target":177},{"source":171,"target":31},{"source":171,"target":172},{"source":177,"target":31},{"source":172,"target":31},{"source":172,"target":178},{"source":172,"target":31},{"source":172,"target":171},{"source":178,"target":31},{"source":173,"target":23},{"source":32,"target":0},{"source":32,"target":179},{"source":32,"target":180},{"source":179,"target":181},{"source":179,"target":32},{"source":180,"target":182},{"source":180,"target":32},{"source":33,"target":0},{"source":33,"target":183},{"source":33,"target":184},{"source":33,"target":185},{"source":33,"target":186},{"source":33,"target":187},{"source":183,"target":188},{"source":183,"target":33},{"source":184,"target":189},{"source":184,"target":33},{"source":185,"target":190},{"source":185,"target":33},{"source":186,"target":34},{"source":186,"target":191},{"source":186,"target":33},{"source":186,"target":192},{"source":191,"target":34},{"source":187,"target":26},{"source":187,"target":193},{"source":187,"target":33},{"source":193,"target":26},{"source":34,"target":0},{"source":34,"target":23},{"source":34,"target":194},{"source":34,"target":195},{"source":34,"target":196},{"source":34,"target":197},{"source":34,"target":192},{"source":34,"target":198},{"source":194,"target":199},{"source":194,"target":34},{"source":195,"target":200},{"source":195,"target":34},{"source":196,"target":28},{"source":196,"target":201},{"source":196,"target":34},{"source":201,"target":28},{"source":197,"target":32},{"source":197,"target":202},{"source":197,"target":34},{"source":202,"target":32},{"source":192,"target":33},{"source":192,"target":203},{"source":192,"target":34},{"source":192,"target":186},{"source":203,"target":33},{"source":198,"target":23},{"source":35,"target":0},{"source":35,"target":204},{"source":35,"target":205},{"source":35,"target":206},{"source":35,"target":207},{"source":204,"target":208},{"source":204,"target":35},{"source":205,"target":209},{"source":205,"target":35},{"source":206,"target":32},{"source":206,"target":210},{"source":206,"target":35},{"source":210,"target":32},{"source":207,"target":36},{"source":207,"target":211},{"source":207,"target":35},{"source":207,"target":212},{"source":211,"target":36},{"source":36,"target":0},{"source":36,"target":23},{"source":36,"target":213},{"source":36,"target":214},{"source":36,"target":215},{"source":36,"target":216},{"source":36,"target":217},{"source":36,"target":218},{"source":36,"target":219},{"source":36,"target":220},{"source":36,"target":221},{"source":36,"target":222},{"source":36,"target":223},{"source":36,"target":224},{"source":36,"target":225},{"source":36,"target":226},{"source":36,"target":227},{"source":36,"target":228},{"source":36,"target":212},{"source":36,"target":135},{"source":36,"target":229},{"source":213,"target":230},{"source":213,"target":36},{"source":214,"target":231},{"source":214,"target":36},{"source":215,"target":232},{"source":215,"target":36},{"source":216,"target":233},{"source":216,"target":36},{"source":217,"target":234},{"source":217,"target":36},{"source":218,"target":235},{"source":218,"target":36},{"source":219,"target":236},{"source":219,"target":36},{"source":220,"target":25},{"source":220,"target":237},{"source":220,"target":36},{"source":237,"target":25},{"source":221,"target":27},{"source":221,"target":238},{"source":221,"target":36},{"source":238,"target":27},{"source":222,"target":34},{"source":222,"target":239},{"source":222,"target":36},{"source":239,"target":34},{"source":223,"target":30},{"source":223,"target":240},{"source":223,"target":36},{"source":240,"target":30},{"source":224,"target":36},{"source":224,"target":241},{"source":224,"target":36},{"source":241,"target":36},{"source":225,"target":36},{"source":225,"target":242},{"source":225,"target":36},{"source":242,"target":36},{"source":226,"target":36},{"source":226,"target":243},{"source":226,"target":36},{"source":243,"target":36},{"source":227,"target":36},{"source":227,"target":244},{"source":227,"target":36},{"source":244,"target":36},{"source":228,"target":28},{"source":228,"target":245},{"source":228,"target":36},{"source":245,"target":28},{"source":212,"target":35},{"source":212,"target":246},{"source":212,"target":36},{"source":212,"target":207},{"source":246,"target":35},{"source":135,"target":22},{"source":135,"target":247},{"source":135,"target":36},{"source":135,"target":130},{"source":247,"target":22},{"source":229,"target":23},{"source":37,"target":0},{"source":37,"target":31},{"source":37,"target":248},{"source":37,"target":249},{"source":37,"target":250},{"source":37,"target":251},{"source":248,"target":37},{"source":248,"target":252},{"source":248,"target":37},{"source":252,"target":37},{"source":249,"target":1},{"source":249,"target":253},{"source":249,"target":37},{"source":253,"target":1},{"source":250,"target":29},{"source":250,"target":254},{"source":250,"target":37},{"source":254,"target":29},{"source":251,"target":31},{"source":38,"target":0},{"source":38,"target":255},{"source":38,"target":256},{"source":38,"target":257},{"source":38,"target":258},{"source":255,"target":1},{"source":255,"target":259},{"source":255,"target":38},{"source":259,"target":1},{"source":256,"target":29},{"source":256,"target":260},{"source":256,"target":38},{"source":260,"target":29},{"source":257,"target":261},{"source":257,"target":38},{"source":258,"target":262},{"source":258,"target":38}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Etunit" nsURI="platform:/resource/org.eclipse.etrice.etunit.converter/model/etunit.xsd" nsPrefix="Etunit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="etUnit test result schema.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="qualified" value="false"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="testsuite" upperBound="-2" eType="#//Testsuite" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="testsuite"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="testsuites" upperBound="-2" eType="#//TestsuitesType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="testsuites"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="error_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expected" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="expected"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="actual"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="failure_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expected" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="expected"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="actual"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ISO8601DATETIMEPATTERN" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ISO8601_DATETIME_PATTERN"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#dateTime"/> <details key="pattern" value="[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NameType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="name_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#token"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PreString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="pre-string"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="whiteSpace" value="preserve"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestcaseType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="testcase_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="error" eType="#//ErrorType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="error"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="failure" eType="#//FailureType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="failure"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Token"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="classname"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Token"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Decimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="time"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testsuite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="testsuite"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="testcase" upperBound="-1" eType="#//TestcaseType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="testcase"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errors" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="errors"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failures" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="failures"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//NameType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipped" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="skipped"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tests" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tests"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Decimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="time"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" lowerBound="1" eType="#//ISO8601DATETIMEPATTERN"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="timestamp"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestsuitesType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="testsuites_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="testsuite" upperBound="-1" eType="#//TestsuiteType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="testsuite"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestsuiteType" eSuperTypes="#//Testsuite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="testsuite_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/etunit.ecore
ecore
Etunit DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation testsuite testsuites ErrorType mixed expected actual FailureType mixed expected actual ISO8601DATETIMEPATTERN javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar NameType java.lang.String java.lang.String PreString java.lang.String java.lang.String TestcaseType error failure classname name time Testsuite testcase errors failures name skipped tests time timestamp TestsuitesType testsuite TestsuiteType
null
{"directed":true,"nodes":[{"nsPrefix":"Etunit","nsURI":"platform:/resource/org.eclipse.etrice.etunit.converter/model/etunit.xsd","name":"Etunit","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"ISO8601DATETIMEPATTERN","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NameType","instanceClass":"java.lang.String","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PreString","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestcaseType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testsuite","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestsuitesType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestsuiteType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"testsuite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"testsuites","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":true},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"expected","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"actual","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":true},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"expected","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"actual","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":true},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"error","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"failure","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classname","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testcase","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"errors","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"failures","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"skipped","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"tests","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testsuite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":18},{"source":13,"target":1},{"source":14,"target":8},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":8},{"source":15,"target":9},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":9},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":21,"target":24},{"source":21,"target":2},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":30},{"source":27,"target":3},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":32},{"source":29,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":33,"target":2},{"source":33,"target":38},{"source":33,"target":7},{"source":38,"target":2},{"source":34,"target":3},{"source":34,"target":39},{"source":34,"target":7},{"source":39,"target":3},{"source":35,"target":40},{"source":35,"target":7},{"source":36,"target":41},{"source":36,"target":7},{"source":37,"target":42},{"source":37,"target":7},{"source":8,"target":0},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":43,"target":7},{"source":43,"target":51},{"source":43,"target":8},{"source":51,"target":7},{"source":44,"target":52},{"source":44,"target":8},{"source":45,"target":53},{"source":45,"target":8},{"source":46,"target":5},{"source":46,"target":54},{"source":46,"target":8},{"source":54,"target":5},{"source":47,"target":55},{"source":47,"target":8},{"source":48,"target":56},{"source":48,"target":8},{"source":49,"target":57},{"source":49,"target":8},{"source":50,"target":4},{"source":50,"target":58},{"source":50,"target":8},{"source":58,"target":4},{"source":9,"target":0},{"source":9,"target":59},{"source":59,"target":10},{"source":59,"target":60},{"source":59,"target":9},{"source":60,"target":10},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":61},{"source":61,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="app" nsURI="urn:org.nasdanika.vinci.app" nsPrefix="org.nasdanika.vinci.app"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Application model."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container of elements."/> </eAnnotations> <eTypeParameters name="E"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container elements."/> </eAnnotations> <eGenericType eTypeParameter="#//Container/E"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedElements" upperBound="-1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Elements contained by another objects and logically linked to this container."/> </eAnnotations> <eGenericType eTypeParameter="#//Container/E"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label is a base class for actions and categories."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="color"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label bootstrap color."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label text."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label icon. Treated as URL if contains ``/`` or as a CSS class otherwise. E.g. ``fas fa-wrench`` would be treated as a CSS class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tooltip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label tooltip."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="For some label representations specifies that the label shall be displayed as an outline instead of a solid fill."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Notification to display next to the label. E.g. a number of new messages in an inbox."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="appearance" eType="ecore:EClass ../../org.nasdanika.vinci.bootstrap/model/bootstrap.ecore#//Appearance" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Can be used for cusomization of label appearance in addition to &quot;built-in&quot; label appearance attributes - color and outline."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Categories are used for grouping of its elements such as actions or properties. "/> </eAnnotations> <eTypeParameters name="E"/> <eGenericSuperTypes eClassifier="#//Label"/> <eGenericSuperTypes eClassifier="#//Container"> <eTypeArguments eTypeParameter="#//Category/E"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionElement" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element which can be contained by an action - action category or abstract action."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAction" abstract="true" interface="true" eSuperTypes="#//ActionElement ../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement ../../org.nasdanika.ncore/model/ncore.ecore#//Configurable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for different types of actions - action, action link, and action reference."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actionMappings" upperBound="-1" eType="#//ActionMapping" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of mappings of action logical names to target actions. Action mappings are inherited by action children."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Grouping of actions."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="elements"/> </eAnnotations> <eGenericSuperTypes eClassifier="#//Category"> <eTypeArguments eClassifier="#//AbstractAction"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//ActionElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionBase" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for concrete action classes - Action and Partition. These sub-classes are semantically equivalent and differ only in diagram representation - Action is represented by a node, Partition by a container node.&#xA;Action can be a child of another action or of an action category. It may contain content and action elements - abstract actions and action categories. It may also contain action mappings - logical names of actions referenced by this action's content."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sectionStyle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Navigation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action roles are used in &quot;wiring&quot; of actions into the generated Web UI.&#xA;&#xA;For the root action its children are displayed depending on their rolw as follows:&#xA;&#xA;* Navigation: &#xA; * The first navigation child is called &quot;Principal&quot; and is displayed in the navbar brand. &#xA; * The remaining navigation children are displayed in navs on the right in the header.&#xA;* Context children are displayed in the footer.&#xA;&#xA;For the principal action (the first navigation child of the root action):&#xA;&#xA;* Navigation actions are displayed in the navigation panel on the left.&#xA;* Context actions are displayed in the navbar.&#xA;&#xA;For other non-section actions navigation children are displayed in the navigation panel and context children are displayed in right-floating navs on the top of the content panel.&#xA;&#xA;Section actions are displayed as part of the content panel body of their parent. Their navigation children are treated as sections and display of their context children depends on the section style.&#xA;&#xA;Content left and Content right acitons are displayed on the left and right of the content body respectively.&#xA;&#xA;View and Edit actions are applicable for properties and property sources."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sectionStyle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines how to generate section children."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sectionColumns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Applicable to section style &quot;Card&quot;. Defines how many columns shall be in a row of section cards."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Activator is either a URL if the activator type is Reference, or a script if the activator type is Script or Bind.&#xA;&#xA;The application generator generates a page for an action only if the activator type is Reference, the URL does not start with ``./`` and when resolved is relative to the base URI and below it. &#xA;Using ``./`` is a way to reference externally generated content. For example, create a hierarchy/federation of sites.&#xA;&#xA;For the reference activator type activator URL is resolved against the first ancestor action which also has reference activator type. If there is no such action, the URL is resolved against the base URI.&#xA;During generation action URL is de-resolved against the base URI to produce a relative resource/file path. &#xA;&#xA;``${{{base-uri}}}`` token can be used in the activator to define the uri relative to the base generation URI (output folder) instead of the parent URI. It might be useful it the parent URI is an absolute external URI.&#xA;``${{{base-uri}}}`` ends with a slash, so there is no need to add a slash. E.g. ``${{{base-uri}}}index.html``."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activatorType" eType="#//ActivatorType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action activator type. Actions may have no activators. Activator and activator type settings are not used for actions in Section role."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confirmation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Confirmation to display in a confirmation dialog before action activation to give the user an opportunity to cancel the action. E.g. confirmation of deletion."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, then action is displayed as disabled. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="markdownContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="[Markdown](https://en.wikipedia.org/wiki/Markdown) text. If this attribute contains text, the text is converted to HTML, interpolated and used as the first content element.&#xA;The primary purpose of this attribute is rapid development/prototyping of web applications/sites. "/> </eAnnotations> <eAnnotations source="urn:org.nasdanika"> <details key="content-type" value="text/markdown"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageTemplate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="URI of the page template to use for generation of a Web Application. The URI is resolved relative to the action's containing resource.&#xA;Defaults to ``platform:/plugin/org.nasdanika.vinci.templates/pages/default/primary.vinci`` built-in template.&#xA;&#xA;## Built-in page templates&#xA;&#xA;``org.nasdanika.vinci.templates`` plugin, which is part of the Vinci distribution, provides the following page templates (organized by theme and header color):&#xA;&#xA;* Default&#xA; * Primary&#xA; * ``platform:/plugin/org.nasdanika.vinci.templates/pages/default/primary.vinci``&#xA; * ``platform:/plugin/org.nasdanika.vinci.templates/pages/default/primary-fluid.vinci`` - fluid container.&#xA;* Cerulean&#xA; * Primary&#xA; * ``platform:/plugin/org.nasdanika.vinci.templates/pages/cerulean/primary.vinci``&#xA; * ``platform:/plugin/org.nasdanika.vinci.templates/pages/cerulean/primary-fluid.vinci`` - fluid container.&#xA; * ``platform:/plugin/org.nasdanika.vinci.templates/pages/cerulean/primary-dark.vinci`` - dark navigation bar.&#xA; * ``platform:/plugin/org.nasdanika.vinci.templates/pages/cerulean/primary-dark-fluid.vinci`` - dark navigation bar, fluid container.&#xA; * Dark &#xA; * ``platform:/plugin/org.nasdanika.vinci.templates/pages/cerulean/dark.vinci``&#xA; * ``platform:/plugin/org.nasdanika.vinci.templates/pages/cerulean/dark-fluid.vinci`` - fluid container.&#xA; "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action content."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//Widget" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action widgets. Widgets are inherited by action children."/> </eAnnotations> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//Label"/> <eGenericSuperTypes eClassifier="#//AbstractAction"/> <eGenericSuperTypes eClassifier="#//Container"> <eTypeArguments eClassifier="#//ActionElement"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action mapping provides a logical name (alias) for another (abstract) action for convenient linking/referencing from action's content.&#xA;&#xA;Action mapping target is injected into the context under ``action-mappings/&lt;mapping name>`` key. When retrieved as a String, e.g. during interpolation, the mapping is converted to a link. &#xA;I.e. in ``This is my mapping ${action-mappings/my-mapping}!`` ``${action-mappings/my-mapping}`` will be interpolated into a link to the mapped action.&#xA;&#xA;In the above case, when aciton mapping is retrieved as a String without a sub-key, it is possible to provide alternative text for the mapping link by separating it from the mapping by a space.&#xA;For example, ``${action-mappings/my-mapping alternative text here}`` will be interpolated as a link to the target action with &quot;alternative text here&quot; link text.&#xA;As a consequence, action aliases cannot have spaces in them.&#xA;&#xA;Action mapping also supports ``text``, ``icon``, and ``url`` sub-keys computing to action text and action url for actions with reference activator. &#xA;For example:&#xA;&#xA;* ``${action-mappings/my-mapping/text}`` will interpolate to the mapped action text.&#xA;* ``${action-mappings/my-mapping/icon}`` will interpolate to the mapped action icon.&#xA;* ``${action-mappings/my-mapping/url}`` will interpolate to the mapped action url.&#xA;&#xA;Mappings are inherited by children. Lower level mappings hide higher level mappings. Action reference mappings are passed to the reference target. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Logical name of the target action."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//AbstractAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mapping target."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mapping description."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionLink" eSuperTypes="#//AbstractAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A link to an action stored in a resource which may or may not be loaded as part of the editing resource set. &#xA;The model and action specificed in the action link's reference (``ref``) is loaded only during the generation. &#xA;This way it is different [ActionReference](ActionReference.html) which references an action available in the editing resource set - models in the same modeling project or loaded with &quot;Load resource&quot; context menu.&#xA;For example, action link reference may point to a dynamically generated model or may contain interpolation tokens and different actions can be linked based on generation configuration.&#xA;&#xA;The linked action inherits this action link context. As such the same linked action linked by different action links may behave differently depending&#xA;on the action link context/configuration. &#xA;I.e. a link may create a different &quot;instance&quot; of linked action. &#xA;In this case the linked action activator shall also be context dependent - otherwise different instances of the same action will point to the same resource/url."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action specification URL interpolated and then relsolved relative to the model location.&#xA;The URL consists of the target model URL and optional action ID fragment separated from the model URL part by ``#``.&#xA;In the absence of the fragment part the URL is resolved to the root action of the target model file.&#xA;&#xA;##### Example&#xA;&#xA;In [Nasdanika Tool Suite Documentation Bundle](https://github.com/Nasdanika/release/tree/master/tool-suite/doc)&#xA;``models/documentation.vinci`` links the root action of ``models/guides/vinci/vinci.vinci``. &#xA;``ref`` value of that link is ``guides/vinci/vinci.vinci`` because the reference is to the root action and therefore there is no action id fragment.&#xA;&#xA;Referencing a non-root action would require a fragment part with action id, e.g. ``guides/vinci/vinci.vinci#860cba03-eca8-4893-8b84-21ae0bfb1bc9``."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If path is not blank then it is resolved against the context URI to produce a new context URI for the linked action.&#xA;It can be used to organize generated content into folders in order to avoid name clashes or semantic references, e.g. ``index.html`` generated by one action overwriting ``index.html`` generated by another.&#xA;&#xA;For example, if the linked action activator is ``click-me.html`` and the path is blank, then the linked action will be generated in the same folder as the parent of the action link. &#xA;If the path is ``click-me-demo`` then the linked action content will be generated to ``click-me-demo/click.html``.&#xA;&#xA;``${base-uri}`` token can be used to define the uri relative to the base generation URI (output folder) instead of the parent URI. It might be useful it the parent URI is an absolute external URI.&#xA;``${base-uri}`` ends with a slash, so there is no need to add a slash. E.g. ``${base-uri}click-me-demo``."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionReference" eSuperTypes="#//AbstractAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action reference allows to &quot;mount&quot; an existing action as a child of another action. &#xA;Using action references a single &quot;logical&quot; aciton hierarchy may be assembled from multiple model resources.&#xA;&#xA;The referenced action inherits this action reference context. As such the same referenced action referenced by different action references may behave differently depending&#xA;on the action reference context/configuration. I.e. a reference may create a different &quot;instance&quot; of referenced action. &#xA;In this case the referenced action activator shall also be context dependent - otherwise different instances of the same action will point to the same resource/url."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="action"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//AbstractAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Referenced/mounted action."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If path is not blank then it is resolved against the context URI to produce a new context URI for the referenced action.&#xA;It can be used to organize generated content into folders in order to avoid name clashes or semantic references, e.g. ``index.html`` generated by one action overwriting ``index.html`` generated by another.&#xA;&#xA;For example, if the referenced action activator is ``click-me.html`` and the path is blank, then the action will be generated in the same folder as the parent of the action reference. &#xA;If the path is ``click-me-demo`` then the referenced action content will be generated to ``click-me-demo/click.html``.&#xA;&#xA;``${base-uri}`` token can be used to define the uri relative to the base generation URI (output folder) instead of the parent URI. It might be useful it the parent URI is an absolute external URI.&#xA;``${base-uri}`` ends with a slash, so there is no need to add a slash. E.g. ``${base-uri}click-me-demo``."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionAdapter" eSuperTypes="#//AbstractAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action adapter uses a named adapter factory to generate HTML action. &#xA;The factory shall be for ${javadoc/org.nasdanika.html.app.Action$Supplier$Factory} type.&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="factory" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Named adapter factory."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If path is not blank then it is resolved against the context URI to produce a new context URI for the linked action.&#xA;It can be used to organize generated content into folders in order to avoid name clashes or semantic references, e.g. ``index.html`` generated by one action overwriting ``index.html`` generated by another.&#xA;&#xA;For example, if the linked action activator is ``click-me.html`` and the path is blank, then the linked action will be generated in the same folder as the parent of the action link. &#xA;If the path is ``click-me-demo`` then the linked action content will be generated to ``click-me-demo/click.html``.&#xA;&#xA;``${base-uri}`` token can be used to define the uri relative to the base generation URI (output folder) instead of the parent URI. It might be useful it the parent URI is an absolute external URI.&#xA;``${base-uri}`` ends with a slash, so there is no need to add a slash. E.g. ``${base-uri}click-me-demo``."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActivatorType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of action activator."/> </eAnnotations> <eLiterals name="Reference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Activator is a URL."/> </eAnnotations> </eLiterals> <eLiterals name="Script" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Activator is a script."/> </eAnnotations> </eLiterals> <eLiterals name="Bind" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Activator is a script executed to bind action to its activator, e.g. set knockoutjs data-bind attribute."/> </eAnnotations> </eLiterals> <eLiterals name="Inline" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Content of actions with inline activator type is displayed instead of the action text and icon - the action is &quot;activated&quot; by inlining its content where it is possible. &#xA;In this case activator value is ignored. &#xA;When content inlining is not possible the action is considered to have a Reference activator, i.e. a click on the action navigates to a page with action content.&#xA;&#xA;An example of inline action would be a search or log-in form. Such a form can be displayed in a card, drop-down, or navbar. &#xA;However, it cannot be displayed in a tree - in this case it would be treated as having Reference activator type."/> </eAnnotations> </eLiterals> <eLiterals name="None" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="No activator, e.g. for a grouping action."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ActionBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Concrete action."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Partition" eSuperTypes="#//ActionBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Concrete action class represented as a container node on a diagram containing actions and other partitions."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BootstrapContainerApplication" eSuperTypes="../../org.nasdanika.vinci.bootstrap/model/bootstrap.ecore#//BootstrapElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bootstrap container application is a page builder which structures a page into 5 areas:&#xA;&#xA;* Header&#xA;* Navigation bar&#xA;* Navigation pane&#xA;* Content pane&#xA;* Footer&#xA;&#xA;Page structuring is performed with Bootstrap container, rows and columns. &#xA;&#xA;Appearance of the top-level container can be customized using Appearance child element. Appearance of the row containing navigation and content panels can be customized using ``children/content-row`` attributes section.&#xA;&#xA;E.g. &#xA;&#xA;```yaml&#xA;children:&#xA; content-row:&#xA; style:&#xA; min-height: 15rem&#xA;```&#xA;&#xA;Also application can be customized by providing a stylesheet or script. Script can be used to implement &quot;rules inheritance&quot; which is not supported by CSS. &#xA;Below is a sample script demonstrating the approach:&#xA;&#xA;```&#xA;$(document).ready( function() {&#xA; $('.nsd-root-action').css(['.display-4']);&#xA;}&#xA;```&#xA;&#xA;[Overview video](https://www.youtube.com/watch?v=W-hGbnM9wNM) in Russian.&#xA;&#xA;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fluid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true the application takes the whole width of the page."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="router" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, a Backbone router code is generated in the header, which allows to build single-page applications. Such applications typically deliver better user experience, but don't work over the file protocol, i.e. when files are opened from disk."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="header" eType="#//BootstrapContainerApplicationSection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Application header.&#xA;&#xA;The header may contribute to appearance of its content provided by application builders by specifiying ``title`` and ``navs`` keys under the ``children`` pseudo-attribute of its appearance.&#xA;&#xA;The ``title`` key defines appearance of the header title - the link of the root action. The ``navs`` key defines appearance of the navigation bar build from the root's navigation &#xA;children after the first one (the principal action).&#xA;&#xA;Example:&#xA;&#xA;```yaml&#xA;children:&#xA; title:&#xA; class:&#xA; display: 4&#xA; text: light&#xA; style:&#xA; text-decoration: none&#xA; title:&#xA; class:&#xA; text: light&#xA;```&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navigationBar" eType="#//BootstrapContainerApplicationSection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Navigation bar."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navigationPanel" eType="#//BootstrapContainerApplicationPanel" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Left navigation panel."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPanel" eType="#//BootstrapContainerApplicationPanel" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Content panel on the right of the navigation panel."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="footer" eType="#//BootstrapContainerApplicationSection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Application footer.&#xA;&#xA;The footer may contribute to appearance of its content provided by application builders by specifiying ``action`` key under the ``children`` pseudo-attribute of its appearance.&#xA;&#xA;The ``action`` key defines appearance of the context children of the root action.&#xA;&#xA;Example:&#xA;&#xA;```yaml&#xA;children:&#xA; action:&#xA; class:&#xA; text: light&#xA;```&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="builders" upperBound="-1" eType="#//AbstractAction" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Builders operate on an instance of ``org.nasdanika.html.app.impl.BootstrapContainerApplication`` or ``org.nasdanika.html.app.impl.BootstrapContainerRouterApplication``&#xA;passed to them by this model element during generation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BootstrapContainerApplicationSection" eSuperTypes="../../org.nasdanika.vinci.bootstrap/model/bootstrap.ecore#//BootstrapElement ../../org.nasdanika.vinci.html/model/html.ecore#//Container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bootstrap container application section - header, navigation bar, and footer."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BootstrapContainerApplicationPanel" eSuperTypes="#//BootstrapContainerApplicationSection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bootstrap container application panel - a section with width spec - navigation panel and content panel."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="width" upperBound="-1" eType="ecore:EClass ../../org.nasdanika.vinci.bootstrap/model/bootstrap.ecore#//ColumnWidth" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Columnt widths for different breakpoints."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//NamedElement ../../org.nasdanika.vinci.html/model/html.ecore#//Container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Named content which is injected into the generated context under ``widgets/&lt;widget name>`` and can be referenced from, say, markdown. This allows to combine the simplicity and ease of use of markdown with advanced functionality of components, e.g. the image component."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Nasdanika/vinci/app/model/app.ecore
ecore
app Container E elements linkedElements Label color text icon tooltip outline notification appearance Category E ActionElement AbstractAction actionMappings ActionCategory ActionBase role Navigation sectionStyle sectionColumns 3 activator activatorType confirmation disabled markdownContent pageTemplate content widgets ActionMapping alias target description ActionLink ref path ActionReference action path ActionAdapter factory path ActivatorType Reference Reference Script Script Bind Bind Inline Inline None None Action Partition BootstrapContainerApplication fluid router header navigationBar navigationPanel contentPanel footer builders BootstrapContainerApplicationSection BootstrapContainerApplicationPanel width Widget
null
{"directed":true,"nodes":[{"nsPrefix":"org.nasdanika.vinci.app","nsURI":"urn:org.nasdanika.vinci.app","name":"app","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionElement","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAction","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionCategory","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBase","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionMapping","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionLink","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionAdapter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivatorType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Partition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BootstrapContainerApplication","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BootstrapContainerApplicationSection","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BootstrapContainerApplicationPanel","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"name":"E","id":19,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tooltip","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notification","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appearance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"name":"E","id":39,"eClass":"ETypeParameter"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Navigation","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Navigation","unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sectionStyle","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"sectionColumns","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activator","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activatorType","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confirmation","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabled","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"markdownContent","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pageTemplate","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"factory","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"name":"Reference","id":98,"value":0,"literal":"Reference","eClass":"EEnumLiteral"},{"name":"Script","id":99,"value":1,"literal":"Script","eClass":"EEnumLiteral"},{"name":"Bind","id":100,"value":2,"literal":"Bind","eClass":"EEnumLiteral"},{"name":"Inline","id":101,"value":3,"literal":"Inline","eClass":"EEnumLiteral"},{"name":"None","id":102,"value":4,"literal":"None","eClass":"EEnumLiteral"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fluid","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"router","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"header","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigationBar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigationPanel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentPanel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"footer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"builders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":20,"target":22},{"source":20,"target":1},{"source":22,"target":19},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":19},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":24,"target":32},{"source":24,"target":2},{"source":25,"target":33},{"source":25,"target":2},{"source":26,"target":34},{"source":26,"target":2},{"source":27,"target":35},{"source":27,"target":2},{"source":28,"target":36},{"source":28,"target":2},{"source":29,"target":37},{"source":29,"target":2},{"source":30,"target":38},{"source":30,"target":2},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":2},{"source":3,"target":1},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":2},{"source":41,"target":42},{"source":41,"target":1},{"source":42,"target":39},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":43,"target":8},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":8},{"source":44,"target":4},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":4},{"source":6,"target":48},{"source":6,"target":49},{"source":48,"target":50},{"source":48,"target":3},{"source":50,"target":5},{"source":49,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":5},{"source":7,"target":1},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":51,"target":65},{"source":51,"target":7},{"source":52,"target":66},{"source":52,"target":7},{"source":53,"target":67},{"source":53,"target":7},{"source":54,"target":68},{"source":54,"target":7},{"source":55,"target":12},{"source":55,"target":69},{"source":55,"target":7},{"source":69,"target":12},{"source":56,"target":70},{"source":56,"target":7},{"source":57,"target":71},{"source":57,"target":7},{"source":58,"target":72},{"source":58,"target":7},{"source":59,"target":73},{"source":59,"target":7},{"source":60,"target":74},{"source":60,"target":7},{"source":61,"target":18},{"source":61,"target":75},{"source":61,"target":7},{"source":75,"target":18},{"source":62,"target":2},{"source":63,"target":5},{"source":64,"target":76},{"source":64,"target":1},{"source":76,"target":4},{"source":8,"target":0},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":77,"target":80},{"source":77,"target":8},{"source":78,"target":5},{"source":78,"target":81},{"source":78,"target":8},{"source":81,"target":5},{"source":79,"target":82},{"source":79,"target":8},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":83,"target":86},{"source":83,"target":9},{"source":84,"target":87},{"source":84,"target":9},{"source":85,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":88,"target":5},{"source":88,"target":91},{"source":88,"target":10},{"source":91,"target":5},{"source":89,"target":92},{"source":89,"target":10},{"source":90,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":93},{"source":11,"target":94},{"source":11,"target":95},{"source":93,"target":96},{"source":93,"target":11},{"source":94,"target":97},{"source":94,"target":11},{"source":95,"target":5},{"source":12,"target":0},{"source":12,"target":98},{"source":12,"target":99},{"source":12,"target":100},{"source":12,"target":101},{"source":12,"target":102},{"source":98,"target":12},{"source":99,"target":12},{"source":100,"target":12},{"source":101,"target":12},{"source":102,"target":12},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":103},{"source":103,"target":7},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":104},{"source":104,"target":7},{"source":15,"target":0},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":105,"target":114},{"source":105,"target":15},{"source":106,"target":115},{"source":106,"target":15},{"source":107,"target":16},{"source":107,"target":116},{"source":107,"target":15},{"source":116,"target":16},{"source":108,"target":16},{"source":108,"target":117},{"source":108,"target":15},{"source":117,"target":16},{"source":109,"target":17},{"source":109,"target":118},{"source":109,"target":15},{"source":118,"target":17},{"source":110,"target":17},{"source":110,"target":119},{"source":110,"target":15},{"source":119,"target":17},{"source":111,"target":16},{"source":111,"target":120},{"source":111,"target":15},{"source":120,"target":16},{"source":112,"target":5},{"source":112,"target":121},{"source":112,"target":15},{"source":121,"target":5},{"source":16,"target":0},{"source":16,"target":122},{"source":16,"target":123},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":124},{"source":17,"target":125},{"source":124,"target":126},{"source":124,"target":17},{"source":125,"target":16},{"source":18,"target":0},{"source":18,"target":127},{"source":18,"target":128}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="profile" nsURI="http://www.openhealthtools.org/mdht/schemas/term/1" nsPrefix="term"> <eClassifiers xsi:type="ecore:EClass" name="CD"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" upperBound="-1" eType="#//CR" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="translation" ordered="false" upperBound="-1" eType="#//CD" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeSystem" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeSystemName" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeSystemVersion" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CR"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//CD" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="#//CD" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverted" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BindingKind"> <eLiterals name="Static"/> <eLiterals name="Dynamic" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ValueSetType"> <eLiterals name="Extensional"/> <eLiterals name="Intensional" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StatusKind"> <eLiterals name="Active"/> <eLiterals name="Inactive" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConceptDomainConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" ordered="false" eType="#//ConceptDomain"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConceptDomain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" eType="#//StatusKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeSystemConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" ordered="false" eType="#//CodeSystemVersion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binding" ordered="false" eType="#//BindingKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" upperBound="-1" eType="#//CR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeSystemVersion"> <eOperations name="getEnumerationName" ordered="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eOperations name="setEnumerationName" ordered="false" lowerBound="1"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> </eOperations> <eOperations name="getEnumerationQualifiedName" ordered="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="releaseDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" eType="#//StatusKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Enumeration" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSetConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" ordered="false" eType="#//ValueSetVersion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binding" ordered="false" eType="#//BindingKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSetVersion"> <eOperations name="getEnumerationName" ordered="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eOperations name="setEnumerationName" ordered="false" lowerBound="1"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> </eOperations> <eOperations name="getEnumerationQualifiedName" ordered="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expirationDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="releaseDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" eType="#//StatusKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" eType="#//ValueSetType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binding" ordered="false" eType="#//BindingKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codeSystem" ordered="false" eType="#//CodeSystemVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Enumeration" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSetCode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conceptName" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usageNote" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codeSystem" ordered="false" eType="#//CodeSystemVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_EnumerationLiteral" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//EnumerationLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSetContextBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conceptDomain" ordered="false" lowerBound="1" eType="#//ConceptDomain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueSet" ordered="false" lowerBound="1" eType="#//ValueSetVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageContext" ordered="false" lowerBound="1" eType="#//UsageContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" eType="#//StatusKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusDate" ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mdht/mdht/core/plugins/org.openhealthtools.mdht.uml.term.core/model/profile.ecore
ecore
profile CD qualifier translation code codeSystem codeSystemName codeSystemVersion displayName CR name value inverted BindingKind Static Static Dynamic Dynamic ValueSetType Extensional Extensional Intensional Intensional StatusKind Active Active Inactive Inactive ConceptDomainConstraint reference identifier name base_Property ConceptDomain identifier fullName status statusDate base_Class CodeSystemConstraint reference identifier name version binding code displayName qualifier base_Property CodeSystemVersion getEnumerationName setEnumerationName name getEnumerationQualifiedName identifier version fullName source url effectiveDate releaseDate status statusDate base_Enumeration ValueSetConstraint reference identifier name version binding base_Property ValueSetVersion getEnumerationName setEnumerationName name getEnumerationQualifiedName identifier version fullName source url definition effectiveDate expirationDate releaseDate revisionDate status statusDate type binding codeSystem base_Enumeration ValueSetCode conceptName usageNote codeSystem base_EnumerationLiteral ValueSetContextBinding effectiveDate conceptDomain valueSet usageContext base_Class UsageContext identifier status statusDate base_Class
null
{"directed":true,"nodes":[{"nsPrefix":"term","nsURI":"http://www.openhealthtools.org/mdht/schemas/term/1","name":"profile","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CD","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CR","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BindingKind","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ValueSetType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatusKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptDomainConstraint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptDomain","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeSystemConstraint","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeSystemVersion","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSetConstraint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSetVersion","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSetCode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSetContextBinding","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageContext","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"translation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeSystem","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeSystemName","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeSystemVersion","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverted","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"Static","id":35,"value":0,"literal":"Static","eClass":"EEnumLiteral"},{"name":"Dynamic","id":36,"value":1,"literal":"Dynamic","eClass":"EEnumLiteral"},{"name":"Extensional","id":37,"value":0,"literal":"Extensional","eClass":"EEnumLiteral"},{"name":"Intensional","id":38,"value":1,"literal":"Intensional","eClass":"EEnumLiteral"},{"name":"Active","id":39,"value":0,"literal":"Active","eClass":"EEnumLiteral"},{"name":"Inactive","id":40,"value":1,"literal":"Inactive","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullName","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusDate","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEnumerationName","lowerBound":1,"id":77,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setEnumerationName","lowerBound":1,"id":78,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEnumerationQualifiedName","lowerBound":1,"id":79,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullName","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectiveDate","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"releaseDate","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusDate","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":91,"many":false,"required":true,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEnumerationName","lowerBound":1,"id":116,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setEnumerationName","lowerBound":1,"id":117,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEnumerationQualifiedName","lowerBound":1,"id":118,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullName","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectiveDate","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expirationDate","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"releaseDate","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionDate","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusDate","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"codeSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":136,"many":false,"required":true,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conceptName","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usageNote","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"codeSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_EnumerationLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectiveDate","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usageContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusDate","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":15,"target":2},{"source":15,"target":22},{"source":15,"target":1},{"source":22,"target":2},{"source":16,"target":1},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":1},{"source":17,"target":24},{"source":17,"target":1},{"source":18,"target":25},{"source":18,"target":1},{"source":19,"target":26},{"source":19,"target":1},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":28},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":29,"target":1},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":1},{"source":30,"target":1},{"source":30,"target":33},{"source":30,"target":2},{"source":33,"target":1},{"source":31,"target":34},{"source":31,"target":2},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":35,"target":3},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":4},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":5},{"source":40,"target":5},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":41,"target":7},{"source":41,"target":45},{"source":41,"target":6},{"source":45,"target":7},{"source":42,"target":46},{"source":42,"target":6},{"source":43,"target":47},{"source":43,"target":6},{"source":44,"target":48},{"source":44,"target":6},{"source":7,"target":0},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":49,"target":54},{"source":49,"target":7},{"source":50,"target":55},{"source":50,"target":7},{"source":51,"target":5},{"source":51,"target":56},{"source":51,"target":7},{"source":56,"target":5},{"source":52,"target":57},{"source":52,"target":7},{"source":53,"target":58},{"source":53,"target":7},{"source":8,"target":0},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":59,"target":9},{"source":59,"target":68},{"source":59,"target":8},{"source":68,"target":9},{"source":60,"target":69},{"source":60,"target":8},{"source":61,"target":70},{"source":61,"target":8},{"source":62,"target":71},{"source":62,"target":8},{"source":63,"target":3},{"source":63,"target":72},{"source":63,"target":8},{"source":72,"target":3},{"source":64,"target":73},{"source":64,"target":8},{"source":65,"target":74},{"source":65,"target":8},{"source":66,"target":2},{"source":66,"target":75},{"source":66,"target":8},{"source":75,"target":2},{"source":67,"target":76},{"source":67,"target":8},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":77,"target":90},{"source":77,"target":9},{"source":78,"target":9},{"source":78,"target":91},{"source":91,"target":92},{"source":91,"target":78},{"source":79,"target":93},{"source":79,"target":9},{"source":80,"target":94},{"source":80,"target":9},{"source":81,"target":95},{"source":81,"target":9},{"source":82,"target":96},{"source":82,"target":9},{"source":83,"target":97},{"source":83,"target":9},{"source":84,"target":98},{"source":84,"target":9},{"source":85,"target":99},{"source":85,"target":9},{"source":86,"target":100},{"source":86,"target":9},{"source":87,"target":5},{"source":87,"target":101},{"source":87,"target":9},{"source":101,"target":5},{"source":88,"target":102},{"source":88,"target":9},{"source":89,"target":103},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":104,"target":11},{"source":104,"target":110},{"source":104,"target":10},{"source":110,"target":11},{"source":105,"target":111},{"source":105,"target":10},{"source":106,"target":112},{"source":106,"target":10},{"source":107,"target":113},{"source":107,"target":10},{"source":108,"target":3},{"source":108,"target":114},{"source":108,"target":10},{"source":114,"target":3},{"source":109,"target":115},{"source":109,"target":10},{"source":11,"target":0},{"source":11,"target":116},{"source":11,"target":117},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":11,"target":122},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":11,"target":133},{"source":11,"target":134},{"source":116,"target":135},{"source":116,"target":11},{"source":117,"target":11},{"source":117,"target":136},{"source":136,"target":137},{"source":136,"target":117},{"source":118,"target":138},{"source":118,"target":11},{"source":119,"target":139},{"source":119,"target":11},{"source":120,"target":140},{"source":120,"target":11},{"source":121,"target":141},{"source":121,"target":11},{"source":122,"target":142},{"source":122,"target":11},{"source":123,"target":143},{"source":123,"target":11},{"source":124,"target":144},{"source":124,"target":11},{"source":125,"target":145},{"source":125,"target":11},{"source":126,"target":146},{"source":126,"target":11},{"source":127,"target":147},{"source":127,"target":11},{"source":128,"target":148},{"source":128,"target":11},{"source":129,"target":5},{"source":129,"target":149},{"source":129,"target":11},{"source":149,"target":5},{"source":130,"target":150},{"source":130,"target":11},{"source":131,"target":4},{"source":131,"target":151},{"source":131,"target":11},{"source":151,"target":4},{"source":132,"target":3},{"source":132,"target":152},{"source":132,"target":11},{"source":152,"target":3},{"source":133,"target":9},{"source":133,"target":153},{"source":133,"target":11},{"source":153,"target":9},{"source":134,"target":154},{"source":134,"target":11},{"source":12,"target":0},{"source":12,"target":155},{"source":12,"target":156},{"source":12,"target":157},{"source":12,"target":158},{"source":155,"target":159},{"source":155,"target":12},{"source":156,"target":160},{"source":156,"target":12},{"source":157,"target":9},{"source":157,"target":161},{"source":157,"target":12},{"source":161,"target":9},{"source":158,"target":162},{"source":158,"target":12},{"source":13,"target":0},{"source":13,"target":163},{"source":13,"target":164},{"source":13,"target":165},{"source":13,"target":166},{"source":13,"target":167},{"source":163,"target":168},{"source":163,"target":13},{"source":164,"target":7},{"source":164,"target":169},{"source":164,"target":13},{"source":169,"target":7},{"source":165,"target":11},{"source":165,"target":170},{"source":165,"target":13},{"source":170,"target":11},{"source":166,"target":14},{"source":166,"target":171},{"source":166,"target":13},{"source":171,"target":14},{"source":167,"target":172},{"source":167,"target":13},{"source":14,"target":0},{"source":14,"target":173},{"source":14,"target":174},{"source":14,"target":175},{"source":14,"target":176},{"source":173,"target":177},{"source":173,"target":14},{"source":174,"target":5},{"source":174,"target":178},{"source":174,"target":14},{"source":178,"target":5},{"source":175,"target":179},{"source":175,"target":14},{"source":176,"target":180},{"source":176,"target":14}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="saltCommon" nsURI="saltCommon" nsPrefix="saltCommon"> <eClassifiers xsi:type="ecore:EClass" name="SaltProject"> <eOperations name="loadSaltProject"> <eParameters name="saltProjectURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="loadSaltProject_GrAF"> <eParameters name="saltProjectUri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="properties" eType="#//Properties"/> </eOperations> <eOperations name="differences" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="obj" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="loadSCorpusGraph_GrAF" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eParameters name="sCorpusGraphURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="properties" eType="#//Properties"/> </eOperations> <eOperations name="loadSDocumentGraph_GrAF"> <eParameters name="sDocumentGraphURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="sDocument" eType="#//sCorpusStructure/SDocument"/> <eParameters name="properties" eType="#//Properties"/> </eOperations> <eOperations name="saveSCorpusGraph_DOT"> <eParameters name="uri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="sElementID" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> </eOperations> <eOperations name="saveSaltProject"> <eParameters name="saltProjectURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="saveSaltProject_DOT"> <eParameters name="uri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="saveSDocumentGraph_DOT"> <eParameters name="uri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="sElementID" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> </eOperations> <eOperations name="loadSCorpusStructure"> <eParameters name="saltProjectURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="getSDocumentGraphLocations"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> <eTypeArguments eClassifier="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraphs" upperBound="-1" eType="#//sCorpusStructure/SCorpusGraph" containment="true" eOpposite="#//sCorpusStructure/SCorpusGraph/saltProject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Properties" instanceClassName="java.util.Properties"/> <eClassifiers xsi:type="ecore:EEnum" name="SFEATURE_NAME"> <eLiterals name="SDOCUMENT_GRAPH_LOCATION"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Tokenizer" instanceClassName="de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer"/> <eSubpackages name="sCorpusStructure" nsURI="sCorpusStructure" nsPrefix="sCorpusStructure"> <eClassifiers xsi:type="ecore:EClass" name="SCorpusGraph" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SGraph"> <eOperations name="getSCorpus" eType="#//sCorpusStructure/SCorpus"> <eParameters name="sCorpusId" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> </eOperations> <eOperations name="getSDocument" eType="#//sCorpusStructure/SDocument"> <eParameters name="sDocumentId" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> </eOperations> <eOperations name="addSSubCorpus" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"> <eParameters name="sSuperCorpus" eType="#//sCorpusStructure/SCorpus"/> <eParameters name="sSubCorpus" eType="#//sCorpusStructure/SCorpus"/> </eOperations> <eOperations name="addSDocument" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"> <eParameters name="sCorpus" eType="#//sCorpusStructure/SCorpus"/> <eParameters name="sDocument" eType="#//sCorpusStructure/SDocument"/> </eOperations> <eOperations name="getSCorpus" eType="#//sCorpusStructure/SCorpus"> <eParameters name="sDocument" eType="#//sCorpusStructure/SDocument"/> </eOperations> <eOperations name="getSRootCorpus" upperBound="-1" eType="#//sCorpusStructure/SCorpus"/> <eOperations name="load"> <eParameters name="sCorpusGraphUri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocuments" upperBound="-1" eType="#//sCorpusStructure/SDocument" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sCorpusStructure/SDocument/sCorpusGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="saltProject" eType="#//SaltProject" eOpposite="#//SaltProject/sCorpusGraphs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpora" upperBound="-1" eType="#//sCorpusStructure/SCorpus" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sCorpusStructure/SCorpus/sCorpusGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusRelations" upperBound="-1" eType="#//sCorpusStructure/SCorpusRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sCorpusStructure/SCorpusRelation/sCorpusGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusDocumentRelations" upperBound="-1" eType="#//sCorpusStructure/SCorpusDocumentRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sCorpusStructure/SCorpusDocumentRelation/sCorpusGraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SDocument" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eOperations name="saveSDocumentGraph"> <eParameters name="sDocumentGraphLocation" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="loadSDocumentGraph"/> <eOperations name="loadSDocumentGraph"> <eParameters name="sDocumentGraphLocation" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraph" eType="#//sCorpusStructure/SCorpusGraph" volatile="true" transient="true" derived="true" eOpposite="#//sCorpusStructure/SCorpusGraph/sDocuments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" eOpposite="#//sDocumentStructure/SDocumentGraph/sDocument"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SDocumentGraphLocation" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SCorpus" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraph" eType="#//sCorpusStructure/SCorpusGraph" volatile="true" transient="true" derived="true" eOpposite="#//sCorpusStructure/SCorpusGraph/sCorpora"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SCorpusRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sSuperCorpus" eType="#//sCorpusStructure/SCorpus" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSubCorpus" eType="#//sCorpusStructure/SCorpus" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraph" eType="#//sCorpusStructure/SCorpusGraph" volatile="true" transient="true" derived="true" eOpposite="#//sCorpusStructure/SCorpusGraph/sCorpusRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SCorpusDocumentRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpus" eType="#//sCorpusStructure/SCorpus" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocument" eType="#//sCorpusStructure/SDocument" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraph" eType="#//sCorpusStructure/SCorpusGraph" volatile="true" transient="true" derived="true" eOpposite="#//sCorpusStructure/SCorpusGraph/sCorpusDocumentRelations"/> </eClassifiers> </eSubpackages> <eSubpackages name="sDocumentStructure" nsURI="sDocumentStructure" nsPrefix="sDocumentStructure"> <eClassifiers xsi:type="ecore:EClass" name="SDocumentGraph" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SGraph"> <eOperations name="addSNode" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eParameters name="sourceSNode" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="targetSNode" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="sRelationType" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="getSSpanBySequence" upperBound="-1" eType="#//sDocumentStructure/SSpan"> <eParameters name="sequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="createSTextualDS" eType="#//sDocumentStructure/STextualDS"> <eParameters name="sText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createSToken" eType="#//sDocumentStructure/SToken"> <eParameters name="sDSSequences" upperBound="-1" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="createSToken" eType="#//sDocumentStructure/SToken"> <eParameters name="sDSSequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="createSTimeline" eType="#//sDocumentStructure/STimeline"/> <eOperations name="getSTokensBySequence" upperBound="-1" eType="#//sDocumentStructure/SToken"> <eParameters name="sequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="getSStructureBySequence" upperBound="-1" eType="#//sDocumentStructure/SStructure"> <eParameters name="sequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="getSNodeBySequence" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eParameters name="sequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="getOverlappedDSSequences" upperBound="-1" eType="#//sDocumentStructure/SDataSourceSequence"> <eParameters name="sNode" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="sRelationTypes" upperBound="-1" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="getOverlappedDSSequences" upperBound="-1" eType="#//sDocumentStructure/SDataSourceSequence"> <eParameters name="sNode" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="sRelationTypes" upperBound="-1" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="isContinuousByText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="subSNodeList" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="fullSNodeList" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> </eOperations> <eOperations name="isContinuousByText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="subSNodeList" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> </eOperations> <eOperations name="getSortedSTokenByText" upperBound="-1" eType="#//sDocumentStructure/SToken"> <eParameters name="sTokens2sort" upperBound="-1" eType="#//sDocumentStructure/SToken"/> </eOperations> <eOperations name="getSortedSTokenByText" upperBound="-1" eType="#//sDocumentStructure/SToken"/> <eOperations name="createSSpan" eType="#//sDocumentStructure/SSpan"> <eParameters name="sourceSToken" eType="#//sDocumentStructure/SToken"/> </eOperations> <eOperations name="createSSpan" eType="#//sDocumentStructure/SSpan"> <eParameters name="sTokens" upperBound="-1" eType="#//sDocumentStructure/SToken"/> </eOperations> <eOperations name="createSStructure" eType="#//sDocumentStructure/SStructure"> <eParameters name="sourceSNode" eType="#//sDocumentStructure/SStructuredNode"/> </eOperations> <eOperations name="sortSTokenByText"/> <eOperations name="createSStructure" eType="#//sDocumentStructure/SStructure"> <eParameters name="sStructures" upperBound="-1" eType="#//sDocumentStructure/SStructuredNode"/> </eOperations> <eOperations name="getRootsBySRelation" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eParameters name="sType" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="getRootsBySRelationSType"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> </eTypeArguments> </eGenericType> <eParameters name="sType" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="createSToken" eType="#//sDocumentStructure/SToken"> <eParameters name="sSequentialDS" eType="#//sDocumentStructure/SSequentialDS"/> <eParameters name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eParameters name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eOperations> <eOperations name="tokenize" upperBound="-1" eType="#//sDocumentStructure/SToken"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tokenizes all {@link STextualDS} object being contained in this {@link SDocumentGraph} object. The Tokenization is similar to the tokenization made by the TreeTagger tokenizer. This method calls the method {@link #createTokenizer()} and initilizes with automatic detected values. The language will be detected automatically for each {@link STextualDS} object by use of the {@link TextCategorizer} (see: &lt;a href=&quot;http://textcat.sourceforge.net/doc/org/knallgrau/utils/textcat/TextCategorizer.html&quot;>http://textcat.sourceforge.net/doc/org/knallgrau/utils/textcat/TextCategorizer.html&lt;/a>). If the language is one of the given ones: english, french, italian and german, abbreviations also taken from the Treetagger will be used.&#xD;&#xA;To customize these settings use the method {@link #createTokenizer()}.&#xD;&#xA;&#xD;&#xA;The used Treetagger is a reimplementation in Java with permission from the original TreeTagger tokenizer in Perl by Helmut Schmid (see: &lt;a href=&quot;http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/&quot;>http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/&lt;/a>).&#xD;&#xA;For each token detected in the text given by &lt;code>sTextualDS.getSText()&lt;/code> an {@link SToken} object is created and linked with the {@link STextualDS} object via a new {@link STextualRelation} object containing the textual offset."/> </eAnnotations> </eOperations> <eOperations name="createTokenizer" eType="#//Tokenizer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Creates a new {@link Tokenizer} object to tokenize the set {@link STextualDS} objects being contained in this {@link SDocumentGraph} object. To customize the tokenization, set take a look to the properties of the returned {@link Tokenizer} object. This method is used by the method {@link #tokenize()}.&#xD;&#xA;The used Treetagger is a reimplementation in Java with permission from the original TreeTagger tokenizer in Perl by Helmut Schmid (see: &lt;a href=&quot;http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/&quot;>http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/&lt;/a>).&#xD;&#xA;For each token detected in the text given by &lt;code>sTextualDS.getSText()&lt;/code> an {@link SToken} object is created and linked with the {@link STextualDS} object via a new {@link STextualRelation} object containing the textual offset. &#xD;&#xA;If the set {@link STextualDS} object is empty or if it does not belong to this {@link SDocumentGraph} object an exception is thrown. "/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocument" eType="#//sCorpusStructure/SDocument" eOpposite="#//sCorpusStructure/SDocument/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTextualDSs" upperBound="-1" eType="#//sDocumentStructure/STextualDS" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/STextualDS/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTextualRelations" upperBound="-1" eType="#//sDocumentStructure/STextualRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/STextualRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTokens" upperBound="-1" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SToken/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTimeline" eType="#//sDocumentStructure/STimeline" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/STimeline/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTimelineRelations" upperBound="-1" eType="#//sDocumentStructure/STimelineRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/STimelineRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSpanningRelations" upperBound="-1" eType="#//sDocumentStructure/SSpanningRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SSpanningRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSpans" upperBound="-1" eType="#//sDocumentStructure/SSpan" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SSpan/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sStructures" upperBound="-1" eType="#//sDocumentStructure/SStructure" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SStructure/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDominanceRelations" upperBound="-1" eType="#//sDocumentStructure/SDominanceRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SDominanceRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sPointingRelations" upperBound="-1" eType="#//sDocumentStructure/SPointingRelation" volatile="true" transient="true" containment="true" eOpposite="#//sDocumentStructure/SPointingRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sAudioDSRelations" upperBound="-1" eType="#//sDocumentStructure/SAudioDSRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SAudioDSRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sAudioDataSources" upperBound="-1" eType="#//sDocumentStructure/SAudioDataSource" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SAudioDataSource/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sOrderRelations" upperBound="-1" eType="#//sDocumentStructure/SOrderRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SOrderRelation/sDocumentGraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STextualDS" eSuperTypes="#//sDocumentStructure/SSequentialDS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTextualDSs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SToken" eSuperTypes="#//sDocumentStructure/SStructuredNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTokens"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STextualRelation" eSuperTypes="#//sDocumentStructure/SSequentialRelation #//sDocumentStructure/STextOverlappingRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sToken" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTextualDS" eType="#//sDocumentStructure/STextualDS" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTextualRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SSequentialRelation" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SSequentialDS" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This value represents the first position of where the data starts. In general this value is 0. In case of the {@link SSequentialDS} is a {@link STextualDS}, this value determines the position where the text starts. This value is null if the value {@link #SData} is null."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This value represents the last position of where the data ends. In case of the {@link SSequentialDS} is a {@link STextualDS}, this value determines the position of the last character of the text. This value is null if the value {@link #SData} is null."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STimeline" eSuperTypes="#//sDocumentStructure/SSequentialDS"> <eOperations name="addSPointOfTime"> <eParameters name="sPointOfTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTimeline"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sPointsOfTime" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STimelineRelation" eSuperTypes="#//sDocumentStructure/SSequentialRelation #//sDocumentStructure/STimeOverlappingRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sTimeline" eType="#//sDocumentStructure/STimeline" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sToken" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTimelineRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SSpan" eSuperTypes="#//sDocumentStructure/SStructuredNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sSpans"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SSpanningRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation #//sDocumentStructure/STextOverlappingRelation #//sDocumentStructure/STimeOverlappingRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sToken" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSpan" eType="#//sDocumentStructure/SSpan" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sSpanningRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SFEATURE_NAMES"> <eLiterals name="STEXT_OVERLAPPING" literal="salt::STEXT_OVERLAPPING"/> <eLiterals name="SSTART" value="1"/> <eLiterals name="SEND" value="2"/> <eLiterals name="STEXT" value="3"/> <eLiterals name="SDATA" value="4"/> <eLiterals name="STIME_OVERLAPPING" value="5"/> <eLiterals name="STYPE_SRELATION" value="6" literal="SType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STextOverlappingRelation" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eOperations name="isSTextOverlapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STimeOverlappingRelation" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eOperations name="isSTimeOverlapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SStructuredNode" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eClassifiers xsi:type="ecore:EClass" name="SStructure" eSuperTypes="#//sDocumentStructure/SStructuredNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sStructures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SPointingRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="SStructuredSource" eType="#//sDocumentStructure/SStructuredNode" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SStructuredTarget" eType="#//sDocumentStructure/SStructuredNode" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sPointingRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SDominanceRelation" eSuperTypes="#//sDocumentStructure/STextOverlappingRelation #//sDocumentStructure/STimeOverlappingRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sStructure" eType="#//sDocumentStructure/SStructure" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sStructuredTarget" eType="#//sDocumentStructure/SStructuredNode" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sDominanceRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="STYPE_NAME"> <eLiterals name="STEXTUAL_DS" literal="STextualDS"/> <eLiterals name="STOKEN" value="1" literal="SToken"/> <eLiterals name="SSPAN" value="2" literal="SSpan"/> <eLiterals name="SSTRUCTURE" value="3" literal="SStructure"/> <eLiterals name="STEXTUAL_RELATION" value="4" literal="STextualRelation"/> <eLiterals name="SSPANNING_RELATION" value="5" literal="SSpanningRelation"/> <eLiterals name="SDOMINANCE_RELATION" value="6" literal="SDominanceRelation"/> <eLiterals name="SPOINTING_RELATION" value="7" literal="SPointingRelation"/> <eLiterals name="STEXT_OVERLAPPING_RELATION" value="8"/> <eLiterals name="STIME_OVERLAPPING_RELATION" value="9"/> <eLiterals name="SSEQUENTIAL_RELATION" value="10"/> <eLiterals name="SORDER_RELATION" value="11"/> <eLiterals name="SDOCUMENT" value="12"/> <eLiterals name="SCORPUS" value="13"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SDataSourceSequence"> <eOperations name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSequentialDS" eType="#//sDocumentStructure/SSequentialDS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SAudioDataSource" eSuperTypes="#//sDocumentStructure/SSequentialDS"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sAudioDataSources"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sAudioReference" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SAudioDSRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sToken" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sAudioDS" eType="#//sDocumentStructure/SAudioDataSource" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sAudioDSRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOrderRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sOrderRelations"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/saltCommon.ecore
ecore
saltCommon SaltProject loadSaltProject saltProjectURI loadSaltProject_GrAF saltProjectUri properties differences obj loadSCorpusGraph_GrAF sCorpusGraphURI properties loadSDocumentGraph_GrAF sDocumentGraphURI sDocument properties saveSCorpusGraph_DOT uri sElementID saveSaltProject saltProjectURI saveSaltProject_DOT uri saveSDocumentGraph_DOT uri sElementID loadSCorpusStructure saltProjectURI getSDocumentGraphLocations sCorpusGraphs sName Properties java.util.Properties java.util.Properties SFEATURE_NAME SDOCUMENT_GRAPH_LOCATION SDOCUMENT_GRAPH_LOCATION Tokenizer de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer sCorpusStructure SCorpusGraph getSCorpus sCorpusId getSDocument sDocumentId addSSubCorpus sSuperCorpus sSubCorpus addSDocument sCorpus sDocument getSCorpus sDocument getSRootCorpus load sCorpusGraphUri sDocuments saltProject sCorpora sCorpusRelations sCorpusDocumentRelations SDocument saveSDocumentGraph sDocumentGraphLocation loadSDocumentGraph loadSDocumentGraph sDocumentGraphLocation sCorpusGraph sDocumentGraph SDocumentGraphLocation SCorpus sCorpusGraph SCorpusRelation sSuperCorpus sSubCorpus sCorpusGraph SCorpusDocumentRelation sCorpus sDocument sCorpusGraph sDocumentStructure SDocumentGraph addSNode sourceSNode targetSNode sRelationType getSSpanBySequence sequence createSTextualDS sText createSToken sDSSequences createSToken sDSSequence createSTimeline getSTokensBySequence sequence getSStructureBySequence sequence getSNodeBySequence sequence getOverlappedDSSequences sNode sRelationTypes getOverlappedDSSequences sNode sRelationTypes isContinuousByText subSNodeList fullSNodeList isContinuousByText subSNodeList getSortedSTokenByText sTokens2sort getSortedSTokenByText createSSpan sourceSToken createSSpan sTokens createSStructure sourceSNode sortSTokenByText createSStructure sStructures getRootsBySRelation sType getRootsBySRelationSType sType createSToken sSequentialDS sStart sEnd tokenize createTokenizer sDocument sTextualDSs sTextualRelations sTokens sTimeline sTimelineRelations sSpanningRelations sSpans sStructures sDominanceRelations sPointingRelations sAudioDSRelations sAudioDataSources sOrderRelations STextualDS sText sDocumentGraph SToken sDocumentGraph STextualRelation sToken sTextualDS sDocumentGraph SSequentialRelation sStart sEnd SSequentialDS sData sStart sEnd STimeline addSPointOfTime sPointOfTime sDocumentGraph sPointsOfTime STimelineRelation sTimeline sToken sDocumentGraph SSpan sDocumentGraph SSpanningRelation sToken sSpan sDocumentGraph SFEATURE_NAMES STEXT_OVERLAPPING salt::STEXT_OVERLAPPING SSTART SSTART SEND SEND STEXT STEXT SDATA SDATA STIME_OVERLAPPING STIME_OVERLAPPING STYPE_SRELATION SType STextOverlappingRelation isSTextOverlapping STimeOverlappingRelation isSTimeOverlapping SStructuredNode SStructure sDocumentGraph SPointingRelation SStructuredSource SStructuredTarget sDocumentGraph SDominanceRelation sStructure sStructuredTarget sDocumentGraph STYPE_NAME STEXTUAL_DS STextualDS STOKEN SToken SSPAN SSpan SSTRUCTURE SStructure STEXTUAL_RELATION STextualRelation SSPANNING_RELATION SSpanningRelation SDOMINANCE_RELATION SDominanceRelation SPOINTING_RELATION SPointingRelation STEXT_OVERLAPPING_RELATION STEXT_OVERLAPPING_RELATION STIME_OVERLAPPING_RELATION STIME_OVERLAPPING_RELATION SSEQUENTIAL_RELATION SSEQUENTIAL_RELATION SORDER_RELATION SORDER_RELATION SDOCUMENT SDOCUMENT SCORPUS SCORPUS SDataSourceSequence validate sStart sEnd sSequentialDS SAudioDataSource sDocumentGraph sAudioReference SAudioDSRelation sStart sEnd sToken sAudioDS sDocumentGraph SOrderRelation sDocumentGraph
null
{"directed":true,"nodes":[{"nsPrefix":"saltCommon","nsURI":"saltCommon","name":"saltCommon","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaltProject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Properties","defaultValue":null,"instanceClassName":"java.util.Properties","name":"Properties","instanceClass":"java.util.Properties","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SFEATURE_NAME","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer","defaultValue":null,"instanceClassName":"de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer","name":"Tokenizer","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"sCorpusStructure","nsURI":"sCorpusStructure","name":"sCorpusStructure","id":5,"eClass":"EPackage"},{"nsPrefix":"sDocumentStructure","nsURI":"sDocumentStructure","name":"sDocumentStructure","id":6,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSaltProject","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSaltProject_GrAF","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"differences","lowerBound":0,"id":9,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSCorpusGraph_GrAF","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSDocumentGraph_GrAF","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSCorpusGraph_DOT","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSaltProject","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSaltProject_DOT","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSDocumentGraph_DOT","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSCorpusStructure","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSDocumentGraphLocations","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sCorpusGraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sName","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"saltProjectURI","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"saltProjectUri","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"properties","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sCorpusGraphURI","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"properties","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocumentGraphURI","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocument","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"properties","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDocument","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sElementID","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"saltProjectURI","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sElementID","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"saltProjectURI","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCorpusGraph","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"saltProject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"name":"SDOCUMENT_GRAPH_LOCATION","id":62,"value":0,"literal":"SDOCUMENT_GRAPH_LOCATION","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCorpus","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCorpusRelation","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCorpusDocumentRelation","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSCorpus","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSDocument","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSSubCorpus","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSDocument","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSCorpus","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSRootCorpus","lowerBound":0,"id":71,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"load","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sDocuments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sCorpora","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusDocumentRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":true},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sCorpusId","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocumentId","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sSuperCorpus","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sSubCorpus","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sCorpus","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocument","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocument","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sCorpusGraphUri","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":true},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":true},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":true},{"id":107,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":true},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSDocumentGraph","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSDocumentGraph","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSDocumentGraph","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"SDocumentGraphLocation","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":true},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocumentGraphLocation","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocumentGraphLocation","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDocumentGraph","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sDocument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sSuperCorpus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sSubCorpus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":true},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":true},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STextualDS","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SToken","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STextualRelation","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SSequentialRelation","instanceClass":null,"abstract":true,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SSequentialDS","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STimeline","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STimelineRelation","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SSpan","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SSpanningRelation","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SFEATURE_NAMES","instanceClass":null,"id":147,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STextOverlappingRelation","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STimeOverlappingRelation","instanceClass":null,"abstract":true,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SStructuredNode","instanceClass":null,"abstract":true,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SStructure","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPointingRelation","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDominanceRelation","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"STYPE_NAME","instanceClass":null,"id":154,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDataSourceSequence","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAudioDataSource","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAudioDSRelation","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOrderRelation","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSNode","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSSpanBySequence","lowerBound":0,"id":160,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSTextualDS","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSToken","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSToken","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSTimeline","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSTokensBySequence","lowerBound":0,"id":165,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSStructureBySequence","lowerBound":0,"id":166,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSNodeBySequence","lowerBound":0,"id":167,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOverlappedDSSequences","lowerBound":0,"id":168,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOverlappedDSSequences","lowerBound":0,"id":169,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isContinuousByText","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isContinuousByText","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSortedSTokenByText","lowerBound":0,"id":172,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSortedSTokenByText","lowerBound":0,"id":173,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSSpan","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSSpan","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSStructure","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sortSTokenByText","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSStructure","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getRootsBySRelation","lowerBound":0,"id":179,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootsBySRelationSType","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSToken","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"tokenize","lowerBound":0,"id":182,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTokenizer","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sTextualDSs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sTextualRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sTimeline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sTimelineRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sSpanningRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sSpans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sStructures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sDominanceRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sPointingRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sAudioDSRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sAudioDataSources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sOrderRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":true},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceSNode","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetSNode","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sRelationType","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sText","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sDSSequences","lowerBound":0,"id":212,"many":true,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDSSequence","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sNode","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sRelationTypes","lowerBound":0,"id":229,"many":true,"required":false,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sNode","lowerBound":0,"id":233,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sRelationTypes","lowerBound":0,"id":234,"many":true,"required":false,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"subSNodeList","lowerBound":0,"id":238,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"fullSNodeList","lowerBound":0,"id":239,"many":true,"required":false,"eClass":"EParameter"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"subSNodeList","lowerBound":0,"id":243,"many":true,"required":false,"eClass":"EParameter"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sTokens2sort","lowerBound":0,"id":246,"many":true,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceSToken","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sTokens","lowerBound":0,"id":253,"many":true,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceSNode","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sStructures","lowerBound":0,"id":259,"many":true,"required":false,"eClass":"EParameter"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sType","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EParameter"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sType","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sSequentialDS","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sStart","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sEnd","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":true},{"id":282,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":true},{"id":284,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":true},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":true},{"id":288,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":true},{"id":290,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":true},{"id":294,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":true},{"id":296,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":true},{"id":298,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":true},{"id":300,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":true},{"id":302,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":true},{"id":304,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sText","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":true},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sToken","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sTextualDS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":true},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sStart","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sEnd","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":true},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sData","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sStart","changeable":false,"lowerBound":0,"iD":false,"id":325,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sEnd","changeable":false,"lowerBound":0,"iD":false,"id":326,"derived":true},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSPointOfTime","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sPointsOfTime","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":true},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sPointOfTime","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EParameter"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sTimeline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sToken","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":true},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sToken","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sSpan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":true},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"name":"STEXT_OVERLAPPING","id":355,"value":0,"literal":"salt::STEXT_OVERLAPPING","eClass":"EEnumLiteral"},{"name":"SSTART","id":356,"value":1,"literal":"SSTART","eClass":"EEnumLiteral"},{"name":"SEND","id":357,"value":2,"literal":"SEND","eClass":"EEnumLiteral"},{"name":"STEXT","id":358,"value":3,"literal":"STEXT","eClass":"EEnumLiteral"},{"name":"SDATA","id":359,"value":4,"literal":"SDATA","eClass":"EEnumLiteral"},{"name":"STIME_OVERLAPPING","id":360,"value":5,"literal":"STIME_OVERLAPPING","eClass":"EEnumLiteral"},{"name":"STYPE_SRELATION","id":361,"value":6,"literal":"SType","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSTextOverlapping","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EOperation"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSTimeOverlapping","lowerBound":0,"id":365,"many":false,"required":false,"eClass":"EOperation"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"SStructuredSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SStructuredTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":true},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sStructuredTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":true},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"name":"STEXTUAL_DS","id":384,"value":0,"literal":"STextualDS","eClass":"EEnumLiteral"},{"name":"STOKEN","id":385,"value":1,"literal":"SToken","eClass":"EEnumLiteral"},{"name":"SSPAN","id":386,"value":2,"literal":"SSpan","eClass":"EEnumLiteral"},{"name":"SSTRUCTURE","id":387,"value":3,"literal":"SStructure","eClass":"EEnumLiteral"},{"name":"STEXTUAL_RELATION","id":388,"value":4,"literal":"STextualRelation","eClass":"EEnumLiteral"},{"name":"SSPANNING_RELATION","id":389,"value":5,"literal":"SSpanningRelation","eClass":"EEnumLiteral"},{"name":"SDOMINANCE_RELATION","id":390,"value":6,"literal":"SDominanceRelation","eClass":"EEnumLiteral"},{"name":"SPOINTING_RELATION","id":391,"value":7,"literal":"SPointingRelation","eClass":"EEnumLiteral"},{"name":"STEXT_OVERLAPPING_RELATION","id":392,"value":8,"literal":"STEXT_OVERLAPPING_RELATION","eClass":"EEnumLiteral"},{"name":"STIME_OVERLAPPING_RELATION","id":393,"value":9,"literal":"STIME_OVERLAPPING_RELATION","eClass":"EEnumLiteral"},{"name":"SSEQUENTIAL_RELATION","id":394,"value":10,"literal":"SSEQUENTIAL_RELATION","eClass":"EEnumLiteral"},{"name":"SORDER_RELATION","id":395,"value":11,"literal":"SORDER_RELATION","eClass":"EEnumLiteral"},{"name":"SDOCUMENT","id":396,"value":12,"literal":"SDOCUMENT","eClass":"EEnumLiteral"},{"name":"SCORPUS","id":397,"value":13,"literal":"SCORPUS","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"validate","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sStart","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sEnd","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sSequentialDS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sAudioReference","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":true},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sStart","changeable":true,"lowerBound":0,"iD":false,"id":410,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sEnd","changeable":true,"lowerBound":0,"iD":false,"id":411,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sToken","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sAudioDS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":true},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":7,"target":1},{"source":7,"target":20},{"source":20,"target":21},{"source":20,"target":7},{"source":8,"target":1},{"source":8,"target":22},{"source":8,"target":23},{"source":22,"target":24},{"source":22,"target":8},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":8},{"source":25,"target":2},{"source":9,"target":26},{"source":9,"target":1},{"source":9,"target":27},{"source":27,"target":28},{"source":27,"target":9},{"source":10,"target":29},{"source":10,"target":1},{"source":10,"target":30},{"source":10,"target":31},{"source":30,"target":32},{"source":30,"target":10},{"source":31,"target":2},{"source":31,"target":33},{"source":31,"target":10},{"source":33,"target":2},{"source":11,"target":1},{"source":11,"target":34},{"source":11,"target":35},{"source":11,"target":36},{"source":34,"target":37},{"source":34,"target":11},{"source":35,"target":38},{"source":35,"target":39},{"source":35,"target":11},{"source":39,"target":38},{"source":36,"target":2},{"source":36,"target":40},{"source":36,"target":11},{"source":40,"target":2},{"source":12,"target":1},{"source":12,"target":41},{"source":12,"target":42},{"source":41,"target":43},{"source":41,"target":12},{"source":42,"target":44},{"source":42,"target":12},{"source":13,"target":1},{"source":13,"target":45},{"source":45,"target":46},{"source":45,"target":13},{"source":14,"target":1},{"source":14,"target":47},{"source":47,"target":48},{"source":47,"target":14},{"source":15,"target":1},{"source":15,"target":49},{"source":15,"target":50},{"source":49,"target":51},{"source":49,"target":15},{"source":50,"target":52},{"source":50,"target":15},{"source":16,"target":1},{"source":16,"target":53},{"source":53,"target":54},{"source":53,"target":16},{"source":17,"target":55},{"source":17,"target":1},{"source":55,"target":56},{"source":55,"target":57},{"source":18,"target":58},{"source":18,"target":59},{"source":18,"target":1},{"source":18,"target":60},{"source":59,"target":58},{"source":19,"target":61},{"source":19,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":62},{"source":62,"target":3},{"source":4,"target":0},{"source":5,"target":58},{"source":5,"target":38},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":0},{"source":58,"target":5},{"source":58,"target":66},{"source":58,"target":67},{"source":58,"target":68},{"source":58,"target":69},{"source":58,"target":70},{"source":58,"target":71},{"source":58,"target":72},{"source":58,"target":73},{"source":58,"target":60},{"source":58,"target":74},{"source":58,"target":75},{"source":58,"target":76},{"source":58,"target":77},{"source":66,"target":63},{"source":66,"target":78},{"source":66,"target":58},{"source":66,"target":79},{"source":78,"target":63},{"source":79,"target":80},{"source":79,"target":66},{"source":67,"target":38},{"source":67,"target":81},{"source":67,"target":58},{"source":67,"target":82},{"source":81,"target":38},{"source":82,"target":83},{"source":82,"target":67},{"source":68,"target":84},{"source":68,"target":58},{"source":68,"target":85},{"source":68,"target":86},{"source":85,"target":63},{"source":85,"target":87},{"source":85,"target":68},{"source":87,"target":63},{"source":86,"target":63},{"source":86,"target":88},{"source":86,"target":68},{"source":88,"target":63},{"source":69,"target":89},{"source":69,"target":58},{"source":69,"target":90},{"source":69,"target":91},{"source":90,"target":63},{"source":90,"target":92},{"source":90,"target":69},{"source":92,"target":63},{"source":91,"target":38},{"source":91,"target":93},{"source":91,"target":69},{"source":93,"target":38},{"source":70,"target":63},{"source":70,"target":94},{"source":70,"target":58},{"source":70,"target":95},{"source":94,"target":63},{"source":95,"target":38},{"source":95,"target":96},{"source":95,"target":70},{"source":96,"target":38},{"source":71,"target":63},{"source":71,"target":97},{"source":71,"target":58},{"source":97,"target":63},{"source":72,"target":58},{"source":72,"target":98},{"source":98,"target":99},{"source":98,"target":72},{"source":73,"target":38},{"source":73,"target":100},{"source":73,"target":58},{"source":73,"target":101},{"source":100,"target":38},{"source":60,"target":1},{"source":60,"target":102},{"source":60,"target":58},{"source":60,"target":18},{"source":102,"target":1},{"source":74,"target":63},{"source":74,"target":103},{"source":74,"target":58},{"source":74,"target":104},{"source":103,"target":63},{"source":75,"target":64},{"source":75,"target":105},{"source":75,"target":58},{"source":75,"target":106},{"source":105,"target":64},{"source":76,"target":65},{"source":76,"target":107},{"source":76,"target":58},{"source":76,"target":108},{"source":107,"target":65},{"source":38,"target":5},{"source":38,"target":109},{"source":38,"target":110},{"source":38,"target":111},{"source":38,"target":101},{"source":38,"target":112},{"source":38,"target":113},{"source":38,"target":114},{"source":109,"target":38},{"source":109,"target":115},{"source":115,"target":116},{"source":115,"target":109},{"source":110,"target":38},{"source":111,"target":38},{"source":111,"target":117},{"source":117,"target":118},{"source":117,"target":111},{"source":101,"target":58},{"source":101,"target":119},{"source":101,"target":38},{"source":101,"target":73},{"source":119,"target":58},{"source":112,"target":120},{"source":112,"target":121},{"source":112,"target":38},{"source":112,"target":122},{"source":121,"target":120},{"source":113,"target":123},{"source":113,"target":38},{"source":63,"target":5},{"source":63,"target":104},{"source":63,"target":124},{"source":104,"target":58},{"source":104,"target":125},{"source":104,"target":63},{"source":104,"target":74},{"source":125,"target":58},{"source":64,"target":5},{"source":64,"target":126},{"source":64,"target":127},{"source":64,"target":106},{"source":64,"target":128},{"source":126,"target":63},{"source":126,"target":129},{"source":126,"target":64},{"source":129,"target":63},{"source":127,"target":63},{"source":127,"target":130},{"source":127,"target":64},{"source":130,"target":63},{"source":106,"target":58},{"source":106,"target":131},{"source":106,"target":64},{"source":106,"target":75},{"source":131,"target":58},{"source":65,"target":5},{"source":65,"target":132},{"source":65,"target":133},{"source":65,"target":108},{"source":65,"target":134},{"source":132,"target":63},{"source":132,"target":135},{"source":132,"target":65},{"source":135,"target":63},{"source":133,"target":38},{"source":133,"target":136},{"source":133,"target":65},{"source":136,"target":38},{"source":108,"target":58},{"source":108,"target":137},{"source":108,"target":65},{"source":108,"target":76},{"source":137,"target":58},{"source":6,"target":120},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":6,"target":142},{"source":6,"target":143},{"source":6,"target":144},{"source":6,"target":145},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":6,"target":149},{"source":6,"target":150},{"source":6,"target":151},{"source":6,"target":152},{"source":6,"target":153},{"source":6,"target":154},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":6,"target":158},{"source":6,"target":0},{"source":120,"target":6},{"source":120,"target":159},{"source":120,"target":160},{"source":120,"target":161},{"source":120,"target":162},{"source":120,"target":163},{"source":120,"target":164},{"source":120,"target":165},{"source":120,"target":166},{"source":120,"target":167},{"source":120,"target":168},{"source":120,"target":169},{"source":120,"target":170},{"source":120,"target":171},{"source":120,"target":172},{"source":120,"target":173},{"source":120,"target":174},{"source":120,"target":175},{"source":120,"target":176},{"source":120,"target":177},{"source":120,"target":178},{"source":120,"target":179},{"source":120,"target":180},{"source":120,"target":181},{"source":120,"target":182},{"source":120,"target":183},{"source":120,"target":122},{"source":120,"target":184},{"source":120,"target":185},{"source":120,"target":186},{"source":120,"target":187},{"source":120,"target":188},{"source":120,"target":189},{"source":120,"target":190},{"source":120,"target":191},{"source":120,"target":192},{"source":120,"target":193},{"source":120,"target":194},{"source":120,"target":195},{"source":120,"target":196},{"source":120,"target":197},{"source":159,"target":198},{"source":159,"target":120},{"source":159,"target":199},{"source":159,"target":200},{"source":159,"target":201},{"source":199,"target":202},{"source":199,"target":159},{"source":200,"target":203},{"source":200,"target":159},{"source":201,"target":154},{"source":201,"target":204},{"source":201,"target":159},{"source":204,"target":154},{"source":160,"target":145},{"source":160,"target":205},{"source":160,"target":120},{"source":160,"target":206},{"source":205,"target":145},{"source":206,"target":155},{"source":206,"target":207},{"source":206,"target":160},{"source":207,"target":155},{"source":161,"target":138},{"source":161,"target":208},{"source":161,"target":120},{"source":161,"target":209},{"source":208,"target":138},{"source":209,"target":210},{"source":209,"target":161},{"source":162,"target":139},{"source":162,"target":211},{"source":162,"target":120},{"source":162,"target":212},{"source":211,"target":139},{"source":212,"target":155},{"source":212,"target":213},{"source":212,"target":162},{"source":213,"target":155},{"source":163,"target":139},{"source":163,"target":214},{"source":163,"target":120},{"source":163,"target":215},{"source":214,"target":139},{"source":215,"target":155},{"source":215,"target":216},{"source":215,"target":163},{"source":216,"target":155},{"source":164,"target":143},{"source":164,"target":217},{"source":164,"target":120},{"source":217,"target":143},{"source":165,"target":139},{"source":165,"target":218},{"source":165,"target":120},{"source":165,"target":219},{"source":218,"target":139},{"source":219,"target":155},{"source":219,"target":220},{"source":219,"target":165},{"source":220,"target":155},{"source":166,"target":151},{"source":166,"target":221},{"source":166,"target":120},{"source":166,"target":222},{"source":221,"target":151},{"source":222,"target":155},{"source":222,"target":223},{"source":222,"target":166},{"source":223,"target":155},{"source":167,"target":224},{"source":167,"target":120},{"source":167,"target":225},{"source":225,"target":155},{"source":225,"target":226},{"source":225,"target":167},{"source":226,"target":155},{"source":168,"target":155},{"source":168,"target":227},{"source":168,"target":120},{"source":168,"target":228},{"source":168,"target":229},{"source":227,"target":155},{"source":228,"target":230},{"source":228,"target":168},{"source":229,"target":154},{"source":229,"target":231},{"source":229,"target":168},{"source":231,"target":154},{"source":169,"target":155},{"source":169,"target":232},{"source":169,"target":120},{"source":169,"target":233},{"source":169,"target":234},{"source":232,"target":155},{"source":233,"target":235},{"source":233,"target":169},{"source":234,"target":154},{"source":234,"target":236},{"source":234,"target":169},{"source":236,"target":154},{"source":170,"target":237},{"source":170,"target":120},{"source":170,"target":238},{"source":170,"target":239},{"source":238,"target":240},{"source":238,"target":170},{"source":239,"target":241},{"source":239,"target":170},{"source":171,"target":242},{"source":171,"target":120},{"source":171,"target":243},{"source":243,"target":244},{"source":243,"target":171},{"source":172,"target":139},{"source":172,"target":245},{"source":172,"target":120},{"source":172,"target":246},{"source":245,"target":139},{"source":246,"target":139},{"source":246,"target":247},{"source":246,"target":172},{"source":247,"target":139},{"source":173,"target":139},{"source":173,"target":248},{"source":173,"target":120},{"source":248,"target":139},{"source":174,"target":145},{"source":174,"target":249},{"source":174,"target":120},{"source":174,"target":250},{"source":249,"target":145},{"source":250,"target":139},{"source":250,"target":251},{"source":250,"target":174},{"source":251,"target":139},{"source":175,"target":145},{"source":175,"target":252},{"source":175,"target":120},{"source":175,"target":253},{"source":252,"target":145},{"source":253,"target":139},{"source":253,"target":254},{"source":253,"target":175},{"source":254,"target":139},{"source":176,"target":151},{"source":176,"target":255},{"source":176,"target":120},{"source":176,"target":256},{"source":255,"target":151},{"source":256,"target":150},{"source":256,"target":257},{"source":256,"target":176},{"source":257,"target":150},{"source":177,"target":120},{"source":178,"target":151},{"source":178,"target":258},{"source":178,"target":120},{"source":178,"target":259},{"source":258,"target":151},{"source":259,"target":150},{"source":259,"target":260},{"source":259,"target":178},{"source":260,"target":150},{"source":179,"target":261},{"source":179,"target":120},{"source":179,"target":262},{"source":262,"target":154},{"source":262,"target":263},{"source":262,"target":179},{"source":263,"target":154},{"source":180,"target":264},{"source":180,"target":120},{"source":180,"target":265},{"source":264,"target":266},{"source":264,"target":267},{"source":267,"target":268},{"source":265,"target":154},{"source":265,"target":269},{"source":265,"target":180},{"source":269,"target":154},{"source":181,"target":139},{"source":181,"target":270},{"source":181,"target":120},{"source":181,"target":271},{"source":181,"target":272},{"source":181,"target":273},{"source":270,"target":139},{"source":271,"target":142},{"source":271,"target":274},{"source":271,"target":181},{"source":274,"target":142},{"source":272,"target":275},{"source":272,"target":181},{"source":273,"target":276},{"source":273,"target":181},{"source":182,"target":139},{"source":182,"target":277},{"source":182,"target":120},{"source":277,"target":139},{"source":183,"target":4},{"source":183,"target":278},{"source":183,"target":120},{"source":278,"target":4},{"source":122,"target":38},{"source":122,"target":279},{"source":122,"target":120},{"source":122,"target":112},{"source":279,"target":38},{"source":184,"target":138},{"source":184,"target":280},{"source":184,"target":120},{"source":184,"target":281},{"source":280,"target":138},{"source":185,"target":140},{"source":185,"target":282},{"source":185,"target":120},{"source":185,"target":283},{"source":282,"target":140},{"source":186,"target":139},{"source":186,"target":284},{"source":186,"target":120},{"source":186,"target":285},{"source":284,"target":139},{"source":187,"target":143},{"source":187,"target":286},{"source":187,"target":120},{"source":187,"target":287},{"source":286,"target":143},{"source":188,"target":144},{"source":188,"target":288},{"source":188,"target":120},{"source":188,"target":289},{"source":288,"target":144},{"source":189,"target":146},{"source":189,"target":290},{"source":189,"target":120},{"source":189,"target":291},{"source":290,"target":146},{"source":190,"target":145},{"source":190,"target":292},{"source":190,"target":120},{"source":190,"target":293},{"source":292,"target":145},{"source":191,"target":151},{"source":191,"target":294},{"source":191,"target":120},{"source":191,"target":295},{"source":294,"target":151},{"source":192,"target":153},{"source":192,"target":296},{"source":192,"target":120},{"source":192,"target":297},{"source":296,"target":153},{"source":193,"target":152},{"source":193,"target":298},{"source":193,"target":120},{"source":193,"target":299},{"source":298,"target":152},{"source":194,"target":157},{"source":194,"target":300},{"source":194,"target":120},{"source":194,"target":301},{"source":300,"target":157},{"source":195,"target":156},{"source":195,"target":302},{"source":195,"target":120},{"source":195,"target":303},{"source":302,"target":156},{"source":196,"target":158},{"source":196,"target":304},{"source":196,"target":120},{"source":196,"target":305},{"source":304,"target":158},{"source":138,"target":6},{"source":138,"target":142},{"source":138,"target":306},{"source":138,"target":281},{"source":138,"target":307},{"source":306,"target":308},{"source":306,"target":138},{"source":281,"target":120},{"source":281,"target":309},{"source":281,"target":138},{"source":281,"target":184},{"source":309,"target":120},{"source":307,"target":142},{"source":139,"target":6},{"source":139,"target":150},{"source":139,"target":285},{"source":139,"target":310},{"source":285,"target":120},{"source":285,"target":311},{"source":285,"target":139},{"source":285,"target":186},{"source":311,"target":120},{"source":310,"target":150},{"source":140,"target":6},{"source":140,"target":141},{"source":140,"target":148},{"source":140,"target":312},{"source":140,"target":313},{"source":140,"target":283},{"source":140,"target":314},{"source":140,"target":315},{"source":312,"target":139},{"source":312,"target":316},{"source":312,"target":140},{"source":316,"target":139},{"source":313,"target":138},{"source":313,"target":317},{"source":313,"target":140},{"source":317,"target":138},{"source":283,"target":120},{"source":283,"target":318},{"source":283,"target":140},{"source":283,"target":185},{"source":318,"target":120},{"source":314,"target":141},{"source":315,"target":148},{"source":141,"target":6},{"source":141,"target":319},{"source":141,"target":320},{"source":141,"target":321},{"source":319,"target":322},{"source":319,"target":141},{"source":320,"target":323},{"source":320,"target":141},{"source":142,"target":6},{"source":142,"target":324},{"source":142,"target":325},{"source":142,"target":326},{"source":142,"target":327},{"source":324,"target":328},{"source":324,"target":142},{"source":325,"target":329},{"source":325,"target":142},{"source":326,"target":330},{"source":326,"target":142},{"source":143,"target":6},{"source":143,"target":142},{"source":143,"target":331},{"source":143,"target":287},{"source":143,"target":332},{"source":143,"target":333},{"source":331,"target":143},{"source":331,"target":334},{"source":334,"target":335},{"source":334,"target":331},{"source":287,"target":120},{"source":287,"target":336},{"source":287,"target":143},{"source":287,"target":187},{"source":336,"target":120},{"source":332,"target":337},{"source":332,"target":143},{"source":333,"target":142},{"source":144,"target":6},{"source":144,"target":141},{"source":144,"target":149},{"source":144,"target":338},{"source":144,"target":339},{"source":144,"target":289},{"source":144,"target":340},{"source":144,"target":341},{"source":338,"target":143},{"source":338,"target":342},{"source":338,"target":144},{"source":342,"target":143},{"source":339,"target":139},{"source":339,"target":343},{"source":339,"target":144},{"source":343,"target":139},{"source":289,"target":120},{"source":289,"target":344},{"source":289,"target":144},{"source":289,"target":188},{"source":344,"target":120},{"source":340,"target":141},{"source":341,"target":149},{"source":145,"target":6},{"source":145,"target":150},{"source":145,"target":293},{"source":145,"target":345},{"source":293,"target":120},{"source":293,"target":346},{"source":293,"target":145},{"source":293,"target":190},{"source":346,"target":120},{"source":345,"target":150},{"source":146,"target":6},{"source":146,"target":148},{"source":146,"target":149},{"source":146,"target":347},{"source":146,"target":348},{"source":146,"target":291},{"source":146,"target":349},{"source":146,"target":350},{"source":146,"target":351},{"source":347,"target":139},{"source":347,"target":352},{"source":347,"target":146},{"source":352,"target":139},{"source":348,"target":145},{"source":348,"target":353},{"source":348,"target":146},{"source":353,"target":145},{"source":291,"target":120},{"source":291,"target":354},{"source":291,"target":146},{"source":291,"target":189},{"source":354,"target":120},{"source":350,"target":148},{"source":351,"target":149},{"source":147,"target":6},{"source":147,"target":355},{"source":147,"target":356},{"source":147,"target":357},{"source":147,"target":358},{"source":147,"target":359},{"source":147,"target":360},{"source":147,"target":361},{"source":355,"target":147},{"source":356,"target":147},{"source":357,"target":147},{"source":358,"target":147},{"source":359,"target":147},{"source":360,"target":147},{"source":361,"target":147},{"source":148,"target":6},{"source":148,"target":362},{"source":148,"target":363},{"source":362,"target":364},{"source":362,"target":148},{"source":149,"target":6},{"source":149,"target":365},{"source":149,"target":366},{"source":365,"target":367},{"source":365,"target":149},{"source":150,"target":6},{"source":150,"target":368},{"source":151,"target":6},{"source":151,"target":150},{"source":151,"target":295},{"source":151,"target":369},{"source":295,"target":120},{"source":295,"target":370},{"source":295,"target":151},{"source":295,"target":191},{"source":370,"target":120},{"source":369,"target":150},{"source":152,"target":6},{"source":152,"target":371},{"source":152,"target":372},{"source":152,"target":299},{"source":152,"target":373},{"source":371,"target":150},{"source":371,"target":374},{"source":371,"target":152},{"source":374,"target":150},{"source":372,"target":150},{"source":372,"target":375},{"source":372,"target":152},{"source":375,"target":150},{"source":299,"target":120},{"source":299,"target":376},{"source":299,"target":152},{"source":299,"target":193},{"source":376,"target":120},{"source":153,"target":6},{"source":153,"target":148},{"source":153,"target":149},{"source":153,"target":377},{"source":153,"target":378},{"source":153,"target":297},{"source":153,"target":379},{"source":153,"target":380},{"source":377,"target":151},{"source":377,"target":381},{"source":377,"target":153},{"source":381,"target":151},{"source":378,"target":150},{"source":378,"target":382},{"source":378,"target":153},{"source":382,"target":150},{"source":297,"target":120},{"source":297,"target":383},{"source":297,"target":153},{"source":297,"target":192},{"source":383,"target":120},{"source":379,"target":148},{"source":380,"target":149},{"source":154,"target":6},{"source":154,"target":384},{"source":154,"target":385},{"source":154,"target":386},{"source":154,"target":387},{"source":154,"target":388},{"source":154,"target":389},{"source":154,"target":390},{"source":154,"target":391},{"source":154,"target":392},{"source":154,"target":393},{"source":154,"target":394},{"source":154,"target":395},{"source":154,"target":396},{"source":154,"target":397},{"source":384,"target":154},{"source":385,"target":154},{"source":386,"target":154},{"source":387,"target":154},{"source":388,"target":154},{"source":389,"target":154},{"source":390,"target":154},{"source":391,"target":154},{"source":392,"target":154},{"source":393,"target":154},{"source":394,"target":154},{"source":395,"target":154},{"source":396,"target":154},{"source":397,"target":154},{"source":155,"target":6},{"source":155,"target":398},{"source":155,"target":399},{"source":155,"target":400},{"source":155,"target":401},{"source":398,"target":402},{"source":398,"target":155},{"source":399,"target":403},{"source":399,"target":155},{"source":400,"target":404},{"source":400,"target":155},{"source":401,"target":142},{"source":401,"target":405},{"source":401,"target":155},{"source":405,"target":142},{"source":156,"target":6},{"source":156,"target":142},{"source":156,"target":303},{"source":156,"target":406},{"source":156,"target":407},{"source":303,"target":120},{"source":303,"target":408},{"source":303,"target":156},{"source":303,"target":195},{"source":408,"target":120},{"source":406,"target":409},{"source":406,"target":156},{"source":407,"target":142},{"source":157,"target":6},{"source":157,"target":410},{"source":157,"target":411},{"source":157,"target":412},{"source":157,"target":413},{"source":157,"target":301},{"source":157,"target":414},{"source":410,"target":415},{"source":410,"target":157},{"source":411,"target":416},{"source":411,"target":157},{"source":412,"target":139},{"source":412,"target":417},{"source":412,"target":157},{"source":417,"target":139},{"source":413,"target":156},{"source":413,"target":418},{"source":413,"target":157},{"source":418,"target":156},{"source":301,"target":120},{"source":301,"target":419},{"source":301,"target":157},{"source":301,"target":194},{"source":419,"target":120},{"source":158,"target":6},{"source":158,"target":305},{"source":158,"target":420},{"source":305,"target":120},{"source":305,"target":421},{"source":305,"target":158},{"source":305,"target":196},{"source":421,"target":120}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dataflownet" nsURI="http://dataflownet/1.0" nsPrefix="dataflownet"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//DataflowNet" eOpposite="#//DataflowNet/nodes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1" upperBound="-1" eType="#//StateMachineState" containment="true" eOpposite="#//StateMachineState/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//StateMachineState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firingRules" upperBound="-1" eType="#//FiringRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataflowNet" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputChannels" upperBound="-1" eType="#//Channel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputChannels" upperBound="-1" eType="#//Channel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" eOpposite="#//Node/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownChannels" upperBound="-1" eType="#//Channel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachineState" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputTransitions" upperBound="-1" eType="#//StateMachineTransition" containment="true" eOpposite="#//StateMachineTransition/fromState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputTransitions" upperBound="-1" eType="#//StateMachineTransition" eOpposite="#//StateMachineTransition/toState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//StateMachine" eOpposite="#//StateMachine/nodes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachineTransition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromState" lowerBound="1" eType="#//StateMachineState" eOpposite="#//StateMachineState/outputTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toState" lowerBound="1" eType="#//StateMachineState" eOpposite="#//StateMachineState/inputTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FiringRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//FiringRule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Channel" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass TypeHierarchy.ecore#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FiringRule" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="channel" lowerBound="1" eType="#//Channel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" lowerBound="1" eType="#//Token" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compType" eType="#//Comparation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass TypeHierarchy.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataflowSystem" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="ecore:EClass TypeHierarchy.ecore#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nets" lowerBound="1" upperBound="-1" eType="#//DataflowNet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" upperBound="-1" eType="#//Channel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" lowerBound="1" upperBound="-1" eType="#//Process" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" lowerBound="1" eType="#//Protocol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Comparation"> <eLiterals name="Equal"/> <eLiterals name="NotEqual" value="1"/> <eLiterals name="Less" value="2"/> <eLiterals name="Greater" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Protocol"> <eLiterals name="Paho"/> <eLiterals name="Akka" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/hajduakos/PineappleDataflowNet/hu.bme.mit.mdsd.pineapple/model/DataflowNet.ecore
ecore
dataflownet NamedElement name Node parent StateMachine nodes initialState firingRules DataflowNet outputChannels inputChannels nodes ownChannels process StateMachineState outputTransitions inputTransitions parent StateMachineTransition priority fromState toState inputs outputs Channel type FiringRule channel tokens compType Token type value DataflowSystem types nets channels processes protocol Comparation Equal Equal NotEqual NotEqual Less Less Greater Greater Process host Protocol Paho Paho Akka Akka
null
{"directed":true,"nodes":[{"nsPrefix":"dataflownet","nsURI":"http://dataflownet/1.0","name":"dataflownet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataflowNet","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineTransition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiringRule","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataflowSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Comparation","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Protocol","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firingRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputChannels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputChannels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownChannels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compType","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"Equal","id":80,"value":0,"literal":"Equal","eClass":"EEnumLiteral"},{"name":"NotEqual","id":81,"value":1,"literal":"NotEqual","eClass":"EEnumLiteral"},{"name":"Less","id":82,"value":2,"literal":"Less","eClass":"EEnumLiteral"},{"name":"Greater","id":83,"value":3,"literal":"Greater","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"Paho","id":87,"value":0,"literal":"Paho","eClass":"EEnumLiteral"},{"name":"Akka","id":88,"value":1,"literal":"Akka","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":14,"target":15},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":16},{"source":2,"target":17},{"source":16,"target":4},{"source":16,"target":18},{"source":16,"target":2},{"source":16,"target":19},{"source":18,"target":4},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":20,"target":5},{"source":20,"target":24},{"source":20,"target":3},{"source":20,"target":25},{"source":24,"target":5},{"source":21,"target":5},{"source":21,"target":26},{"source":21,"target":3},{"source":26,"target":5},{"source":22,"target":8},{"source":22,"target":27},{"source":22,"target":3},{"source":27,"target":8},{"source":23,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":19},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":28,"target":7},{"source":28,"target":33},{"source":28,"target":4},{"source":33,"target":7},{"source":29,"target":7},{"source":29,"target":34},{"source":29,"target":4},{"source":34,"target":7},{"source":19,"target":2},{"source":19,"target":35},{"source":19,"target":4},{"source":19,"target":16},{"source":35,"target":2},{"source":30,"target":7},{"source":30,"target":36},{"source":30,"target":4},{"source":36,"target":7},{"source":31,"target":12},{"source":31,"target":37},{"source":31,"target":4},{"source":37,"target":12},{"source":32,"target":2},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":25},{"source":5,"target":40},{"source":38,"target":6},{"source":38,"target":41},{"source":38,"target":5},{"source":38,"target":42},{"source":41,"target":6},{"source":39,"target":6},{"source":39,"target":43},{"source":39,"target":5},{"source":39,"target":44},{"source":43,"target":6},{"source":25,"target":3},{"source":25,"target":45},{"source":25,"target":5},{"source":25,"target":20},{"source":45,"target":3},{"source":40,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":46},{"source":6,"target":42},{"source":6,"target":44},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":46,"target":50},{"source":46,"target":6},{"source":42,"target":5},{"source":42,"target":51},{"source":42,"target":6},{"source":42,"target":38},{"source":51,"target":5},{"source":44,"target":5},{"source":44,"target":52},{"source":44,"target":6},{"source":44,"target":39},{"source":52,"target":5},{"source":47,"target":8},{"source":47,"target":53},{"source":47,"target":6},{"source":53,"target":8},{"source":48,"target":8},{"source":48,"target":54},{"source":48,"target":6},{"source":54,"target":8},{"source":49,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":55},{"source":7,"target":56},{"source":55,"target":57},{"source":55,"target":7},{"source":56,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":58,"target":7},{"source":58,"target":62},{"source":58,"target":8},{"source":62,"target":7},{"source":59,"target":9},{"source":59,"target":63},{"source":59,"target":8},{"source":63,"target":9},{"source":60,"target":11},{"source":60,"target":64},{"source":60,"target":8},{"source":64,"target":11},{"source":61,"target":1},{"source":9,"target":0},{"source":9,"target":65},{"source":9,"target":66},{"source":65,"target":67},{"source":65,"target":9},{"source":66,"target":68},{"source":66,"target":9},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":69,"target":75},{"source":69,"target":10},{"source":70,"target":4},{"source":70,"target":76},{"source":70,"target":10},{"source":76,"target":4},{"source":71,"target":7},{"source":71,"target":77},{"source":71,"target":10},{"source":77,"target":7},{"source":72,"target":12},{"source":72,"target":78},{"source":72,"target":10},{"source":78,"target":12},{"source":73,"target":13},{"source":73,"target":79},{"source":73,"target":10},{"source":79,"target":13},{"source":74,"target":1},{"source":11,"target":0},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":80,"target":11},{"source":81,"target":11},{"source":82,"target":11},{"source":83,"target":11},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":84},{"source":12,"target":85},{"source":84,"target":86},{"source":84,"target":12},{"source":85,"target":1},{"source":13,"target":0},{"source":13,"target":87},{"source":13,"target":88},{"source":87,"target":13},{"source":88,"target":13}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dslPatterns" nsURI="http://mondo.org/dslPatterns" nsPrefix="dslpat"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PatternSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" ordered="false" upperBound="-1" eType="#//Category" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="root class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSet" eType="#//TagSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subcategories" ordered="false" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" ordered="false" upperBound="-1" eType="#//Pattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="rootVariant" lowerBound="1" eType="#//ComplexFeatureMain" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//Service" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInstances" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag"/> <eStructuralFeatures xsi:type="ecore:EReference" name="explanation" eType="#//Explanation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//Port" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" ordered="false" upperBound="-1" eType="ecore:EClass serviceInterfaces.ecore#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plug" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="Injector" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="Acceptor" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="Variant" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleFeature" eSuperTypes="#//Variant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureKind" lowerBound="1" eType="#//FeatureKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexFeature" abstract="true" eSuperTypes="#//Variant"> <eStructuralFeatures xsi:type="ecore:EReference" name="andChildren" ordered="false" upperBound="-1" eType="#//Variant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orChildren" ordered="false" upperBound="-1" eType="#//Variant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xorChildren" ordered="false" upperBound="-1" eType="#//Variant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FeatureKind"> <eLiterals name="BooleanFeature"/> <eLiterals name="IntegerFeature"/> <eLiterals name="DoubleFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="an Integer feature"/> </eAnnotations> </eLiterals> <eLiterals name="StringFeature"/> <eLiterals name="MetaModelClassFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternMetaModel" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="classInterfaces" ordered="false" upperBound="-1" eType="#//ClassInterface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrInterfaces" ordered="false" upperBound="-1" eType="#//FeatureInterface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refInterfaces" ordered="false" upperBound="-1" eType="#//ReferenceInterface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="img" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootAttachedVariant" eType="#//ComplexFeatureAttached" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternMetaModelReference" eSuperTypes="#//PatternMetaModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="mmreference" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaModel" eSuperTypes="#//PatternMetaModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="mmreference" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MMInterface" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInterface" eSuperTypes="#//MMInterface"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstractMatters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureInterface" abstract="true" eSuperTypes="#//MMInterface"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureType" eSuperTypes="#//FeatureInterface #//CardinalityInterface"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IDMatters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureInstance" eSuperTypes="#//FeatureInterface"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceInterface" eSuperTypes="#//MMInterface #//CardinalityInterface"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flexibleComposite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexFeatureMain" eSuperTypes="#//ComplexFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="metaModel" eType="#//PatternMetaModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexFeatureAttached" eSuperTypes="#//ComplexFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="metaModelAttached" eType="#//PatternMetaModelAttached" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternMetaModelAttached"> <eStructuralFeatures xsi:type="ecore:EReference" name="classIntAtt" upperBound="-1" eType="#//ClassInterfaceAttached" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//Pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInterfaceAttached" eSuperTypes="#//MMInterfaceAttached"> <eStructuralFeatures xsi:type="ecore:EReference" name="refIntAtt" upperBound="-1" eType="#//ReferenceInterfaceAttached" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featIntAtt" upperBound="-1" eType="#//FeatureInterfaceAttached" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureInterfaceAttached" abstract="true" eSuperTypes="#//MMInterfaceAttached"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceInterfaceAttached" eSuperTypes="#//MMInterfaceAttached"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureTypeAttached" eSuperTypes="#//FeatureInterfaceAttached"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureInstanceAttached" eSuperTypes="#//FeatureInterfaceAttached"/> <eClassifiers xsi:type="ecore:EClass" name="MMInterfaceAttached"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//MMInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attached" upperBound="-1" eType="#//MMInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifics" upperBound="-1" eType="#//Tag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalityInterface" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyOrdering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueMatters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Explanation"> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" eType="#//Authors" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="date" eType="#//Date" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Version" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="problem" eType="#//Problem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="solution" eType="#//Solution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consequence" eType="#//Consequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Date" eSuperTypes="#//Aspects"/> <eClassifiers xsi:type="ecore:EClass" name="Authors" eSuperTypes="#//Aspects"/> <eClassifiers xsi:type="ecore:EClass" name="Version" eSuperTypes="#//Aspects"/> <eClassifiers xsi:type="ecore:EClass" name="Problem" eSuperTypes="#//Aspects"/> <eClassifiers xsi:type="ecore:EClass" name="Solution" eSuperTypes="#//Aspects"/> <eClassifiers xsi:type="ecore:EClass" name="Consequence" eSuperTypes="#//Aspects"/> <eClassifiers xsi:type="ecore:EClass" name="Aspects" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/jzhang3/DSL-Tao-extended/src/org.mondo.dsl/model/dslPatterns.ecore
ecore
dslPatterns PatternSet categories tagSet Category name description subcategories patterns Pattern rootVariant name description services maxInstances -1 tags explanation Service name description mandatory true ports Port name minCard 0 maxCard -1 uses Plug Slot Injector Acceptor Variant name description SimpleFeature featureKind ComplexFeature andChildren orChildren xorChildren FeatureKind BooleanFeature BooleanFeature IntegerFeature IntegerFeature DoubleFeature DoubleFeature StringFeature StringFeature MetaModelClassFeature MetaModelClassFeature PatternMetaModel classInterfaces attrInterfaces refInterfaces img rootAttachedVariant PatternMetaModelReference mmreference MetaModel mmreference MMInterface icon minCard maxCard constraint ClassInterface ref abstract false abstractMatters true FeatureInterface ref FeatureType IDMatters true FeatureInstance ReferenceInterface ref flexibleComposite false ComplexFeatureMain metaModel ComplexFeatureAttached metaModelAttached PatternMetaModelAttached classIntAtt content ClassInterfaceAttached refIntAtt featIntAtt value FeatureInterfaceAttached ReferenceInterfaceAttached FeatureTypeAttached FeatureInstanceAttached MMInterfaceAttached type attached TagSet tags Tag name specifics CardinalityInterface anyMin false anyMax false anyOrdering false uniqueMatters true Explanation authors date version problem solution consequence Date Authors Version Problem Solution Consequence Aspects content
null
{"directed":true,"nodes":[{"nsPrefix":"dslpat","nsURI":"http://mondo.org/dslPatterns","name":"dslPatterns","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternSet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plug","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Injector","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Acceptor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variant","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleFeature","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexFeature","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternMetaModel","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternMetaModelReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMInterface","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInterface","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureInterface","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureInstance","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceInterface","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexFeatureMain","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexFeatureAttached","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternMetaModelAttached","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInterfaceAttached","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureInterfaceAttached","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceInterfaceAttached","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureTypeAttached","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureInstanceAttached","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMInterfaceAttached","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagSet","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityInterface","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Explanation","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Date","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Authors","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Problem","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solution","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consequence","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aspects","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subcategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootVariant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"maxInstances","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"explanation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minCard","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"maxCard","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureKind","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"andChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xorChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"name":"BooleanFeature","id":103,"value":0,"literal":"BooleanFeature","eClass":"EEnumLiteral"},{"name":"IntegerFeature","id":104,"value":0,"literal":"IntegerFeature","eClass":"EEnumLiteral"},{"name":"DoubleFeature","id":105,"value":0,"literal":"DoubleFeature","eClass":"EEnumLiteral"},{"name":"StringFeature","id":106,"value":0,"literal":"StringFeature","eClass":"EEnumLiteral"},{"name":"MetaModelClassFeature","id":107,"value":0,"literal":"MetaModelClassFeature","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attrInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"img","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootAttachedVariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mmreference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mmreference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minCard","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxCard","changeable":true,"lowerBound":1,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"abstractMatters","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"IDMatters","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"flexibleComposite","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaModelAttached","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classIntAtt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refIntAtt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featIntAtt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attached","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"anyMin","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"anyMax","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"anyOrdering","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"uniqueMatters","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"problem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"solution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":1,"target":0},{"source":1,"target":43},{"source":1,"target":44},{"source":43,"target":2},{"source":43,"target":45},{"source":43,"target":1},{"source":45,"target":2},{"source":44,"target":32},{"source":44,"target":46},{"source":44,"target":1},{"source":46,"target":32},{"source":2,"target":0},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":47,"target":51},{"source":47,"target":2},{"source":48,"target":52},{"source":48,"target":2},{"source":49,"target":2},{"source":49,"target":53},{"source":49,"target":2},{"source":53,"target":2},{"source":50,"target":3},{"source":50,"target":54},{"source":50,"target":2},{"source":54,"target":3},{"source":3,"target":0},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":55,"target":23},{"source":55,"target":62},{"source":55,"target":3},{"source":62,"target":23},{"source":56,"target":63},{"source":56,"target":3},{"source":57,"target":64},{"source":57,"target":3},{"source":58,"target":4},{"source":58,"target":65},{"source":58,"target":3},{"source":65,"target":4},{"source":59,"target":66},{"source":59,"target":3},{"source":60,"target":33},{"source":60,"target":67},{"source":60,"target":3},{"source":67,"target":33},{"source":61,"target":35},{"source":61,"target":68},{"source":61,"target":3},{"source":68,"target":35},{"source":4,"target":0},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":69,"target":73},{"source":69,"target":4},{"source":70,"target":74},{"source":70,"target":4},{"source":71,"target":75},{"source":71,"target":4},{"source":72,"target":5},{"source":72,"target":76},{"source":72,"target":4},{"source":76,"target":5},{"source":5,"target":0},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":77,"target":81},{"source":77,"target":5},{"source":78,"target":82},{"source":78,"target":5},{"source":79,"target":83},{"source":79,"target":5},{"source":80,"target":84},{"source":80,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":85},{"source":85,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":86},{"source":86,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":87},{"source":87,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":88},{"source":88,"target":5},{"source":10,"target":0},{"source":10,"target":89},{"source":10,"target":90},{"source":89,"target":91},{"source":89,"target":10},{"source":90,"target":92},{"source":90,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":93},{"source":11,"target":94},{"source":93,"target":13},{"source":93,"target":95},{"source":93,"target":11},{"source":95,"target":13},{"source":94,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":12,"target":99},{"source":96,"target":10},{"source":96,"target":100},{"source":96,"target":12},{"source":100,"target":10},{"source":97,"target":10},{"source":97,"target":101},{"source":97,"target":12},{"source":101,"target":10},{"source":98,"target":10},{"source":98,"target":102},{"source":98,"target":12},{"source":102,"target":10},{"source":99,"target":10},{"source":13,"target":0},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":107},{"source":103,"target":13},{"source":104,"target":13},{"source":105,"target":13},{"source":106,"target":13},{"source":107,"target":13},{"source":14,"target":0},{"source":14,"target":108},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":108,"target":18},{"source":108,"target":113},{"source":108,"target":14},{"source":113,"target":18},{"source":109,"target":19},{"source":109,"target":114},{"source":109,"target":14},{"source":114,"target":19},{"source":110,"target":22},{"source":110,"target":115},{"source":110,"target":14},{"source":115,"target":22},{"source":111,"target":116},{"source":111,"target":14},{"source":112,"target":24},{"source":112,"target":117},{"source":112,"target":14},{"source":117,"target":24},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":118},{"source":15,"target":119},{"source":118,"target":120},{"source":118,"target":15},{"source":119,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":121},{"source":16,"target":122},{"source":121,"target":123},{"source":121,"target":16},{"source":122,"target":14},{"source":17,"target":0},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":124,"target":128},{"source":124,"target":17},{"source":125,"target":129},{"source":125,"target":17},{"source":126,"target":130},{"source":126,"target":17},{"source":127,"target":131},{"source":127,"target":17},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":132},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":132,"target":136},{"source":132,"target":18},{"source":133,"target":137},{"source":133,"target":18},{"source":134,"target":138},{"source":134,"target":18},{"source":135,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":139},{"source":19,"target":140},{"source":139,"target":141},{"source":139,"target":19},{"source":140,"target":17},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":34},{"source":20,"target":142},{"source":20,"target":143},{"source":20,"target":144},{"source":142,"target":145},{"source":142,"target":20},{"source":143,"target":19},{"source":144,"target":34},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":146},{"source":146,"target":19},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":34},{"source":22,"target":147},{"source":22,"target":148},{"source":22,"target":149},{"source":22,"target":150},{"source":147,"target":151},{"source":147,"target":22},{"source":148,"target":152},{"source":148,"target":22},{"source":149,"target":17},{"source":150,"target":34},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":153},{"source":23,"target":154},{"source":153,"target":14},{"source":153,"target":155},{"source":153,"target":23},{"source":155,"target":14},{"source":154,"target":12},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":156},{"source":24,"target":157},{"source":156,"target":25},{"source":156,"target":158},{"source":156,"target":24},{"source":158,"target":25},{"source":157,"target":12},{"source":25,"target":0},{"source":25,"target":159},{"source":25,"target":160},{"source":159,"target":26},{"source":159,"target":161},{"source":159,"target":25},{"source":161,"target":26},{"source":160,"target":3},{"source":160,"target":162},{"source":160,"target":25},{"source":162,"target":3},{"source":26,"target":0},{"source":26,"target":31},{"source":26,"target":163},{"source":26,"target":164},{"source":26,"target":165},{"source":26,"target":166},{"source":163,"target":28},{"source":163,"target":167},{"source":163,"target":26},{"source":167,"target":28},{"source":164,"target":27},{"source":164,"target":168},{"source":164,"target":26},{"source":168,"target":27},{"source":165,"target":169},{"source":165,"target":26},{"source":166,"target":31},{"source":27,"target":0},{"source":27,"target":31},{"source":27,"target":170},{"source":170,"target":31},{"source":28,"target":0},{"source":28,"target":31},{"source":28,"target":171},{"source":171,"target":31},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":172},{"source":172,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":173},{"source":173,"target":27},{"source":31,"target":0},{"source":31,"target":174},{"source":31,"target":175},{"source":174,"target":17},{"source":174,"target":176},{"source":174,"target":31},{"source":176,"target":17},{"source":175,"target":17},{"source":175,"target":177},{"source":175,"target":31},{"source":177,"target":17},{"source":32,"target":0},{"source":32,"target":178},{"source":178,"target":33},{"source":178,"target":179},{"source":178,"target":32},{"source":179,"target":33},{"source":33,"target":0},{"source":33,"target":180},{"source":33,"target":181},{"source":180,"target":182},{"source":180,"target":33},{"source":181,"target":33},{"source":181,"target":183},{"source":181,"target":33},{"source":183,"target":33},{"source":34,"target":0},{"source":34,"target":184},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":184,"target":188},{"source":184,"target":34},{"source":185,"target":189},{"source":185,"target":34},{"source":186,"target":190},{"source":186,"target":34},{"source":187,"target":191},{"source":187,"target":34},{"source":35,"target":0},{"source":35,"target":192},{"source":35,"target":193},{"source":35,"target":194},{"source":35,"target":195},{"source":35,"target":196},{"source":35,"target":197},{"source":192,"target":37},{"source":192,"target":198},{"source":192,"target":35},{"source":198,"target":37},{"source":193,"target":36},{"source":193,"target":199},{"source":193,"target":35},{"source":199,"target":36},{"source":194,"target":38},{"source":194,"target":200},{"source":194,"target":35},{"source":200,"target":38},{"source":195,"target":39},{"source":195,"target":201},{"source":195,"target":35},{"source":201,"target":39},{"source":196,"target":40},{"source":196,"target":202},{"source":196,"target":35},{"source":202,"target":40},{"source":197,"target":41},{"source":197,"target":203},{"source":197,"target":35},{"source":203,"target":41},{"source":36,"target":0},{"source":36,"target":42},{"source":36,"target":204},{"source":204,"target":42},{"source":37,"target":0},{"source":37,"target":42},{"source":37,"target":205},{"source":205,"target":42},{"source":38,"target":0},{"source":38,"target":42},{"source":38,"target":206},{"source":206,"target":42},{"source":39,"target":0},{"source":39,"target":42},{"source":39,"target":207},{"source":207,"target":42},{"source":40,"target":0},{"source":40,"target":42},{"source":40,"target":208},{"source":208,"target":42},{"source":41,"target":0},{"source":41,"target":42},{"source":41,"target":209},{"source":209,"target":42},{"source":42,"target":0},{"source":42,"target":210},{"source":210,"target":211},{"source":210,"target":42}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tdc" nsURI="tdc" nsPrefix="tdc"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="VelocitaApproccio"> <eLiterals name="V30"/> <eLiterals name="V60" value="1"/> <eLiterals name="V100" value="2"/> <eLiterals name="VL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Tallonabilita"> <eLiterals name="Intallonabile"/> <eLiterals name="IntallonabileAComando" value="1"/> <eLiterals name="Tallonabile" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Segnale" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="1" eType="#//Ferro" eOpposite="#//Ferro/segnale"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="posizione" lowerBound="1" eType="#//Direzione"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SegnaleBasso" eSuperTypes="#//Segnale"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="virtuale" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Rappel"> <eLiterals name="V60" value="1"/> <eLiterals name="V100" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CDB"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineaPrincipale" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoCDB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="1" upperBound="-1" eType="#//Ferro" eOpposite="#//Ferro/cdb"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zoneIS" eType="#//ZonaIS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zoneManovra" eType="#//ZonaManovra"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fuoriServizio" eType="#//FuoriServizio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stazionamento" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ferro" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="scudetto" upperBound="-1" eType="#//Scudetto" eOpposite="#//Scudetto/ferro"/> <eStructuralFeatures xsi:type="ecore:EReference" name="segnale" upperBound="-1" eType="#//Segnale" eOpposite="#//Segnale/ferro"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traversaLimite" eType="#//TraversaLimite" eOpposite="#//TraversaLimite/ferro"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intersezione" eType="#//Intersezione" eOpposite="#//Intersezione/ferro"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lunghezza" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cdb" lowerBound="1" eType="#//CDB" eOpposite="#//CDB/ferro"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FerroPunta" eSuperTypes="#//Ferro"> <eStructuralFeatures xsi:type="ecore:EReference" name="cuore" lowerBound="1" eType="#//CuoreDeviatoio" eOpposite="#//CuoreDeviatoio/punta"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FerroRamoDeviato" eSuperTypes="#//Ferro"> <eStructuralFeatures xsi:type="ecore:EReference" name="cuore" lowerBound="1" eType="#//CuoreDeviatoio" eOpposite="#//CuoreDeviatoio/ramoDeviato"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FerroCorrettoTracciato" eSuperTypes="#//Ferro"> <eStructuralFeatures xsi:type="ecore:EReference" name="cuore" lowerBound="1" eType="#//CuoreDeviatoio" eOpposite="#//CuoreDeviatoio/correttoTracciato"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" upperBound="2" eType="#//Node" eOpposite="#//Node/right"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" upperBound="2" eType="#//Node" eOpposite="#//Node/left"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PassaggioALivello"/> <eClassifiers xsi:type="ecore:EClass" name="Pedale"/> <eClassifiers xsi:type="ecore:EEnum" name="Direzione"> <eLiterals name="DX"/> <eLiterals name="SX" value="1"/> <eLiterals name="BOTH" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Blocco" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonReversibile" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assenzaFuoriServizio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoBlocco" eType="#//TipoBlocco"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codiceBlocco" eType="#//CodiceBlocco"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoBlocco"> <eLiterals name="PARTENZA"/> <eLiterals name="ARRIVO" value="1"/> <eLiterals name="BCA" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoCDB"> <eLiterals name="STAZIONE"/> <eLiterals name="LINEA" value="1"/> <eLiterals name="ATERRA" value="2"/> <eLiterals name="ESTENSIONE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CodiceBlocco"> <eLiterals name="NESSUNO"/> <eLiterals name="COD_4" value="1"/> <eLiterals name="COD_5" value="2"/> <eLiterals name="COD_7" value="3"/> <eLiterals name="COD_9" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PosizioneDeviatoio"> <eLiterals name="NORMALE"/> <eLiterals name="ROVESCIO" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SegnaleAlto" eSuperTypes="#//Segnale"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="R" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indicatoreDiDirezione" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ripetitoreDiPartenza" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cifraComandata" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroLuci" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ZonaIS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ZonaManovra"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuoriServizio"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deviatoio"> <eStructuralFeatures xsi:type="ecore:EReference" name="cassaManovra" lowerBound="1" upperBound="-1" eType="#//CassaManovra" eOpposite="#//CassaManovra/deviatoio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tallonabilita" eType="#//Tallonabilita"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggiuntoPunte" upperBound="-1" eType="#//Deviatoio" eOpposite="#//Deviatoio/immobilizzazioneDistanzaRidotta"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggiuntoLaterale" upperBound="-1" eType="#//Deviatoio" eOpposite="#//Deviatoio/immobilizzazioneLaterale"/> <eStructuralFeatures xsi:type="ecore:EReference" name="immobilizzazioneDistanzaRidotta" upperBound="-1" eType="#//Deviatoio" eOpposite="#//Deviatoio/aggiuntoPunte"/> <eStructuralFeatures xsi:type="ecore:EReference" name="immobilizzazioneLaterale" upperBound="-1" eType="#//Deviatoio" eOpposite="#//Deviatoio/aggiuntoLaterale"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CuoreDeviatoio"> <eOperations name="getDirezione" lowerBound="1" eType="#//Direzione"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Restituisce la direzione relativa del cuore deviatoio rispetto alla posizione della sua punta e del corretto tracciato."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9;&#x9;if self.punta.left->size() > 1 then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Direzione::DX&#xA;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Direzione::SX&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="punta" lowerBound="1" eType="#//FerroPunta" eOpposite="#//FerroPunta/cuore"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correttoTracciato" lowerBound="1" eType="#//FerroCorrettoTracciato" eOpposite="#//FerroCorrettoTracciato/cuore"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ramoDeviato" lowerBound="1" eType="#//FerroRamoDeviato" eOpposite="#//FerroRamoDeviato/cuore"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cassaManovra" lowerBound="1" eType="#//CassaManovra" eOpposite="#//CassaManovra/cuore"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="velocitaMassima" lowerBound="1" eType="#//VelocitaApproccio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cdb" lowerBound="1" eType="#//CDB" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.punta.cdb"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CassaManovra"> <eStructuralFeatures xsi:type="ecore:EReference" name="deviatoio" lowerBound="1" eType="#//Deviatoio" eOpposite="#//Deviatoio/cassaManovra"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cuore" lowerBound="1" eType="#//CuoreDeviatoio" eOpposite="#//CuoreDeviatoio/cassaManovra"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traversaLimite" lowerBound="1" eType="#//TraversaLimite" eOpposite="#//TraversaLimite/cassaManovra"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cdb" lowerBound="1" eType="#//CDB" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.cuore.cdb"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraversaLimite"> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="2" upperBound="2" eType="#//Ferro" eOpposite="#//Ferro/traversaLimite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cassaManovra" lowerBound="1" eType="#//CassaManovra" eOpposite="#//CassaManovra/traversaLimite"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FerroDeviatoio" eSuperTypes="#//Ferro"> <eStructuralFeatures xsi:type="ecore:EReference" name="cuoredeviatoio" lowerBound="1" eType="#//CuoreDeviatoio"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Intersezione"> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="2" upperBound="2" eType="#//Ferro" eOpposite="#//Ferro/intersezione"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scudetto" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direzione" lowerBound="1" eType="#//Direzione"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="1" eType="#//Ferro" eOpposite="#//Ferro/scudetto"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScudettoItinerario" eSuperTypes="#//Scudetto"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inibizioneLt" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intermedio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shuntato" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroDirezione" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScudettoIstradamento" eSuperTypes="#//Scudetto"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/ermes-project/ermes-project-query-transformation/metamodel/TdC.ecore
ecore
tdc VelocitaApproccio V30 V30 V60 V60 V100 V100 VL VL Tallonabilita Intallonabile Intallonabile IntallonabileAComando IntallonabileAComando Tallonabile Tallonabile Segnale ferro nome posizione SegnaleBasso virtuale Rappel V60 V60 V100 V100 CDB nome lineaPrincipale tipo ferro zoneIS zoneManovra fuoriServizio stazionamento Ferro scudetto segnale traversaLimite intersezione lunghezza cdb FerroPunta cuore FerroRamoDeviato cuore FerroCorrettoTracciato cuore Node left right nome PassaggioALivello Pedale Direzione DX DX SX SX BOTH BOTH Blocco nonReversibile assenzaFuoriServizio tipoBlocco codiceBlocco TipoBlocco PARTENZA PARTENZA ARRIVO ARRIVO BCA BCA TipoCDB STAZIONE STAZIONE LINEA LINEA ATERRA ATERRA ESTENSIONE ESTENSIONE CodiceBlocco NESSUNO NESSUNO COD_4 COD_4 COD_5 COD_5 COD_7 COD_7 COD_9 COD_9 PosizioneDeviatoio NORMALE NORMALE ROVESCIO ROVESCIO SegnaleAlto R indicatoreDiDirezione false ripetitoreDiPartenza false cifraComandata numeroLuci ZonaIS nome ZonaManovra nome FuoriServizio nome Deviatoio cassaManovra nome tallonabilita aggiuntoPunte aggiuntoLaterale immobilizzazioneDistanzaRidotta immobilizzazioneLaterale CuoreDeviatoio getDirezione punta correttoTracciato ramoDeviato cassaManovra velocitaMassima cdb CassaManovra deviatoio cuore nome traversaLimite cdb TraversaLimite ferro cassaManovra FerroDeviatoio cuoredeviatoio Intersezione ferro Scudetto nome direzione ferro ScudettoItinerario inibizioneLt intermedio shuntato numeroDirezione ScudettoIstradamento
null
{"directed":true,"nodes":[{"nsPrefix":"tdc","nsURI":"tdc","name":"tdc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VelocitaApproccio","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Tallonabilita","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Segnale","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegnaleBasso","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rappel","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDB","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ferro","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FerroPunta","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FerroRamoDeviato","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FerroCorrettoTracciato","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassaggioALivello","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pedale","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direzione","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Blocco","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoBlocco","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoCDB","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CodiceBlocco","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PosizioneDeviatoio","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegnaleAlto","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZonaIS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZonaManovra","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuoriServizio","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deviatoio","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CuoreDeviatoio","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CassaManovra","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraversaLimite","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FerroDeviatoio","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intersezione","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scudetto","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScudettoItinerario","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScudettoIstradamento","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"name":"V30","id":33,"value":0,"literal":"V30","eClass":"EEnumLiteral"},{"name":"V60","id":34,"value":1,"literal":"V60","eClass":"EEnumLiteral"},{"name":"V100","id":35,"value":2,"literal":"V100","eClass":"EEnumLiteral"},{"name":"VL","id":36,"value":3,"literal":"VL","eClass":"EEnumLiteral"},{"name":"Intallonabile","id":37,"value":0,"literal":"Intallonabile","eClass":"EEnumLiteral"},{"name":"IntallonabileAComando","id":38,"value":1,"literal":"IntallonabileAComando","eClass":"EEnumLiteral"},{"name":"Tallonabile","id":39,"value":2,"literal":"Tallonabile","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ferro","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"posizione","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"segnale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"virtuale","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"name":"V60","id":50,"value":1,"literal":"V60","eClass":"EEnumLiteral"},{"name":"V100","id":51,"value":2,"literal":"V100","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineaPrincipale","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ferro","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"zoneIS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"zoneManovra","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fuoriServizio","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stazionamento","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cdb","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scudetto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traversaLimite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intersezione","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lunghezza","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ferro","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ferro","changeable":true,"resolveProxies":true,"lowerBound":2,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ferro","changeable":true,"resolveProxies":true,"lowerBound":2,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuore","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"punta","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuore","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ramoDeviato","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuore","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correttoTracciato","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"DX","id":101,"value":0,"literal":"DX","eClass":"EEnumLiteral"},{"name":"SX","id":102,"value":1,"literal":"SX","eClass":"EEnumLiteral"},{"name":"BOTH","id":103,"value":2,"literal":"BOTH","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonReversibile","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assenzaFuoriServizio","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoBlocco","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codiceBlocco","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"name":"PARTENZA","id":113,"value":0,"literal":"PARTENZA","eClass":"EEnumLiteral"},{"name":"ARRIVO","id":114,"value":1,"literal":"ARRIVO","eClass":"EEnumLiteral"},{"name":"BCA","id":115,"value":2,"literal":"BCA","eClass":"EEnumLiteral"},{"name":"STAZIONE","id":116,"value":0,"literal":"STAZIONE","eClass":"EEnumLiteral"},{"name":"LINEA","id":117,"value":1,"literal":"LINEA","eClass":"EEnumLiteral"},{"name":"ATERRA","id":118,"value":2,"literal":"ATERRA","eClass":"EEnumLiteral"},{"name":"ESTENSIONE","id":119,"value":3,"literal":"ESTENSIONE","eClass":"EEnumLiteral"},{"name":"NESSUNO","id":120,"value":0,"literal":"NESSUNO","eClass":"EEnumLiteral"},{"name":"COD_4","id":121,"value":1,"literal":"COD_4","eClass":"EEnumLiteral"},{"name":"COD_5","id":122,"value":2,"literal":"COD_5","eClass":"EEnumLiteral"},{"name":"COD_7","id":123,"value":3,"literal":"COD_7","eClass":"EEnumLiteral"},{"name":"COD_9","id":124,"value":4,"literal":"COD_9","eClass":"EEnumLiteral"},{"name":"NORMALE","id":125,"value":0,"literal":"NORMALE","eClass":"EEnumLiteral"},{"name":"ROVESCIO","id":126,"value":1,"literal":"ROVESCIO","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"R","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"indicatoreDiDirezione","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ripetitoreDiPartenza","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cifraComandata","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroLuci","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cassaManovra","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tallonabilita","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggiuntoPunte","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggiuntoLaterale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"immobilizzazioneDistanzaRidotta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"immobilizzazioneLaterale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deviatoio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDirezione","lowerBound":1,"id":159,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cassaManovra","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"velocitaMassima","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"cdb","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":true},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuore","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traversaLimite","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"cdb","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":true},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cassaManovra","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuoredeviatoio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direzione","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inibizioneLt","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intermedio","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shuntato","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroDirezione","changeable":true,"lowerBound":1,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":1,"target":0},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":33,"target":1},{"source":34,"target":1},{"source":35,"target":1},{"source":36,"target":1},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":2},{"source":38,"target":2},{"source":39,"target":2},{"source":3,"target":0},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":40,"target":7},{"source":40,"target":43},{"source":40,"target":3},{"source":40,"target":44},{"source":43,"target":7},{"source":41,"target":45},{"source":41,"target":3},{"source":42,"target":14},{"source":42,"target":46},{"source":42,"target":3},{"source":46,"target":14},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":47},{"source":4,"target":48},{"source":47,"target":49},{"source":47,"target":4},{"source":48,"target":3},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":5},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":52,"target":60},{"source":52,"target":6},{"source":53,"target":61},{"source":53,"target":6},{"source":54,"target":17},{"source":54,"target":62},{"source":54,"target":6},{"source":62,"target":17},{"source":55,"target":7},{"source":55,"target":63},{"source":55,"target":6},{"source":55,"target":64},{"source":63,"target":7},{"source":56,"target":21},{"source":56,"target":65},{"source":56,"target":6},{"source":65,"target":21},{"source":57,"target":22},{"source":57,"target":66},{"source":57,"target":6},{"source":66,"target":22},{"source":58,"target":23},{"source":58,"target":67},{"source":58,"target":6},{"source":67,"target":23},{"source":59,"target":68},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":69},{"source":7,"target":44},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":64},{"source":7,"target":73},{"source":69,"target":30},{"source":69,"target":74},{"source":69,"target":7},{"source":69,"target":75},{"source":74,"target":30},{"source":44,"target":3},{"source":44,"target":76},{"source":44,"target":7},{"source":44,"target":40},{"source":76,"target":3},{"source":70,"target":27},{"source":70,"target":77},{"source":70,"target":7},{"source":70,"target":78},{"source":77,"target":27},{"source":71,"target":29},{"source":71,"target":79},{"source":71,"target":7},{"source":71,"target":80},{"source":79,"target":29},{"source":72,"target":81},{"source":72,"target":7},{"source":64,"target":6},{"source":64,"target":82},{"source":64,"target":7},{"source":64,"target":55},{"source":82,"target":6},{"source":73,"target":11},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":83},{"source":8,"target":84},{"source":83,"target":25},{"source":83,"target":85},{"source":83,"target":8},{"source":83,"target":86},{"source":85,"target":25},{"source":84,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":87},{"source":9,"target":88},{"source":87,"target":25},{"source":87,"target":89},{"source":87,"target":9},{"source":87,"target":90},{"source":89,"target":25},{"source":88,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":91},{"source":10,"target":92},{"source":91,"target":25},{"source":91,"target":93},{"source":91,"target":10},{"source":91,"target":94},{"source":93,"target":25},{"source":92,"target":7},{"source":11,"target":0},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":95,"target":11},{"source":95,"target":98},{"source":95,"target":11},{"source":95,"target":96},{"source":98,"target":11},{"source":96,"target":11},{"source":96,"target":99},{"source":96,"target":11},{"source":96,"target":95},{"source":99,"target":11},{"source":97,"target":100},{"source":97,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":101},{"source":14,"target":102},{"source":14,"target":103},{"source":101,"target":14},{"source":102,"target":14},{"source":103,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":104,"target":109},{"source":104,"target":15},{"source":105,"target":110},{"source":105,"target":15},{"source":106,"target":16},{"source":106,"target":111},{"source":106,"target":15},{"source":111,"target":16},{"source":107,"target":18},{"source":107,"target":112},{"source":107,"target":15},{"source":112,"target":18},{"source":108,"target":11},{"source":16,"target":0},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":113,"target":16},{"source":114,"target":16},{"source":115,"target":16},{"source":17,"target":0},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":116,"target":17},{"source":117,"target":17},{"source":118,"target":17},{"source":119,"target":17},{"source":18,"target":0},{"source":18,"target":120},{"source":18,"target":121},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":124},{"source":120,"target":18},{"source":121,"target":18},{"source":122,"target":18},{"source":123,"target":18},{"source":124,"target":18},{"source":19,"target":0},{"source":19,"target":125},{"source":19,"target":126},{"source":125,"target":19},{"source":126,"target":19},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":127},{"source":20,"target":128},{"source":20,"target":129},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":127,"target":133},{"source":127,"target":20},{"source":128,"target":134},{"source":128,"target":20},{"source":129,"target":135},{"source":129,"target":20},{"source":130,"target":136},{"source":130,"target":20},{"source":131,"target":137},{"source":131,"target":20},{"source":132,"target":3},{"source":21,"target":0},{"source":21,"target":138},{"source":138,"target":139},{"source":138,"target":21},{"source":22,"target":0},{"source":22,"target":140},{"source":140,"target":141},{"source":140,"target":22},{"source":23,"target":0},{"source":23,"target":142},{"source":142,"target":143},{"source":142,"target":23},{"source":24,"target":0},{"source":24,"target":144},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":144,"target":26},{"source":144,"target":151},{"source":144,"target":24},{"source":144,"target":152},{"source":151,"target":26},{"source":145,"target":153},{"source":145,"target":24},{"source":146,"target":2},{"source":146,"target":154},{"source":146,"target":24},{"source":154,"target":2},{"source":147,"target":24},{"source":147,"target":155},{"source":147,"target":24},{"source":147,"target":149},{"source":155,"target":24},{"source":148,"target":24},{"source":148,"target":156},{"source":148,"target":24},{"source":148,"target":150},{"source":156,"target":24},{"source":149,"target":24},{"source":149,"target":157},{"source":149,"target":24},{"source":149,"target":147},{"source":157,"target":24},{"source":150,"target":24},{"source":150,"target":158},{"source":150,"target":24},{"source":150,"target":148},{"source":158,"target":24},{"source":25,"target":0},{"source":25,"target":159},{"source":25,"target":86},{"source":25,"target":94},{"source":25,"target":90},{"source":25,"target":160},{"source":25,"target":161},{"source":25,"target":162},{"source":159,"target":14},{"source":159,"target":163},{"source":159,"target":25},{"source":163,"target":14},{"source":86,"target":8},{"source":86,"target":164},{"source":86,"target":25},{"source":86,"target":83},{"source":164,"target":8},{"source":94,"target":10},{"source":94,"target":165},{"source":94,"target":25},{"source":94,"target":91},{"source":165,"target":10},{"source":90,"target":9},{"source":90,"target":166},{"source":90,"target":25},{"source":90,"target":87},{"source":166,"target":9},{"source":160,"target":26},{"source":160,"target":167},{"source":160,"target":25},{"source":160,"target":168},{"source":167,"target":26},{"source":161,"target":1},{"source":161,"target":169},{"source":161,"target":25},{"source":169,"target":1},{"source":162,"target":6},{"source":162,"target":170},{"source":162,"target":25},{"source":170,"target":6},{"source":26,"target":0},{"source":26,"target":152},{"source":26,"target":168},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":152,"target":24},{"source":152,"target":174},{"source":152,"target":26},{"source":152,"target":144},{"source":174,"target":24},{"source":168,"target":25},{"source":168,"target":175},{"source":168,"target":26},{"source":168,"target":160},{"source":175,"target":25},{"source":171,"target":176},{"source":171,"target":26},{"source":172,"target":27},{"source":172,"target":177},{"source":172,"target":26},{"source":172,"target":178},{"source":177,"target":27},{"source":173,"target":6},{"source":173,"target":179},{"source":173,"target":26},{"source":179,"target":6},{"source":27,"target":0},{"source":27,"target":78},{"source":27,"target":178},{"source":78,"target":7},{"source":78,"target":180},{"source":78,"target":27},{"source":78,"target":70},{"source":180,"target":7},{"source":178,"target":26},{"source":178,"target":181},{"source":178,"target":27},{"source":178,"target":172},{"source":181,"target":26},{"source":28,"target":0},{"source":28,"target":7},{"source":28,"target":182},{"source":28,"target":183},{"source":182,"target":25},{"source":182,"target":184},{"source":182,"target":28},{"source":184,"target":25},{"source":183,"target":7},{"source":29,"target":0},{"source":29,"target":80},{"source":80,"target":7},{"source":80,"target":185},{"source":80,"target":29},{"source":80,"target":71},{"source":185,"target":7},{"source":30,"target":0},{"source":30,"target":186},{"source":30,"target":187},{"source":30,"target":75},{"source":186,"target":188},{"source":186,"target":30},{"source":187,"target":14},{"source":187,"target":189},{"source":187,"target":30},{"source":189,"target":14},{"source":75,"target":7},{"source":75,"target":190},{"source":75,"target":30},{"source":75,"target":69},{"source":190,"target":7},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":31,"target":194},{"source":31,"target":195},{"source":191,"target":196},{"source":191,"target":31},{"source":192,"target":197},{"source":192,"target":31},{"source":193,"target":198},{"source":193,"target":31},{"source":194,"target":199},{"source":194,"target":31},{"source":195,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":200},{"source":200,"target":30}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http:///org/eclipse/jst/ws/internal/cxf/core/model.ecore" nsPrefix="org.eclipse.jst.ws.internal.cxf.core.model"> <eClassifiers xsi:type="ecore:EClass" name="CXFContext" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verbose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateAntBuildFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateClient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateServer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="databinding" eType="#//DataBinding" defaultValueLiteral="jaxb"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frontend" eType="#//Frontend" defaultValueLiteral="jaxws"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useSpringApplicationContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportCXFClasspathContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installations" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//CXFInstall"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CXFDataModel" abstract="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlURL" eType="#//URL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configWsdlLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedJavaClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedJavaInterfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpointName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlDefinition" eType="#//Definition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Java2WSContext" abstract="true" interface="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soap12Binding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateXSDImports" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWSDL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWrapperFaultBeans" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationProcessingEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWebMethodAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWebParamAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateRequestWrapperAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateResponseWrapperAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWebResultAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Java2WSDataModel" eSuperTypes="#//CXFDataModel #//Java2WSContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaStartingPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useServiceEndpointInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extractInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceEndpointInterfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodMap"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="#//IMethod"/> <eTypeArguments eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationMap"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WSDL2JavaContext" abstract="true" interface="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateImplementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processSOAPHeaders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadDefaultNamespacePackageNameMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadDefaultExcludesNamepsaceMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useDefaultValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcArgs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAddressBinding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcUseDefaultValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToStringMultiLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToStringSimple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcLocator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcSyncMethods" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcMarkGenerated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcEpisodeFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoNameResolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WSDL2JavaDataModel" eSuperTypes="#//CXFDataModel #//WSDL2JavaContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includedNamespaces"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingFiles" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludedNamespaces"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="catalogFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaSourceFolder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Frontend"> <eLiterals name="JAXWS" literal="jaxws"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataBinding"> <eLiterals name="JAXB" literal="jaxb"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URL" instanceClassName="java.net.URL"/> <eClassifiers xsi:type="ecore:EDataType" name="Definition" instanceClassName="javax.wsdl.Definition"/> <eClassifiers xsi:type="ecore:EDataType" name="Map" instanceClassName="java.util.Map"> <eTypeParameters name="T"/> <eTypeParameters name="T1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IMethod" instanceClassName="org.eclipse.jdt.core.IMethod"/> <eClassifiers xsi:type="ecore:EClass" name="CXFInstall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/CXF.ecore
ecore
model CXFContext defaultRuntimeLocation defaultRuntimeType defaultRuntimeVersion verbose true generateAntBuildFile false generateClient false generateServer false databinding jaxb frontend jaxws useSpringApplicationContext true exportCXFClasspathContainer true installations CXFDataModel projectName resourceDirectory classDirectory wsdlFileName wsdlURL configWsdlLocation fullyQualifiedJavaClassName fullyQualifiedJavaInterfaceName configId targetNamespace endpointName serviceName wsdlDefinition wsdlLocation Java2WSContext soap12Binding false generateXSDImports true generateWSDL true generateWrapperFaultBeans true annotationProcessingEnabled false generateWebMethodAnnotation false generateWebParamAnnotation false generateRequestWrapperAnnotation false generateResponseWrapperAnnotation false generateWebResultAnnotation false Java2WSDataModel classpath javaStartingPoint useServiceEndpointInterface extractInterface serviceEndpointInterfaceName methodMap annotationMap sourceDirectory portName WSDL2JavaContext generateImplementation true processSOAPHeaders false loadDefaultNamespacePackageNameMapping true loadDefaultExcludesNamepsaceMapping true validate true wsdlVersion 1.1 useDefaultValues true xjcArgs noAddressBinding false xjcUseDefaultValues false xjcToString false xjcToStringMultiLine false xjcToStringSimple false xjcLocator false xjcSyncMethods false xjcMarkGenerated false xjcEpisodeFile autoNameResolution false WSDL2JavaDataModel includedNamespaces bindingFiles excludedNamespaces catalogFile javaSourceFolder Frontend JAXWS jaxws DataBinding JAXB jaxb URL java.net.URL java.net.URL Definition javax.wsdl.Definition javax.wsdl.Definition Map java.util.Map java.util.Map T T1 IMethod org.eclipse.jdt.core.IMethod org.eclipse.jdt.core.IMethod CXFInstall version location type
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.ws.internal.cxf.core.model","nsURI":"http:///org/eclipse/jst/ws/internal/cxf/core/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFContext","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFDataModel","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java2WSContext","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java2WSDataModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDL2JavaContext","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDL2JavaDataModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Frontend","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataBinding","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"URL","instanceClass":"java.net.URL","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.Definition","defaultValue":null,"instanceClassName":"javax.wsdl.Definition","name":"Definition","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"Map","instanceClass":"java.util.Map","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jdt.core.IMethod","defaultValue":null,"instanceClassName":"org.eclipse.jdt.core.IMethod","name":"IMethod","instanceClass":null,"id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFInstall","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultRuntimeLocation","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultRuntimeType","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultRuntimeVersion","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"verbose","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateAntBuildFile","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateClient","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateServer","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"jaxb","unsettable":false,"transient":false,"unique":true,"name":"databinding","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"jaxws","unsettable":false,"transient":false,"unique":true,"name":"frontend","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"useSpringApplicationContext","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"exportCXFClasspathContainer","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"installations","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceDirectory","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classDirectory","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlFileName","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlURL","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configWsdlLocation","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullyQualifiedJavaClassName","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullyQualifiedJavaInterfaceName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configId","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpointName","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlDefinition","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlLocation","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"soap12Binding","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateXSDImports","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateWSDL","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateWrapperFaultBeans","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"annotationProcessingEnabled","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateWebMethodAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateWebParamAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateRequestWrapperAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateResponseWrapperAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateWebResultAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaStartingPoint","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"useServiceEndpointInterface","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extractInterface","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceEndpointInterfaceName","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"methodMap","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotationMap","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceDirectory","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"portName","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateImplementation","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"processSOAPHeaders","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"loadDefaultNamespacePackageNameMapping","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"loadDefaultExcludesNamepsaceMapping","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"validate","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1.1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.1","unsettable":false,"transient":false,"unique":true,"name":"wsdlVersion","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"useDefaultValues","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xjcArgs","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"noAddressBinding","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcUseDefaultValues","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcToString","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcToStringMultiLine","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcToStringSimple","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcLocator","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcSyncMethods","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcMarkGenerated","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xjcEpisodeFile","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"autoNameResolution","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includedNamespaces","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindingFiles","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excludedNamespaces","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalogFile","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaSourceFolder","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"name":"JAXWS","id":169,"value":0,"literal":"jaxws","eClass":"EEnumLiteral"},{"name":"JAXB","id":170,"value":0,"literal":"jaxb","eClass":"EEnumLiteral"},{"name":"T","id":171,"eClass":"ETypeParameter"},{"name":"T1","id":172,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":14,"target":26},{"source":14,"target":1},{"source":15,"target":27},{"source":15,"target":1},{"source":16,"target":28},{"source":16,"target":1},{"source":17,"target":29},{"source":17,"target":1},{"source":18,"target":30},{"source":18,"target":1},{"source":19,"target":31},{"source":19,"target":1},{"source":20,"target":32},{"source":20,"target":1},{"source":21,"target":8},{"source":21,"target":33},{"source":21,"target":1},{"source":33,"target":8},{"source":22,"target":7},{"source":22,"target":34},{"source":22,"target":1},{"source":34,"target":7},{"source":23,"target":35},{"source":23,"target":1},{"source":24,"target":36},{"source":24,"target":1},{"source":25,"target":37},{"source":25,"target":1},{"source":37,"target":38},{"source":37,"target":39},{"source":39,"target":13},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":40,"target":55},{"source":40,"target":2},{"source":41,"target":56},{"source":41,"target":2},{"source":42,"target":57},{"source":42,"target":2},{"source":43,"target":58},{"source":43,"target":2},{"source":44,"target":9},{"source":44,"target":59},{"source":44,"target":2},{"source":59,"target":9},{"source":45,"target":60},{"source":45,"target":2},{"source":46,"target":61},{"source":46,"target":2},{"source":47,"target":62},{"source":47,"target":2},{"source":48,"target":63},{"source":48,"target":2},{"source":49,"target":64},{"source":49,"target":2},{"source":50,"target":65},{"source":50,"target":2},{"source":51,"target":66},{"source":51,"target":2},{"source":52,"target":10},{"source":52,"target":67},{"source":52,"target":2},{"source":67,"target":10},{"source":53,"target":68},{"source":53,"target":2},{"source":54,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":69,"target":80},{"source":69,"target":3},{"source":70,"target":81},{"source":70,"target":3},{"source":71,"target":82},{"source":71,"target":3},{"source":72,"target":83},{"source":72,"target":3},{"source":73,"target":84},{"source":73,"target":3},{"source":74,"target":85},{"source":74,"target":3},{"source":75,"target":86},{"source":75,"target":3},{"source":76,"target":87},{"source":76,"target":3},{"source":77,"target":88},{"source":77,"target":3},{"source":78,"target":89},{"source":78,"target":3},{"source":79,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":90,"target":101},{"source":90,"target":4},{"source":91,"target":102},{"source":91,"target":4},{"source":92,"target":103},{"source":92,"target":4},{"source":93,"target":104},{"source":93,"target":4},{"source":94,"target":105},{"source":94,"target":4},{"source":95,"target":11},{"source":95,"target":106},{"source":95,"target":4},{"source":106,"target":107},{"source":106,"target":108},{"source":106,"target":11},{"source":107,"target":12},{"source":108,"target":109},{"source":108,"target":110},{"source":108,"target":11},{"source":96,"target":11},{"source":96,"target":111},{"source":96,"target":4},{"source":111,"target":112},{"source":111,"target":113},{"source":111,"target":11},{"source":97,"target":114},{"source":97,"target":4},{"source":98,"target":115},{"source":98,"target":4},{"source":99,"target":2},{"source":100,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":116},{"source":5,"target":117},{"source":5,"target":118},{"source":5,"target":119},{"source":5,"target":120},{"source":5,"target":121},{"source":5,"target":122},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":5,"target":133},{"source":5,"target":134},{"source":116,"target":135},{"source":116,"target":5},{"source":117,"target":136},{"source":117,"target":5},{"source":118,"target":137},{"source":118,"target":5},{"source":119,"target":138},{"source":119,"target":5},{"source":120,"target":139},{"source":120,"target":5},{"source":121,"target":140},{"source":121,"target":5},{"source":122,"target":141},{"source":122,"target":5},{"source":123,"target":142},{"source":123,"target":5},{"source":124,"target":143},{"source":124,"target":5},{"source":125,"target":144},{"source":125,"target":5},{"source":126,"target":145},{"source":126,"target":5},{"source":127,"target":146},{"source":127,"target":5},{"source":128,"target":147},{"source":128,"target":5},{"source":129,"target":148},{"source":129,"target":5},{"source":130,"target":149},{"source":130,"target":5},{"source":131,"target":150},{"source":131,"target":5},{"source":132,"target":151},{"source":132,"target":5},{"source":133,"target":152},{"source":133,"target":5},{"source":134,"target":1},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":5},{"source":6,"target":153},{"source":6,"target":154},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":6,"target":158},{"source":6,"target":159},{"source":153,"target":11},{"source":153,"target":160},{"source":153,"target":6},{"source":160,"target":161},{"source":160,"target":162},{"source":160,"target":11},{"source":154,"target":163},{"source":154,"target":6},{"source":155,"target":11},{"source":155,"target":164},{"source":155,"target":6},{"source":164,"target":165},{"source":164,"target":166},{"source":164,"target":11},{"source":156,"target":167},{"source":156,"target":6},{"source":157,"target":168},{"source":157,"target":6},{"source":158,"target":2},{"source":159,"target":5},{"source":7,"target":0},{"source":7,"target":169},{"source":169,"target":7},{"source":8,"target":0},{"source":8,"target":170},{"source":170,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":171},{"source":11,"target":172},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":173},{"source":13,"target":174},{"source":13,"target":175},{"source":173,"target":176},{"source":173,"target":13},{"source":174,"target":177},{"source":174,"target":13},{"source":175,"target":178},{"source":175,"target":13}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="minilang" nsURI="http://minilang/" nsPrefix="minilang"> <eClassifiers xsi:type="ecore:EClass" name="IntExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="//IntExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntOperation" eSuperTypes="//IntExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//IntExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterOrEqual" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="LessOrEqual" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="//BooleanOperation"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="//BooleanOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="IntComparison" abstract="true" eSuperTypes="//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//IntExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanOperation" eSuperTypes="//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariableRef" eSuperTypes="//VariableRef //BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IntVariableRef" eSuperTypes="//VariableRef //IntExpression"/> <eClassifiers xsi:type="ecore:EClass" name="VariableRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanAssignment" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//BooleanVariableRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntAssignment" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//IntVariableRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrintVar" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrintStr" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="//Block"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/melange-examples/MiniFSM/languageProjects/fr.inria.diverse.minilang/model/minilang.ecore
ecore
minilang IntExpression Integer value Boolean value IntOperation right left Equal Greater GreaterOrEqual Less LessOrEqual Not expression Or And Plus Minus Multiply Divide IntComparison right left BooleanExpression BooleanOperation left right BooleanVariableRef IntVariableRef VariableRef name Statement BooleanAssignment variable value IntAssignment variable value PrintVar value PrintStr value Block statement If condition then else While condition body
null
{"directed":true,"nodes":[{"nsPrefix":"minilang","nsURI":"http://minilang/","name":"minilang","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntExpression","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOperation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterOrEqual","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqual","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntComparison","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOperation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariableRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntVariableRef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAssignment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntAssignment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintVar","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStr","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":31},{"source":2,"target":32},{"source":31,"target":33},{"source":31,"target":2},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":34},{"source":3,"target":35},{"source":34,"target":36},{"source":34,"target":3},{"source":35,"target":18},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":1},{"source":37,"target":40},{"source":37,"target":4},{"source":40,"target":1},{"source":38,"target":1},{"source":38,"target":41},{"source":38,"target":4},{"source":41,"target":1},{"source":39,"target":1},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":42},{"source":42,"target":17},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":43},{"source":43,"target":17},{"source":7,"target":0},{"source":7,"target":17},{"source":7,"target":44},{"source":44,"target":17},{"source":8,"target":0},{"source":8,"target":17},{"source":8,"target":45},{"source":45,"target":17},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":46},{"source":46,"target":17},{"source":10,"target":0},{"source":10,"target":18},{"source":10,"target":47},{"source":10,"target":48},{"source":47,"target":18},{"source":47,"target":49},{"source":47,"target":10},{"source":49,"target":18},{"source":48,"target":18},{"source":11,"target":0},{"source":11,"target":19},{"source":11,"target":50},{"source":50,"target":19},{"source":12,"target":0},{"source":12,"target":19},{"source":12,"target":51},{"source":51,"target":19},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":52},{"source":52,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":53},{"source":53,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":54},{"source":54,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":55},{"source":55,"target":4},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":56},{"source":17,"target":57},{"source":17,"target":58},{"source":56,"target":1},{"source":56,"target":59},{"source":56,"target":17},{"source":59,"target":1},{"source":57,"target":1},{"source":57,"target":60},{"source":57,"target":17},{"source":60,"target":1},{"source":58,"target":18},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":61},{"source":19,"target":62},{"source":19,"target":63},{"source":61,"target":18},{"source":61,"target":64},{"source":61,"target":19},{"source":64,"target":18},{"source":62,"target":18},{"source":62,"target":65},{"source":62,"target":19},{"source":65,"target":18},{"source":63,"target":18},{"source":20,"target":0},{"source":20,"target":22},{"source":20,"target":18},{"source":20,"target":66},{"source":20,"target":67},{"source":66,"target":22},{"source":67,"target":18},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":1},{"source":21,"target":68},{"source":21,"target":69},{"source":68,"target":22},{"source":69,"target":1},{"source":22,"target":0},{"source":22,"target":70},{"source":70,"target":71},{"source":70,"target":22},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":72},{"source":24,"target":73},{"source":24,"target":74},{"source":72,"target":20},{"source":72,"target":75},{"source":72,"target":24},{"source":75,"target":20},{"source":73,"target":18},{"source":73,"target":76},{"source":73,"target":24},{"source":76,"target":18},{"source":74,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":77},{"source":25,"target":78},{"source":25,"target":79},{"source":77,"target":21},{"source":77,"target":80},{"source":77,"target":25},{"source":80,"target":21},{"source":78,"target":1},{"source":78,"target":81},{"source":78,"target":25},{"source":81,"target":1},{"source":79,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":82},{"source":26,"target":83},{"source":82,"target":84},{"source":82,"target":26},{"source":83,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":85},{"source":27,"target":86},{"source":85,"target":87},{"source":85,"target":27},{"source":86,"target":23},{"source":28,"target":0},{"source":28,"target":88},{"source":88,"target":23},{"source":88,"target":89},{"source":88,"target":28},{"source":89,"target":23},{"source":29,"target":0},{"source":29,"target":90},{"source":29,"target":91},{"source":29,"target":92},{"source":90,"target":18},{"source":90,"target":93},{"source":90,"target":29},{"source":93,"target":18},{"source":91,"target":28},{"source":91,"target":94},{"source":91,"target":29},{"source":94,"target":28},{"source":92,"target":28},{"source":92,"target":95},{"source":92,"target":29},{"source":95,"target":28},{"source":30,"target":0},{"source":30,"target":96},{"source":30,"target":97},{"source":96,"target":18},{"source":96,"target":98},{"source":96,"target":30},{"source":98,"target":18},{"source":97,"target":28},{"source":97,"target":99},{"source":97,"target":30},{"source":99,"target":28}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="QualityMetamodel" nsURI="http://www.univaq.disim.it/mde/qualitymm" nsPrefix="QM"> <eClassifiers xsi:type="ecore:EClass" name="QualityModel" eSuperTypes="#//QMM_OCL/Module"> <eStructuralFeatures xsi:type="ecore:EReference" name="metricProviders" upperBound="-1" eType="#//MetricProvider" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityTypes" upperBound="-1" eType="#//ValueType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityAttributes" upperBound="-1" eType="#//QualityAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityValues" upperBound="-1" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualityAttribute" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityAttributes" upperBound="-1" eType="#//QualityAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1" eType="#//ValueType" eOpposite="#//ValueType/val"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType" abstract="true" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="val" lowerBound="1" eType="#//Value" eOpposite="#//Value/valueType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="measuredBy" lowerBound="1" eType="#//MetricProvider"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="calculatedBy" lowerBound="1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedValues" lowerBound="1" upperBound="-1" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricProvider"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedValueMetric" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="average" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="median" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standardDeviation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationMetric" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="set" lowerBound="1" upperBound="-1" eType="#//EnumerationItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//EnumerationItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListValue" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#//ValueType" containment="true"/> </eClassifiers> <eSubpackages name="QMM_OCL" nsURI="http://www.univaq.disim.it/mde/qualitymm/ocl" nsPrefix="QMM_OCL"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1" eType="#//QMM_OCL/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="#//QMM_OCL/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charStart" lowerBound="1" eType="#//QMM_OCL/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charEnd" lowerBound="1" eType="#//QMM_OCL/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//QMM_OCL/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1" eType="#//QMM_OCL/OclMetamodel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//QMM_OCL/Import" containment="true" eOpposite="#//QMM_OCL/Import/module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//QMM_OCL/ModuleElement" containment="true" eOpposite="#//QMM_OCL/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//QMM_OCL/Module" eOpposite="#//QMM_OCL/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//QMM_OCL/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//QMM_OCL/Module" eOpposite="#//QMM_OCL/Module/imports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#//QMM_OCL/IfExp" eOpposite="#//QMM_OCL/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#//QMM_OCL/PropertyCallExp" eOpposite="#//QMM_OCL/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#//QMM_OCL/LetExp" eOpposite="#//QMM_OCL/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#//QMM_OCL/LoopExp" eOpposite="#//QMM_OCL/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#//QMM_OCL/OperationCall" eOpposite="#//QMM_OCL/OperationCall/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#//QMM_OCL/LocalVariable" eOpposite="#//QMM_OCL/LocalVariable/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#//QMM_OCL/IfExp" eOpposite="#//QMM_OCL/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="#//QMM_OCL/Operation" eOpposite="#//QMM_OCL/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#//QMM_OCL/IfExp" eOpposite="#//QMM_OCL/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="#//QMM_OCL/Attribute" eOpposite="#//QMM_OCL/Attribute/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOperator" ordered="false" eType="#//QMM_OCL/OperatorCallExp" eOpposite="#//QMM_OCL/OperatorCallExp/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#//QMM_OCL/VariableDeclaration" eOpposite="#//QMM_OCL/VariableDeclaration/variableExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SelfExp" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EnvExp" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#//QMM_OCL/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#//QMM_OCL/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#//QMM_OCL/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#//QMM_OCL/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#//QMM_OCL/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//QMM_OCL/CollectionPart" containment="true" eOpposite="#//QMM_OCL/CollectionPart/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionPart" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#//QMM_OCL/CollectionExp" eOpposite="#//QMM_OCL/CollectionExp/parts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange" eSuperTypes="#//QMM_OCL/CollectionPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem" eSuperTypes="#//QMM_OCL/CollectionPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#//QMM_OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#//QMM_OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#//QMM_OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#//QMM_OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#//QMM_OCL/TuplePart" containment="true" eOpposite="#//QMM_OCL/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#//QMM_OCL/LocalVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#//QMM_OCL/TupleExp" eOpposite="#//QMM_OCL/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//QMM_OCL/MapElement" containment="true" eOpposite="#//QMM_OCL/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#//QMM_OCL/MapExp" eOpposite="#//QMM_OCL/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCallExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/staticPropertyCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticCall" lowerBound="1" eType="#//QMM_OCL/StaticPropertyCall" containment="true" eOpposite="#//QMM_OCL/StaticPropertyCall/staticCallExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCall" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticCallExp" lowerBound="1" eType="#//QMM_OCL/StaticPropertyCallExp" eOpposite="#//QMM_OCL/StaticPropertyCallExp/staticCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticNavigationOrAttributeCall" eSuperTypes="#//QMM_OCL/StaticPropertyCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="StaticNavigationOrAttributeCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticOperationCall" eSuperTypes="#//QMM_OCL/StaticPropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//QMM_OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="StaticOperationCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="calls" lowerBound="1" upperBound="-1" eType="#//QMM_OCL/PropertyCall" containment="true" eOpposite="#//QMM_OCL/PropertyCall/callExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCall" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="callExp" lowerBound="1" eType="#//QMM_OCL/PropertyCallExp" eOpposite="#//QMM_OCL/PropertyCallExp/calls"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCall" eSuperTypes="#//QMM_OCL/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="NavigationOrAttributeCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCall" eSuperTypes="#//QMM_OCL/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="OperationCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//QMM_OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/appliedOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="RelOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="EqOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="AddOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="IntOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="MulOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LambdaCallExp" eSuperTypes="#//QMM_OCL/VariableExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BraceExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCall" eSuperTypes="#//QMM_OCL/OperationCall"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//QMM_OCL/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#//QMM_OCL/Iterator" containment="true" eOpposite="#//QMM_OCL/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//QMM_OCL/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//QMM_OCL/LocalVariable" containment="true" eOpposite="#//QMM_OCL/LocalVariable/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//QMM_OCL/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="IteratorExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//QMM_OCL/LocalVariable" containment="true" eOpposite="#//QMM_OCL/LocalVariable/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#//QMM_OCL/VariableExp" eOpposite="#//QMM_OCL/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#//QMM_OCL/LetExp" eOpposite="#//QMM_OCL/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#//QMM_OCL/IterateExp" eOpposite="#//QMM_OCL/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#//QMM_OCL/LoopExp" eOpposite="#//QMM_OCL/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#//QMM_OCL/Operation" eOpposite="#//QMM_OCL/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="OclType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="#//QMM_OCL/OclContextDefinition" eOpposite="#//QMM_OCL/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="#//QMM_OCL/OclExpression" eOpposite="#//QMM_OCL/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//QMM_OCL/Operation" eOpposite="#//QMM_OCL/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#//QMM_OCL/MapType" eOpposite="#//QMM_OCL/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#//QMM_OCL/Attribute" eOpposite="#//QMM_OCL/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#//QMM_OCL/MapType" eOpposite="#//QMM_OCL/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#//QMM_OCL/CollectionType" eOpposite="#//QMM_OCL/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="#//QMM_OCL/TupleTypeAttribute" eOpposite="#//QMM_OCL/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="#//QMM_OCL/VariableDeclaration" eOpposite="#//QMM_OCL/VariableDeclaration/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lambdaReturnType" eType="#//QMM_OCL/LambdaType" eOpposite="#//QMM_OCL/LambdaType/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lambdaArgType" eType="#//QMM_OCL/LambdaType" eOpposite="#//QMM_OCL/LambdaType/argumentTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticPropertyCall" eType="#//QMM_OCL/StaticPropertyCallExp" eOpposite="#//QMM_OCL/StaticPropertyCallExp/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElementExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//QMM_OCL/OclModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="OclType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//QMM_OCL/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//QMM_OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//QMM_OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//QMM_OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//QMM_OCL/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//QMM_OCL/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//QMM_OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//QMM_OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//QMM_OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//QMM_OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#//QMM_OCL/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//QMM_OCL/TupleTypeAttribute" containment="true" eOpposite="#//QMM_OCL/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#//QMM_OCL/TupleType" eOpposite="#//QMM_OCL/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclModel" eOpposite="#//QMM_OCL/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaType" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/lambdaReturnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentTypes" upperBound="-1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/lambdaArgType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnvType" eSuperTypes="#//QMM_OCL/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#//QMM_OCL/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclFeature" containment="true" eOpposite="#//QMM_OCL/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#//QMM_OCL/OclContextDefinition" containment="true" eOpposite="#//QMM_OCL/OclContextDefinition/definition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" lowerBound="1" eType="#//QMM_OCL/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclFeatureDefinition" eOpposite="#//QMM_OCL/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#//QMM_OCL/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#//QMM_OCL/OclFeatureDefinition" eOpposite="#//QMM_OCL/OclFeatureDefinition/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//QMM_OCL/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//QMM_OCL/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//QMM_OCL/Parameter" containment="true" eOpposite="#//QMM_OCL/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" abstract="true" eSuperTypes="#//QMM_OCL/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#//QMM_OCL/OclModelElement" eOpposite="#//QMM_OCL/OclModelElement/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclMetamodel" eSuperTypes="#//QMM_OCL/OclModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#//QMM_OCL/OclInstanceModel" eOpposite="#//QMM_OCL/OclInstanceModel/metamodel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclInstanceModel" eSuperTypes="#//QMM_OCL/OclModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclMetamodel" eOpposite="#//QMM_OCL/OclMetamodel/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/tools/QualityMetamodel/model/qualityMetamodel.ecore
ecore
QualityMetamodel QualityModel metricProviders qualityTypes qualityAttributes qualityValues QualityAttribute value qualityAttributes Value valueType description ValueType val SingleValue measuredBy AggregatedValue calculatedBy Operation name aggregatedValues body ref MetricProvider name description id TextValueType value RangeValueType min max AggregatedValueMetric minimum maximum average median standardDeviation EnumerationMetric set value EnumerationItem name RealValueType value BooleanValueType value IntegerValueType value ListValue elements QMM_OCL LocatedElement line -1 column -1 charStart -1 charEnd -1 NamedElement name Module metamodels imports elements ModuleElement module Import module OclExpression type ifExp3 appliedProperty letExp loopExp parentOperation initializedVariable ifExp2 owningOperation ifExp1 owningAttribute appliedOperator VariableExp referredVariable SuperExp SelfExp EnvExp PrimitiveExp StringExp stringSymbol BooleanExp booleanSymbol NumericExp RealExp realSymbol IntegerExp integerSymbol CollectionExp parts CollectionPart collection CollectionRange first last CollectionItem item BagExp OrderedSetExp SequenceExp SetExp TupleExp tuplePart TuplePart tuple MapExp elements MapElement map key value EnumLiteralExp name OclUndefinedExp StaticPropertyCallExp source staticCall StaticPropertyCall staticCallExp StaticNavigationOrAttributeCall name StaticNavigationOrAttributeCall StaticOperationCall arguments operationName StaticOperationCall PropertyCallExp calls source PropertyCall callExp NavigationOrAttributeCall name NavigationOrAttributeCall OperationCall arguments operationName OperationCall OperatorCallExp argument operationName source NotOpCallExp RelOpCallExp EqOpCallExp AddOpCallExp IntOpCallExp MulOpCallExp LambdaCallExp arguments BraceExp exp CollectionOperationCall LoopExp body iterators IterateExp result IteratorExp name IteratorExp LetExp variable in_ IfExp thenExpression condition elseExpression VariableDeclaration varName type variableExp LocalVariable letExp initExpression baseExp eq Iterator loopExpr Parameter operation CollectionType elementType OclType name OclType definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration lambdaReturnType lambdaArgType staticPropertyCall OclModelElementExp model name OclType Primitive StringType BooleanType NumericType IntegerType RealType BagType OrderedSetType SequenceType SetType OclAnyType TupleType attributes TupleTypeAttribute type tupleType name OclModelElement model MapType valueType keyType LambdaType returnType argumentTypes EnvType OclFeatureDefinition feature context_ static OclContextDefinition definition context_ OclFeature definition eq Attribute initExpression type Operation parameters returnType body OclModel elements OclMetamodel model uri OclInstanceModel metamodel Boolean boolean boolean Double double double Integer int int String java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"QM","nsURI":"http://www.univaq.disim.it/mde/qualitymm","name":"QualityMetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityAttribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricProvider","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextValueType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeValueType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedValueMetric","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationMetric","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationItem","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValueType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValueType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"nsPrefix":"QMM_OCL","nsURI":"http://www.univaq.disim.it/mde/qualitymm/ocl","name":"QMM_OCL","id":18,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metricProviders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualityTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualityAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualityValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualityAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measuredBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calculatedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggregatedValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"median","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"standardDeviation","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExp","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvExp","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionPart","instanceClass":null,"abstract":true,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCallExp","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCall","instanceClass":null,"abstract":true,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticNavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticOperationCall","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCall","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOpCallExp","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelOpCallExp","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqOpCallExp","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddOpCallExp","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOpCallExp","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOpCallExp","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaCallExp","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BraceExp","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCall","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElementExp","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaType","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvType","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclMetamodel","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclInstanceModel","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":184,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":185,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":186,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":187,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"line","changeable":false,"lowerBound":1,"iD":false,"id":188,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"column","changeable":false,"lowerBound":1,"iD":false,"id":189,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charStart","changeable":false,"lowerBound":1,"iD":false,"id":190,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charEnd","changeable":false,"lowerBound":1,"iD":false,"id":191,"derived":true},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticPropertyCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticCallExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"StaticNavigationOrAttributeCall","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"StaticNavigationOrAttributeCall","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"StaticOperationCall","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"StaticOperationCall","unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"NavigationOrAttributeCall","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"NavigationOrAttributeCall","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"OperationCall","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OperationCall","unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"IteratorExp","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"IteratorExp","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":379,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"OclType","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OclType","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":402,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaReturnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaArgType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"OclType","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OclType","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":469,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":20,"target":8},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":8},{"source":21,"target":4},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":4},{"source":22,"target":2},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":2},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":3},{"source":24,"target":19},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":2},{"source":33,"target":3},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":2},{"source":34,"target":2},{"source":32,"target":29},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":35,"target":4},{"source":35,"target":38},{"source":35,"target":3},{"source":35,"target":39},{"source":38,"target":4},{"source":36,"target":40},{"source":36,"target":3},{"source":37,"target":29},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":39},{"source":4,"target":41},{"source":39,"target":3},{"source":39,"target":42},{"source":39,"target":4},{"source":39,"target":35},{"source":42,"target":3},{"source":41,"target":29},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":8},{"source":43,"target":45},{"source":43,"target":5},{"source":45,"target":8},{"source":44,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":46},{"source":6,"target":47},{"source":46,"target":7},{"source":46,"target":48},{"source":46,"target":6},{"source":48,"target":7},{"source":47,"target":3},{"source":7,"target":0},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":49,"target":53},{"source":49,"target":7},{"source":50,"target":3},{"source":50,"target":54},{"source":50,"target":7},{"source":54,"target":3},{"source":51,"target":55},{"source":51,"target":7},{"source":52,"target":56},{"source":52,"target":57},{"source":52,"target":7},{"source":57,"target":56},{"source":8,"target":0},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":58,"target":61},{"source":58,"target":8},{"source":59,"target":62},{"source":59,"target":8},{"source":60,"target":63},{"source":60,"target":8},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":66},{"source":64,"target":9},{"source":65,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":67,"target":70},{"source":67,"target":10},{"source":68,"target":71},{"source":68,"target":10},{"source":69,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":72,"target":78},{"source":72,"target":11},{"source":73,"target":79},{"source":73,"target":11},{"source":74,"target":80},{"source":74,"target":11},{"source":75,"target":81},{"source":75,"target":11},{"source":76,"target":82},{"source":76,"target":11},{"source":77,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":83,"target":13},{"source":83,"target":86},{"source":83,"target":12},{"source":86,"target":13},{"source":84,"target":13},{"source":84,"target":87},{"source":84,"target":12},{"source":87,"target":13},{"source":85,"target":4},{"source":13,"target":0},{"source":13,"target":88},{"source":88,"target":89},{"source":88,"target":13},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":90},{"source":14,"target":91},{"source":90,"target":92},{"source":90,"target":14},{"source":91,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":93},{"source":15,"target":94},{"source":93,"target":95},{"source":93,"target":15},{"source":94,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":96},{"source":16,"target":97},{"source":96,"target":98},{"source":96,"target":16},{"source":97,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":99},{"source":17,"target":100},{"source":99,"target":4},{"source":99,"target":101},{"source":99,"target":17},{"source":101,"target":4},{"source":100,"target":4},{"source":18,"target":102},{"source":18,"target":103},{"source":18,"target":19},{"source":18,"target":104},{"source":18,"target":105},{"source":18,"target":56},{"source":18,"target":106},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":18,"target":116},{"source":18,"target":117},{"source":18,"target":118},{"source":18,"target":119},{"source":18,"target":120},{"source":18,"target":121},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":18,"target":129},{"source":18,"target":130},{"source":18,"target":131},{"source":18,"target":132},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":18,"target":144},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":149},{"source":18,"target":150},{"source":18,"target":151},{"source":18,"target":152},{"source":18,"target":29},{"source":18,"target":153},{"source":18,"target":154},{"source":18,"target":155},{"source":18,"target":156},{"source":18,"target":157},{"source":18,"target":158},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":18,"target":165},{"source":18,"target":166},{"source":18,"target":167},{"source":18,"target":168},{"source":18,"target":169},{"source":18,"target":170},{"source":18,"target":171},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":18,"target":175},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":18,"target":181},{"source":18,"target":182},{"source":18,"target":183},{"source":18,"target":184},{"source":18,"target":185},{"source":18,"target":186},{"source":18,"target":187},{"source":18,"target":0},{"source":102,"target":18},{"source":102,"target":188},{"source":102,"target":189},{"source":102,"target":190},{"source":102,"target":191},{"source":188,"target":186},{"source":188,"target":192},{"source":188,"target":102},{"source":192,"target":186},{"source":189,"target":186},{"source":189,"target":193},{"source":189,"target":102},{"source":193,"target":186},{"source":190,"target":186},{"source":190,"target":194},{"source":190,"target":102},{"source":194,"target":186},{"source":191,"target":186},{"source":191,"target":195},{"source":191,"target":102},{"source":195,"target":186},{"source":103,"target":18},{"source":103,"target":102},{"source":103,"target":196},{"source":103,"target":197},{"source":196,"target":198},{"source":196,"target":103},{"source":197,"target":102},{"source":19,"target":18},{"source":19,"target":103},{"source":19,"target":199},{"source":19,"target":200},{"source":19,"target":201},{"source":19,"target":202},{"source":199,"target":182},{"source":199,"target":203},{"source":199,"target":19},{"source":203,"target":182},{"source":200,"target":105},{"source":200,"target":204},{"source":200,"target":19},{"source":200,"target":205},{"source":204,"target":105},{"source":201,"target":104},{"source":201,"target":206},{"source":201,"target":19},{"source":201,"target":207},{"source":206,"target":104},{"source":202,"target":103},{"source":104,"target":18},{"source":104,"target":102},{"source":104,"target":207},{"source":104,"target":208},{"source":207,"target":19},{"source":207,"target":209},{"source":207,"target":104},{"source":207,"target":201},{"source":209,"target":19},{"source":208,"target":102},{"source":105,"target":18},{"source":105,"target":103},{"source":105,"target":205},{"source":105,"target":210},{"source":205,"target":19},{"source":205,"target":211},{"source":205,"target":105},{"source":205,"target":200},{"source":211,"target":19},{"source":210,"target":103},{"source":56,"target":18},{"source":56,"target":102},{"source":56,"target":212},{"source":56,"target":213},{"source":56,"target":214},{"source":56,"target":215},{"source":56,"target":216},{"source":56,"target":217},{"source":56,"target":218},{"source":56,"target":219},{"source":56,"target":220},{"source":56,"target":221},{"source":56,"target":222},{"source":56,"target":223},{"source":56,"target":224},{"source":212,"target":157},{"source":212,"target":225},{"source":212,"target":56},{"source":212,"target":226},{"source":225,"target":157},{"source":213,"target":152},{"source":213,"target":227},{"source":213,"target":56},{"source":213,"target":228},{"source":227,"target":152},{"source":214,"target":134},{"source":214,"target":229},{"source":214,"target":56},{"source":214,"target":230},{"source":229,"target":134},{"source":215,"target":151},{"source":215,"target":231},{"source":215,"target":56},{"source":215,"target":232},{"source":231,"target":151},{"source":216,"target":148},{"source":216,"target":233},{"source":216,"target":56},{"source":216,"target":234},{"source":233,"target":148},{"source":217,"target":137},{"source":217,"target":235},{"source":217,"target":56},{"source":217,"target":236},{"source":235,"target":137},{"source":218,"target":153},{"source":218,"target":237},{"source":218,"target":56},{"source":218,"target":238},{"source":237,"target":153},{"source":219,"target":152},{"source":219,"target":239},{"source":219,"target":56},{"source":219,"target":240},{"source":239,"target":152},{"source":220,"target":180},{"source":220,"target":241},{"source":220,"target":56},{"source":220,"target":242},{"source":241,"target":180},{"source":221,"target":152},{"source":221,"target":243},{"source":221,"target":56},{"source":221,"target":244},{"source":243,"target":152},{"source":222,"target":179},{"source":222,"target":245},{"source":222,"target":56},{"source":222,"target":246},{"source":245,"target":179},{"source":223,"target":138},{"source":223,"target":247},{"source":223,"target":56},{"source":223,"target":248},{"source":247,"target":138},{"source":224,"target":102},{"source":106,"target":18},{"source":106,"target":56},{"source":106,"target":249},{"source":106,"target":250},{"source":249,"target":29},{"source":249,"target":251},{"source":249,"target":106},{"source":249,"target":252},{"source":251,"target":29},{"source":250,"target":56},{"source":107,"target":18},{"source":107,"target":56},{"source":107,"target":253},{"source":253,"target":56},{"source":108,"target":18},{"source":108,"target":56},{"source":108,"target":254},{"source":254,"target":56},{"source":109,"target":18},{"source":109,"target":56},{"source":109,"target":255},{"source":255,"target":56},{"source":110,"target":18},{"source":110,"target":56},{"source":110,"target":256},{"source":256,"target":56},{"source":111,"target":18},{"source":111,"target":110},{"source":111,"target":257},{"source":111,"target":258},{"source":257,"target":187},{"source":257,"target":259},{"source":257,"target":111},{"source":259,"target":187},{"source":258,"target":110},{"source":112,"target":18},{"source":112,"target":110},{"source":112,"target":260},{"source":112,"target":261},{"source":260,"target":184},{"source":260,"target":262},{"source":260,"target":112},{"source":262,"target":184},{"source":261,"target":110},{"source":113,"target":18},{"source":113,"target":110},{"source":113,"target":263},{"source":263,"target":110},{"source":114,"target":18},{"source":114,"target":113},{"source":114,"target":264},{"source":114,"target":265},{"source":264,"target":185},{"source":264,"target":266},{"source":264,"target":114},{"source":266,"target":185},{"source":265,"target":113},{"source":115,"target":18},{"source":115,"target":113},{"source":115,"target":267},{"source":115,"target":268},{"source":267,"target":186},{"source":267,"target":269},{"source":267,"target":115},{"source":269,"target":186},{"source":268,"target":113},{"source":116,"target":18},{"source":116,"target":56},{"source":116,"target":270},{"source":116,"target":271},{"source":270,"target":117},{"source":270,"target":272},{"source":270,"target":116},{"source":270,"target":273},{"source":272,"target":117},{"source":271,"target":56},{"source":117,"target":18},{"source":117,"target":102},{"source":117,"target":273},{"source":117,"target":274},{"source":273,"target":116},{"source":273,"target":275},{"source":273,"target":117},{"source":273,"target":270},{"source":275,"target":116},{"source":274,"target":102},{"source":118,"target":18},{"source":118,"target":117},{"source":118,"target":276},{"source":118,"target":277},{"source":118,"target":278},{"source":276,"target":56},{"source":276,"target":279},{"source":276,"target":118},{"source":279,"target":56},{"source":277,"target":56},{"source":277,"target":280},{"source":277,"target":118},{"source":280,"target":56},{"source":278,"target":117},{"source":119,"target":18},{"source":119,"target":117},{"source":119,"target":281},{"source":119,"target":282},{"source":281,"target":56},{"source":281,"target":283},{"source":281,"target":119},{"source":283,"target":56},{"source":282,"target":117},{"source":120,"target":18},{"source":120,"target":116},{"source":120,"target":284},{"source":284,"target":116},{"source":121,"target":18},{"source":121,"target":116},{"source":121,"target":285},{"source":285,"target":116},{"source":122,"target":18},{"source":122,"target":116},{"source":122,"target":286},{"source":286,"target":116},{"source":123,"target":18},{"source":123,"target":116},{"source":123,"target":287},{"source":287,"target":116},{"source":124,"target":18},{"source":124,"target":56},{"source":124,"target":288},{"source":124,"target":289},{"source":288,"target":125},{"source":288,"target":290},{"source":288,"target":124},{"source":288,"target":291},{"source":290,"target":125},{"source":289,"target":56},{"source":125,"target":18},{"source":125,"target":153},{"source":125,"target":291},{"source":125,"target":292},{"source":291,"target":124},{"source":291,"target":293},{"source":291,"target":125},{"source":291,"target":288},{"source":293,"target":124},{"source":292,"target":153},{"source":126,"target":18},{"source":126,"target":56},{"source":126,"target":294},{"source":126,"target":295},{"source":294,"target":127},{"source":294,"target":296},{"source":294,"target":126},{"source":294,"target":297},{"source":296,"target":127},{"source":295,"target":56},{"source":127,"target":18},{"source":127,"target":102},{"source":127,"target":297},{"source":127,"target":298},{"source":127,"target":299},{"source":127,"target":300},{"source":297,"target":126},{"source":297,"target":301},{"source":297,"target":127},{"source":297,"target":294},{"source":301,"target":126},{"source":298,"target":56},{"source":298,"target":302},{"source":298,"target":127},{"source":302,"target":56},{"source":299,"target":56},{"source":299,"target":303},{"source":299,"target":127},{"source":303,"target":56},{"source":300,"target":102},{"source":128,"target":18},{"source":128,"target":56},{"source":128,"target":304},{"source":128,"target":305},{"source":304,"target":187},{"source":304,"target":306},{"source":304,"target":128},{"source":306,"target":187},{"source":305,"target":56},{"source":129,"target":18},{"source":129,"target":56},{"source":129,"target":307},{"source":307,"target":56},{"source":130,"target":18},{"source":130,"target":56},{"source":130,"target":308},{"source":130,"target":309},{"source":130,"target":310},{"source":308,"target":157},{"source":308,"target":311},{"source":308,"target":130},{"source":308,"target":312},{"source":311,"target":157},{"source":309,"target":131},{"source":309,"target":313},{"source":309,"target":130},{"source":309,"target":314},{"source":313,"target":131},{"source":310,"target":56},{"source":131,"target":18},{"source":131,"target":102},{"source":131,"target":314},{"source":131,"target":315},{"source":314,"target":130},{"source":314,"target":316},{"source":314,"target":131},{"source":314,"target":309},{"source":316,"target":130},{"source":315,"target":102},{"source":132,"target":18},{"source":132,"target":131},{"source":132,"target":317},{"source":132,"target":318},{"source":317,"target":187},{"source":317,"target":319},{"source":317,"target":132},{"source":319,"target":187},{"source":318,"target":131},{"source":133,"target":18},{"source":133,"target":131},{"source":133,"target":320},{"source":133,"target":321},{"source":133,"target":322},{"source":320,"target":56},{"source":320,"target":323},{"source":320,"target":133},{"source":323,"target":56},{"source":321,"target":187},{"source":321,"target":324},{"source":321,"target":133},{"source":324,"target":187},{"source":322,"target":131},{"source":134,"target":18},{"source":134,"target":56},{"source":134,"target":325},{"source":134,"target":230},{"source":134,"target":326},{"source":325,"target":135},{"source":325,"target":327},{"source":325,"target":134},{"source":325,"target":328},{"source":327,"target":135},{"source":230,"target":56},{"source":230,"target":329},{"source":230,"target":134},{"source":230,"target":214},{"source":329,"target":56},{"source":326,"target":56},{"source":135,"target":18},{"source":135,"target":102},{"source":135,"target":328},{"source":135,"target":330},{"source":328,"target":134},{"source":328,"target":331},{"source":328,"target":135},{"source":328,"target":325},{"source":331,"target":134},{"source":330,"target":102},{"source":136,"target":18},{"source":136,"target":135},{"source":136,"target":332},{"source":136,"target":333},{"source":332,"target":187},{"source":332,"target":334},{"source":332,"target":136},{"source":334,"target":187},{"source":333,"target":135},{"source":137,"target":18},{"source":137,"target":135},{"source":137,"target":236},{"source":137,"target":335},{"source":137,"target":336},{"source":236,"target":56},{"source":236,"target":337},{"source":236,"target":137},{"source":236,"target":217},{"source":337,"target":56},{"source":335,"target":187},{"source":335,"target":338},{"source":335,"target":137},{"source":338,"target":187},{"source":336,"target":135},{"source":138,"target":18},{"source":138,"target":56},{"source":138,"target":339},{"source":138,"target":340},{"source":138,"target":248},{"source":138,"target":341},{"source":339,"target":56},{"source":339,"target":342},{"source":339,"target":138},{"source":342,"target":56},{"source":340,"target":187},{"source":340,"target":343},{"source":340,"target":138},{"source":343,"target":187},{"source":248,"target":56},{"source":248,"target":344},{"source":248,"target":138},{"source":248,"target":223},{"source":344,"target":56},{"source":341,"target":56},{"source":139,"target":18},{"source":139,"target":138},{"source":139,"target":345},{"source":345,"target":138},{"source":140,"target":18},{"source":140,"target":138},{"source":140,"target":346},{"source":346,"target":138},{"source":141,"target":18},{"source":141,"target":138},{"source":141,"target":347},{"source":347,"target":138},{"source":142,"target":18},{"source":142,"target":138},{"source":142,"target":348},{"source":348,"target":138},{"source":143,"target":18},{"source":143,"target":138},{"source":143,"target":349},{"source":349,"target":138},{"source":144,"target":18},{"source":144,"target":138},{"source":144,"target":350},{"source":350,"target":138},{"source":145,"target":18},{"source":145,"target":106},{"source":145,"target":351},{"source":145,"target":352},{"source":351,"target":56},{"source":351,"target":353},{"source":351,"target":145},{"source":353,"target":56},{"source":352,"target":106},{"source":146,"target":18},{"source":146,"target":56},{"source":146,"target":354},{"source":146,"target":355},{"source":354,"target":56},{"source":354,"target":356},{"source":354,"target":146},{"source":356,"target":56},{"source":355,"target":56},{"source":147,"target":18},{"source":147,"target":137},{"source":147,"target":357},{"source":357,"target":137},{"source":148,"target":18},{"source":148,"target":135},{"source":148,"target":234},{"source":148,"target":358},{"source":148,"target":359},{"source":234,"target":56},{"source":234,"target":360},{"source":234,"target":148},{"source":234,"target":216},{"source":360,"target":56},{"source":358,"target":154},{"source":358,"target":361},{"source":358,"target":148},{"source":358,"target":362},{"source":361,"target":154},{"source":359,"target":135},{"source":149,"target":18},{"source":149,"target":148},{"source":149,"target":363},{"source":149,"target":364},{"source":363,"target":153},{"source":363,"target":365},{"source":363,"target":149},{"source":363,"target":366},{"source":365,"target":153},{"source":364,"target":148},{"source":150,"target":18},{"source":150,"target":148},{"source":150,"target":367},{"source":150,"target":368},{"source":367,"target":187},{"source":367,"target":369},{"source":367,"target":150},{"source":369,"target":187},{"source":368,"target":148},{"source":151,"target":18},{"source":151,"target":56},{"source":151,"target":370},{"source":151,"target":232},{"source":151,"target":371},{"source":370,"target":153},{"source":370,"target":372},{"source":370,"target":151},{"source":370,"target":373},{"source":372,"target":153},{"source":232,"target":56},{"source":232,"target":374},{"source":232,"target":151},{"source":232,"target":215},{"source":374,"target":56},{"source":371,"target":56},{"source":152,"target":18},{"source":152,"target":56},{"source":152,"target":240},{"source":152,"target":244},{"source":152,"target":228},{"source":152,"target":375},{"source":240,"target":56},{"source":240,"target":376},{"source":240,"target":152},{"source":240,"target":219},{"source":376,"target":56},{"source":244,"target":56},{"source":244,"target":377},{"source":244,"target":152},{"source":244,"target":221},{"source":377,"target":56},{"source":228,"target":56},{"source":228,"target":378},{"source":228,"target":152},{"source":228,"target":213},{"source":378,"target":56},{"source":375,"target":56},{"source":29,"target":18},{"source":29,"target":102},{"source":29,"target":379},{"source":29,"target":380},{"source":29,"target":252},{"source":29,"target":381},{"source":379,"target":187},{"source":379,"target":382},{"source":379,"target":29},{"source":382,"target":187},{"source":380,"target":157},{"source":380,"target":383},{"source":380,"target":29},{"source":380,"target":384},{"source":383,"target":157},{"source":252,"target":106},{"source":252,"target":385},{"source":252,"target":29},{"source":252,"target":249},{"source":385,"target":106},{"source":381,"target":102},{"source":153,"target":18},{"source":153,"target":29},{"source":153,"target":373},{"source":153,"target":238},{"source":153,"target":366},{"source":153,"target":386},{"source":153,"target":387},{"source":373,"target":151},{"source":373,"target":388},{"source":373,"target":153},{"source":373,"target":370},{"source":388,"target":151},{"source":238,"target":56},{"source":238,"target":389},{"source":238,"target":153},{"source":238,"target":218},{"source":389,"target":56},{"source":366,"target":149},{"source":366,"target":390},{"source":366,"target":153},{"source":366,"target":363},{"source":390,"target":149},{"source":386,"target":187},{"source":386,"target":391},{"source":386,"target":153},{"source":391,"target":187},{"source":387,"target":29},{"source":154,"target":18},{"source":154,"target":29},{"source":154,"target":362},{"source":154,"target":392},{"source":362,"target":148},{"source":362,"target":393},{"source":362,"target":154},{"source":362,"target":358},{"source":393,"target":148},{"source":392,"target":29},{"source":155,"target":18},{"source":155,"target":29},{"source":155,"target":394},{"source":155,"target":395},{"source":394,"target":180},{"source":394,"target":396},{"source":394,"target":155},{"source":394,"target":397},{"source":396,"target":180},{"source":395,"target":29},{"source":156,"target":18},{"source":156,"target":157},{"source":156,"target":398},{"source":156,"target":399},{"source":398,"target":157},{"source":398,"target":400},{"source":398,"target":156},{"source":398,"target":401},{"source":400,"target":157},{"source":399,"target":157},{"source":157,"target":18},{"source":157,"target":102},{"source":157,"target":402},{"source":157,"target":403},{"source":157,"target":226},{"source":157,"target":404},{"source":157,"target":405},{"source":157,"target":406},{"source":157,"target":407},{"source":157,"target":401},{"source":157,"target":408},{"source":157,"target":384},{"source":157,"target":409},{"source":157,"target":410},{"source":157,"target":312},{"source":157,"target":411},{"source":402,"target":187},{"source":402,"target":412},{"source":402,"target":157},{"source":412,"target":187},{"source":403,"target":177},{"source":403,"target":413},{"source":403,"target":157},{"source":403,"target":414},{"source":413,"target":177},{"source":226,"target":56},{"source":226,"target":415},{"source":226,"target":157},{"source":226,"target":212},{"source":415,"target":56},{"source":404,"target":180},{"source":404,"target":416},{"source":404,"target":157},{"source":404,"target":417},{"source":416,"target":180},{"source":405,"target":173},{"source":405,"target":418},{"source":405,"target":157},{"source":405,"target":419},{"source":418,"target":173},{"source":406,"target":179},{"source":406,"target":420},{"source":406,"target":157},{"source":406,"target":421},{"source":420,"target":179},{"source":407,"target":173},{"source":407,"target":422},{"source":407,"target":157},{"source":407,"target":423},{"source":422,"target":173},{"source":401,"target":156},{"source":401,"target":424},{"source":401,"target":157},{"source":401,"target":398},{"source":424,"target":156},{"source":408,"target":171},{"source":408,"target":425},{"source":408,"target":157},{"source":408,"target":426},{"source":425,"target":171},{"source":384,"target":29},{"source":384,"target":427},{"source":384,"target":157},{"source":384,"target":380},{"source":427,"target":29},{"source":409,"target":174},{"source":409,"target":428},{"source":409,"target":157},{"source":409,"target":429},{"source":428,"target":174},{"source":410,"target":174},{"source":410,"target":430},{"source":410,"target":157},{"source":410,"target":431},{"source":430,"target":174},{"source":312,"target":130},{"source":312,"target":432},{"source":312,"target":157},{"source":312,"target":308},{"source":432,"target":130},{"source":411,"target":102},{"source":158,"target":18},{"source":158,"target":56},{"source":158,"target":433},{"source":158,"target":434},{"source":158,"target":435},{"source":433,"target":181},{"source":433,"target":436},{"source":433,"target":158},{"source":436,"target":181},{"source":434,"target":187},{"source":434,"target":437},{"source":434,"target":158},{"source":437,"target":187},{"source":435,"target":56},{"source":159,"target":18},{"source":159,"target":157},{"source":159,"target":438},{"source":438,"target":157},{"source":160,"target":18},{"source":160,"target":159},{"source":160,"target":439},{"source":439,"target":159},{"source":161,"target":18},{"source":161,"target":159},{"source":161,"target":440},{"source":440,"target":159},{"source":162,"target":18},{"source":162,"target":159},{"source":162,"target":441},{"source":441,"target":159},{"source":163,"target":18},{"source":163,"target":162},{"source":163,"target":442},{"source":442,"target":162},{"source":164,"target":18},{"source":164,"target":162},{"source":164,"target":443},{"source":443,"target":162},{"source":165,"target":18},{"source":165,"target":156},{"source":165,"target":444},{"source":444,"target":156},{"source":166,"target":18},{"source":166,"target":156},{"source":166,"target":445},{"source":445,"target":156},{"source":167,"target":18},{"source":167,"target":156},{"source":167,"target":446},{"source":446,"target":156},{"source":168,"target":18},{"source":168,"target":156},{"source":168,"target":447},{"source":447,"target":156},{"source":169,"target":18},{"source":169,"target":157},{"source":169,"target":448},{"source":448,"target":157},{"source":170,"target":18},{"source":170,"target":157},{"source":170,"target":449},{"source":170,"target":450},{"source":449,"target":171},{"source":449,"target":451},{"source":449,"target":170},{"source":449,"target":452},{"source":451,"target":171},{"source":450,"target":157},{"source":171,"target":18},{"source":171,"target":102},{"source":171,"target":426},{"source":171,"target":452},{"source":171,"target":453},{"source":171,"target":454},{"source":426,"target":157},{"source":426,"target":455},{"source":426,"target":171},{"source":426,"target":408},{"source":455,"target":157},{"source":452,"target":170},{"source":452,"target":456},{"source":452,"target":171},{"source":452,"target":449},{"source":456,"target":170},{"source":453,"target":187},{"source":453,"target":457},{"source":453,"target":171},{"source":457,"target":187},{"source":454,"target":102},{"source":172,"target":18},{"source":172,"target":157},{"source":172,"target":458},{"source":172,"target":459},{"source":458,"target":181},{"source":458,"target":460},{"source":458,"target":172},{"source":458,"target":461},{"source":460,"target":181},{"source":459,"target":157},{"source":173,"target":18},{"source":173,"target":157},{"source":173,"target":419},{"source":173,"target":423},{"source":173,"target":462},{"source":419,"target":157},{"source":419,"target":463},{"source":419,"target":173},{"source":419,"target":405},{"source":463,"target":157},{"source":423,"target":157},{"source":423,"target":464},{"source":423,"target":173},{"source":423,"target":407},{"source":464,"target":157},{"source":462,"target":157},{"source":174,"target":18},{"source":174,"target":157},{"source":174,"target":429},{"source":174,"target":431},{"source":174,"target":465},{"source":429,"target":157},{"source":429,"target":466},{"source":429,"target":174},{"source":429,"target":409},{"source":466,"target":157},{"source":431,"target":157},{"source":431,"target":467},{"source":431,"target":174},{"source":431,"target":410},{"source":467,"target":157},{"source":465,"target":157},{"source":175,"target":18},{"source":175,"target":157},{"source":175,"target":468},{"source":468,"target":157},{"source":176,"target":18},{"source":176,"target":104},{"source":176,"target":469},{"source":176,"target":470},{"source":176,"target":471},{"source":176,"target":472},{"source":469,"target":178},{"source":469,"target":473},{"source":469,"target":176},{"source":469,"target":474},{"source":473,"target":178},{"source":470,"target":177},{"source":470,"target":475},{"source":470,"target":176},{"source":470,"target":476},{"source":475,"target":177},{"source":471,"target":184},{"source":471,"target":477},{"source":471,"target":176},{"source":477,"target":184},{"source":472,"target":104},{"source":177,"target":18},{"source":177,"target":102},{"source":177,"target":476},{"source":177,"target":414},{"source":177,"target":478},{"source":476,"target":176},{"source":476,"target":479},{"source":476,"target":177},{"source":476,"target":470},{"source":479,"target":176},{"source":414,"target":157},{"source":414,"target":480},{"source":414,"target":177},{"source":414,"target":403},{"source":480,"target":157},{"source":478,"target":102},{"source":178,"target":18},{"source":178,"target":103},{"source":178,"target":474},{"source":178,"target":481},{"source":178,"target":482},{"source":474,"target":176},{"source":474,"target":483},{"source":474,"target":178},{"source":474,"target":469},{"source":483,"target":176},{"source":481,"target":187},{"source":481,"target":484},{"source":481,"target":178},{"source":484,"target":187},{"source":482,"target":103},{"source":179,"target":18},{"source":179,"target":178},{"source":179,"target":246},{"source":179,"target":421},{"source":179,"target":485},{"source":246,"target":56},{"source":246,"target":486},{"source":246,"target":179},{"source":246,"target":222},{"source":486,"target":56},{"source":421,"target":157},{"source":421,"target":487},{"source":421,"target":179},{"source":421,"target":406},{"source":487,"target":157},{"source":485,"target":178},{"source":180,"target":18},{"source":180,"target":178},{"source":180,"target":397},{"source":180,"target":417},{"source":180,"target":242},{"source":180,"target":488},{"source":397,"target":155},{"source":397,"target":489},{"source":397,"target":180},{"source":397,"target":394},{"source":489,"target":155},{"source":417,"target":157},{"source":417,"target":490},{"source":417,"target":180},{"source":417,"target":404},{"source":490,"target":157},{"source":242,"target":56},{"source":242,"target":491},{"source":242,"target":180},{"source":242,"target":220},{"source":491,"target":56},{"source":488,"target":178},{"source":181,"target":18},{"source":181,"target":103},{"source":181,"target":461},{"source":181,"target":492},{"source":461,"target":172},{"source":461,"target":493},{"source":461,"target":181},{"source":461,"target":458},{"source":493,"target":172},{"source":492,"target":103},{"source":182,"target":18},{"source":182,"target":181},{"source":182,"target":494},{"source":182,"target":495},{"source":182,"target":496},{"source":494,"target":183},{"source":494,"target":497},{"source":494,"target":182},{"source":494,"target":498},{"source":497,"target":183},{"source":495,"target":187},{"source":495,"target":499},{"source":495,"target":182},{"source":499,"target":187},{"source":496,"target":181},{"source":183,"target":18},{"source":183,"target":181},{"source":183,"target":498},{"source":183,"target":500},{"source":498,"target":182},{"source":498,"target":501},{"source":498,"target":183},{"source":498,"target":494},{"source":501,"target":182},{"source":500,"target":181},{"source":184,"target":18},{"source":185,"target":18},{"source":186,"target":18},{"source":187,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="strings" nsURI="http:///hlpn.strings.ecore" nsPrefix="strings"> <eClassifiers xsi:type="ecore:EClass" name="HLPNString" eSuperTypes="terms.ecore#//BuiltInSort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="string"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9; //by default they are the same sort, unless they have been named.&#xA;&#x9;&#x9; &#x9;isEqual = true;&#xA;&#x9;&#x9; &#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;// we test them if they have been explicitly named.&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;}// otherwise, keep the default.&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringConstant" eSuperTypes="terms.ecore#//BuiltInConstant"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="stringconstant"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="value"/> <details key="kind" value="son"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringOperator" abstract="true" eSuperTypes="terms.ecore#//BuiltInOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Append" eSuperTypes="#//StringOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="stringappend"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concatenation" eSuperTypes="#//StringOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="stringconcatenation"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterThan" eSuperTypes="#//StringOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="gts"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqual" eSuperTypes="#//StringOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="geqs"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessThan" eSuperTypes="#//StringOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="lts"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqual" eSuperTypes="#//StringOperator"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="leqs"/> <details key="kind" value="son"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Length" eSuperTypes="#//StringOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="stringlength"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Substring" eSuperTypes="#//StringOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="substring"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="start"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="length"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/lip6/pnmlframework/pnmlFw-Low_Level_API_Generation/model/high-level-net/strings.ecore
ecore
strings HLPNString StringConstant value StringOperator Append Concatenation GreaterThan GreaterThanOrEqual LessThan LessThanOrEqual Length Substring start length
null
{"directed":true,"nodes":[{"nsPrefix":"strings","nsURI":"http:///hlpn.strings.ecore","name":"strings","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HLPNString","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringOperator","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Append","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concatenation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqual","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqual","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Length","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substring","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":16},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":17,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":18},{"source":18,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":19},{"source":19,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":20},{"source":20,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":21},{"source":21,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":22},{"source":22,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":23},{"source":23,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":24},{"source":11,"target":25},{"source":11,"target":26},{"source":24,"target":27},{"source":24,"target":11},{"source":25,"target":28},{"source":25,"target":11},{"source":26,"target":3}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="research" nsURI="http://isoe-sample-research4.v0" nsPrefix="research"> <eAnnotations source="diastyle.node.dashedred"> <details key="background=red"/> <details key="line=dash"/> <details key="font=courier"/> <details key="fontstyle=italic"/> <details key="fontcolor=green"/> <details key="fontsize=20"/> <details key="align=center"/> <details key="layout=free"/> <details key="size=100,100"/> </eAnnotations> <eAnnotations source="diastyle.node.green"> <details key="parent=dashedred"/> <details key="background=green"/> <details key="shape = rounded"/> <details key="figure=diamond"/> <details key="size=150,150"/> <details key="layout=free"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue"> <details key="background=darkblue"/> <details key="arrowsize=2"/> <details key="direction=right"/> </eAnnotations> <eAnnotations source="diastyle.edge.foobar"> <details key="parent=blue"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.dashedblue"> <details key="background=blue"/> <details key="parent=dashedred"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow"> <details key="parent=e1"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue23"> <details key="parent=blue"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.bluenode"> <details key="parent=green"/> <details key="background=lightblue"/> <details key="figure=bluediamond"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow3"> <details key="parent=green3"/> <details key="background=yellow"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.edge.e1"> <details key="background=black"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.blue22"> <details key="parent=green"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.yellownode"> <details key="parent=dashedred"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.bluecompartment"> <details key="background=blue"/> </eAnnotations> <eAnnotations source="diastyle.partition.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.yellow2"> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.partition.blue2"> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.edge.black"> <details key="background=black"/> </eAnnotations> <eAnnotations source="diastyle.node.green2"> <details key="parent=green"/> </eAnnotations> <eAnnotations source="diastyle.edge.green33"> <details key="parent=green3"/> </eAnnotations> <eAnnotations source="diastyle.edge.e10"> <details key="background=lightgreen"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PublicationProcess" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=phases"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="phases" upperBound="-1" eType="#//Phase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="lnk=writes" value=""/> <details key="lnk=reviews" value=""/> <details key="lnk=collaborations"/> <details key="ref=res_position"/> <details key="cref=skills"/> <details key="style=green"/> <details key="style.lnk.reviews=foobar"/> <details key="style.cref.skills=yellow2"/> <details key="style.ref.res_position=e1"/> <details key="style.lnk.writes=black"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writes" upperBound="-1" eType="#//Write" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//Review" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_papers" upperBound="-1" eType="#//Paper" eOpposite="#//Paper/authors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="skills" upperBound="-1" eType="#//Skill" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_position" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collaborations" upperBound="-1" eType="#//Collaboration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=paragraphs" value=""/> <details key="style=bluenode"/> <details key="style.kref.paragraphs=lightgray"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=kman"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1" eType="#//Paragraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progress" upperBound="-1" eType="#//Progress" containment="true" eOpposite="#//Progress/paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/res_papers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//PaperKeyword" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="citedBy" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="style=blue22"/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name"/> <details key="kref=reviews" value=""/> <details key="style.kref.reviews=bluecompartment"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//ReviewNote" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReviewNote" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Progress" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="label=percent"/> <details key="cont=Paper.progress" value=""/> <details key="ltrg=process" value=""/> <details key="style=e10"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//PublicationProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paper" eType="#//Paper" eOpposite="#//Paper/progress"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=timeSpent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSpent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=date"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="nav:kman"/> <details key="kref=researchers" value=""/> <details key="kref=papers" value=""/> <details key="style.kref.papers=blue2"/> <details key="style.kref.researchers=yellow2"/> <details key="style=dashedred"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="view=kman"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="researchers" upperBound="-1" eType="#//Researcher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="papers" upperBound="-1" eType="#//Paper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeMan" eType="#//KnowledgeManager" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationSystem" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="processView" eType="#//PublicationProcess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralView" eType="#//PublicationStructure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=kman"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Counted" abstract="true"> <eAnnotations source="diagraph"> <details key="label=id" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Labelled" abstract="true"> <eAnnotations source="diagraph"> <details key="label=lname" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skill"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> <details key="style=green2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Position"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Phase"> <eAnnotations source="diagraph"> <details key="node"/> <details key="style=green2"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//Named"> <eAnnotations source="diagraph"/> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=kman"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kpapers" upperBound="-1" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=kman"/> <details key="kref=allkeywords"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="allkeywords" upperBound="-1" eType="#//Keyword" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaperKeyword"> <eAnnotations source="diagraph"> <details key="link"/> <details key="view=kman"/> <details key="ltrg=keyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyword" eType="#//Keyword"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration"> <eAnnotations source="diagraph"> <details key="label=ratio" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="col_paper" eType="#//Paper"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/research.ecore
ecore
research PublicationProcess minTime maxTime phases Researcher name forName writes reviews res_papers skills res_position collaborations Paper paragraphs progress authors keywords citedBy Paragraph reviews content ReviewNote content Progress process paper percent Write paragraph timeSpent Review reviewNote date PublicationStructure researchers papers knowledgeMan PublicationSystem processView structuralView positions Named name Counted id Labelled lname Skill description Position description parent Phase name Keyword description kpapers KnowledgeManager allkeywords PaperKeyword weight keyword Collaboration ratio col_paper
null
{"directed":true,"nodes":[{"nsPrefix":"research","nsURI":"http://isoe-sample-research4.v0","name":"research","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"phases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forName","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"skills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collaborations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paragraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"progress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"percent","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeSpent","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledgeMan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lname","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"col_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":21,"target":25},{"source":21,"target":1},{"source":22,"target":26},{"source":22,"target":1},{"source":23,"target":16},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":16},{"source":24,"target":11},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":28,"target":36},{"source":28,"target":2},{"source":29,"target":37},{"source":29,"target":2},{"source":30,"target":7},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":7},{"source":31,"target":8},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":8},{"source":32,"target":3},{"source":32,"target":40},{"source":32,"target":2},{"source":32,"target":41},{"source":40,"target":3},{"source":33,"target":14},{"source":33,"target":42},{"source":33,"target":2},{"source":42,"target":14},{"source":34,"target":15},{"source":34,"target":43},{"source":34,"target":2},{"source":43,"target":15},{"source":35,"target":20},{"source":35,"target":44},{"source":35,"target":2},{"source":44,"target":20},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":41},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":45,"target":4},{"source":45,"target":50},{"source":45,"target":3},{"source":50,"target":4},{"source":46,"target":6},{"source":46,"target":51},{"source":46,"target":3},{"source":46,"target":52},{"source":51,"target":6},{"source":41,"target":2},{"source":41,"target":53},{"source":41,"target":3},{"source":41,"target":32},{"source":53,"target":2},{"source":47,"target":19},{"source":47,"target":54},{"source":47,"target":3},{"source":54,"target":19},{"source":48,"target":3},{"source":48,"target":55},{"source":48,"target":3},{"source":55,"target":3},{"source":49,"target":11},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":11},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":56,"target":5},{"source":56,"target":60},{"source":56,"target":4},{"source":60,"target":5},{"source":57,"target":61},{"source":57,"target":4},{"source":58,"target":12},{"source":59,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":62},{"source":5,"target":63},{"source":62,"target":64},{"source":62,"target":5},{"source":63,"target":11},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":65},{"source":6,"target":52},{"source":6,"target":66},{"source":6,"target":67},{"source":65,"target":1},{"source":65,"target":68},{"source":65,"target":6},{"source":68,"target":1},{"source":52,"target":3},{"source":52,"target":69},{"source":52,"target":6},{"source":52,"target":46},{"source":69,"target":3},{"source":66,"target":70},{"source":66,"target":6},{"source":67,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":71,"target":4},{"source":71,"target":74},{"source":71,"target":7},{"source":74,"target":4},{"source":72,"target":75},{"source":72,"target":7},{"source":73,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":76,"target":5},{"source":76,"target":79},{"source":76,"target":8},{"source":79,"target":5},{"source":77,"target":80},{"source":77,"target":8},{"source":78,"target":13},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":81,"target":2},{"source":81,"target":85},{"source":81,"target":9},{"source":85,"target":2},{"source":82,"target":3},{"source":82,"target":86},{"source":82,"target":9},{"source":86,"target":3},{"source":83,"target":18},{"source":83,"target":87},{"source":83,"target":9},{"source":87,"target":18},{"source":84,"target":11},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":88,"target":1},{"source":88,"target":92},{"source":88,"target":10},{"source":92,"target":1},{"source":89,"target":9},{"source":89,"target":93},{"source":89,"target":10},{"source":93,"target":9},{"source":90,"target":15},{"source":90,"target":94},{"source":90,"target":10},{"source":94,"target":15},{"source":91,"target":11},{"source":11,"target":0},{"source":11,"target":95},{"source":95,"target":96},{"source":95,"target":11},{"source":12,"target":0},{"source":12,"target":97},{"source":97,"target":98},{"source":97,"target":12},{"source":13,"target":0},{"source":13,"target":99},{"source":99,"target":100},{"source":99,"target":13},{"source":14,"target":0},{"source":14,"target":101},{"source":101,"target":102},{"source":101,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":103,"target":106},{"source":103,"target":15},{"source":104,"target":15},{"source":104,"target":107},{"source":104,"target":15},{"source":107,"target":15},{"source":105,"target":11},{"source":16,"target":0},{"source":16,"target":108},{"source":108,"target":109},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":110,"target":113},{"source":110,"target":17},{"source":111,"target":3},{"source":111,"target":114},{"source":111,"target":17},{"source":114,"target":3},{"source":112,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":115},{"source":18,"target":116},{"source":115,"target":17},{"source":115,"target":117},{"source":115,"target":18},{"source":117,"target":17},{"source":116,"target":11},{"source":19,"target":0},{"source":19,"target":118},{"source":19,"target":119},{"source":118,"target":120},{"source":118,"target":19},{"source":119,"target":17},{"source":119,"target":121},{"source":119,"target":19},{"source":121,"target":17},{"source":20,"target":0},{"source":20,"target":122},{"source":20,"target":123},{"source":122,"target":124},{"source":122,"target":20},{"source":123,"target":3},{"source":123,"target":125},{"source":123,"target":20},{"source":125,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="activityArchitecture" nsURI="http://www.ecore.org/system/ActivityArchitecture" nsPrefix="ActivityArchitecture"> <eClassifiers xsi:type="ecore:EClass" name="ActivityArchitectureModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AbstractActivityArchitectureElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSourceNode" abstract="true" eSuperTypes="#//AbstractActivityArchitectureElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//AbstractSourceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//AbstractInputNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activationSource" eType="#//ActivationSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executionTime" eType="#//ExecutionTime" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scheduler" eType="#//Scheduler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="affinity" eType="#//CPUCore"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputHandlerNode" eSuperTypes="#//AbstractSourceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputNode" eType="#//TriggerInputNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prescale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractInputNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RegisterInputNode" eSuperTypes="#//AbstractInputNode"/> <eClassifiers xsi:type="ecore:EClass" name="TriggerInputNode" eSuperTypes="#//AbstractInputNode"/> <eClassifiers xsi:type="ecore:EClass" name="DataFlow" eSuperTypes="#//AbstractActivityArchitectureElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//AbstractSourceNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//AbstractInputNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivationSource" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Sporadic" eSuperTypes="#//ActivationSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minActFreq" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxActFreq" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataTriggered" eSuperTypes="#//ActivationSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prescale" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerRef" lowerBound="1" eType="#//TriggerInputNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicTimer" eSuperTypes="#//ActivationSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="periodicActFreq" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPUCore" eSuperTypes="#//AbstractActivityArchitectureElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coreNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scheduler"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SchedulerType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionTime"> <eStructuralFeatures xsi:type="ecore:EReference" name="minTime" lowerBound="1" eType="#//TimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxTime" lowerBound="1" eType="#//TimeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="#//TimeUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnit"> <eLiterals name="SEC" literal="s"/> <eLiterals name="MSEC" value="1" literal="ms"/> <eLiterals name="USEC" value="2" literal="us"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SchedulerType"> <eLiterals name="DEFAULT"/> <eLiterals name="FIFO" value="1"/> <eLiterals name="RR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractActivityArchitectureElement" abstract="true"/> </ecore:EPackage>
github:ecore:/data/Servicerobotics-Ulm/SmartMDSD-Toolchain/org.ecore.metamodels/org.ecore.system/org.ecore.system.activityArchitecture/model/activityArchitecture.ecore
ecore
activityArchitecture ActivityArchitectureModel name elements AbstractSourceNode name ActivityNode inputs activationSource executionTime scheduler affinity InputHandlerNode inputNode prescale 1 AbstractInputNode name RegisterInputNode TriggerInputNode DataFlow source destination ActivationSource Sporadic minActFreq maxActFreq DataTriggered prescale 1 triggerRef PeriodicTimer periodicActFreq CPUCore name coreNumber Scheduler type priority ExecutionTime minTime maxTime TimeValue value unit TimeUnit SEC s MSEC ms USEC us SchedulerType DEFAULT DEFAULT FIFO FIFO RR RR AbstractActivityArchitectureElement
null
{"directed":true,"nodes":[{"nsPrefix":"ActivityArchitecture","nsURI":"http://www.ecore.org/system/ActivityArchitecture","name":"activityArchitecture","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityArchitectureModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSourceNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputHandlerNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractInputNode","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegisterInputNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerInputNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationSource","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sporadic","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTriggered","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicTimer","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPUCore","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scheduler","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTime","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeValue","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnit","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SchedulerType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractActivityArchitectureElement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activationSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executionTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scheduler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"affinity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"prescale","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minActFreq","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxActFreq","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"prescale","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggerRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"periodicActFreq","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coreNumber","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"SEC","id":82,"value":0,"literal":"s","eClass":"EEnumLiteral"},{"name":"MSEC","id":83,"value":1,"literal":"ms","eClass":"EEnumLiteral"},{"name":"USEC","id":84,"value":2,"literal":"us","eClass":"EEnumLiteral"},{"name":"DEFAULT","id":85,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"FIFO","id":86,"value":1,"literal":"FIFO","eClass":"EEnumLiteral"},{"name":"RR","id":87,"value":2,"literal":"RR","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":20,"target":22},{"source":20,"target":1},{"source":21,"target":19},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":19},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":26},{"source":24,"target":2},{"source":25,"target":19},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":27,"target":5},{"source":27,"target":33},{"source":27,"target":3},{"source":33,"target":5},{"source":28,"target":9},{"source":28,"target":34},{"source":28,"target":3},{"source":34,"target":9},{"source":29,"target":15},{"source":29,"target":35},{"source":29,"target":3},{"source":35,"target":15},{"source":30,"target":14},{"source":30,"target":36},{"source":30,"target":3},{"source":36,"target":14},{"source":31,"target":13},{"source":31,"target":37},{"source":31,"target":3},{"source":37,"target":13},{"source":32,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":38,"target":7},{"source":38,"target":41},{"source":38,"target":4},{"source":41,"target":7},{"source":39,"target":42},{"source":39,"target":4},{"source":40,"target":2},{"source":5,"target":0},{"source":5,"target":43},{"source":43,"target":44},{"source":43,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":45},{"source":45,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":46},{"source":46,"target":5},{"source":8,"target":0},{"source":8,"target":19},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":47,"target":2},{"source":47,"target":50},{"source":47,"target":8},{"source":50,"target":2},{"source":48,"target":5},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":5},{"source":49,"target":19},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":52,"target":55},{"source":52,"target":10},{"source":53,"target":56},{"source":53,"target":10},{"source":54,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":57,"target":60},{"source":57,"target":11},{"source":58,"target":7},{"source":58,"target":61},{"source":58,"target":11},{"source":61,"target":7},{"source":59,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":62},{"source":12,"target":63},{"source":62,"target":64},{"source":62,"target":12},{"source":63,"target":9},{"source":13,"target":0},{"source":13,"target":19},{"source":13,"target":65},{"source":13,"target":66},{"source":13,"target":67},{"source":65,"target":68},{"source":65,"target":13},{"source":66,"target":69},{"source":66,"target":13},{"source":67,"target":19},{"source":14,"target":0},{"source":14,"target":70},{"source":14,"target":71},{"source":70,"target":18},{"source":70,"target":72},{"source":70,"target":14},{"source":72,"target":18},{"source":71,"target":73},{"source":71,"target":14},{"source":15,"target":0},{"source":15,"target":74},{"source":15,"target":75},{"source":74,"target":16},{"source":74,"target":76},{"source":74,"target":15},{"source":76,"target":16},{"source":75,"target":16},{"source":75,"target":77},{"source":75,"target":15},{"source":77,"target":16},{"source":16,"target":0},{"source":16,"target":78},{"source":16,"target":79},{"source":78,"target":80},{"source":78,"target":16},{"source":79,"target":17},{"source":79,"target":81},{"source":79,"target":16},{"source":81,"target":17},{"source":17,"target":0},{"source":17,"target":82},{"source":17,"target":83},{"source":17,"target":84},{"source":82,"target":17},{"source":83,"target":17},{"source":84,"target":17},{"source":18,"target":0},{"source":18,"target":85},{"source":18,"target":86},{"source":18,"target":87},{"source":85,"target":18},{"source":86,"target":18},{"source":87,"target":18},{"source":19,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="repository" nsURI="mpcm.domain.repository" nsPrefix="mpcm.domain.repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This set of abstract meta-classes gives a conceptual view on interfaces, entities and their relationships: Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. &#xD;&#xA;&#xD;&#xA;Base of the inheritance hierarchy are Identifier and NamedElement, both of which Entity and all inheriting classes are derived from. &#xD;&#xA;&#xD;&#xA;The relationship of Entities and Interfaces is described with the three meta classes InterfaceProvidingEntity, InterfaceRequiringEntity, and InterfaceProvidingRequiringEntity. The abstract meta-class InterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations. Similarly, the meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offer by entities providing this functionality. InterfaceProvidingRequiringEntity inherits from both of them and thus combines their properties. "/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The main package contributing component types and interfaces."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Repository" eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The repository entity allows storing components, data types, and interfaces to be fetched and reused for construction of component instances as well as new component types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryDescription" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents a description of the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="components__Repository" ordered="false" upperBound="-1" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//RepositoryComponent" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the provides component types stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces__Repository" ordered="false" upperBound="-1" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//Interface" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes__Repository" ordered="false" upperBound="-1" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//datatypes/DataType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data types stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionTypes" upperBound="-1" eType="#//ExceptionType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionOccurences" upperBound="-1" eType="#//ExceptionOccurence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a type of an exception."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property denotes the name of the exception. In addition to the exception message, this is another piece of information that can be used for identification of the exception that has appeared."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionMessage" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the text message of the exception."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionOccurence"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ExceptionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//Signature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationComponentType" abstract="true" eSuperTypes="../../mpcm.paradigm.repository/model/repository.ecore#//RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents an abstraction of a component, where both sets of provided and required interfaces as well as the implementation is visible. It fully specifies the component type. The specification of&#xD;&#xA;the internal structure depends on the way the component is realised. In general, components can either be implemented from the scratch or composed out of other components. In the first case, the implemented behaviour of each provided service needs to be specified with a service effect specification (SEFF) to describe the component’s abstract internal structure. We refer to such components as basic components, since they form the basic building blocks of a software architecture. On the other hand, developers can use existing components to assemble new, composite components.&#xD;&#xA;&#xD;&#xA;TODO: ? Possibly add constraint that the VariableUsages must have unique names within one component. Maybe this constraint can even be added to the VariableUsage in general (for each containment of VariableUsages, each name inside must be unique, for example). "/> </eAnnotations> <eOperations name="RequiredInterfacesHaveToConformToCompleteType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- ImplementationTypes required Interfaces have to be a subset&#xD;&#xA;-- of CompleteComponentType required Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see 'lpar2005.pdf' (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc1 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc1->union(pt.requiredRoles->iterate(r : RequiredRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc2->union(r.requiredInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;))&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc3 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc3->union(pt.requiredRoles->iterate(r : RequiredRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc4->union(r.requiredInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;))&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc5 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc5->union(pt.requiredRoles->iterate(r : RequiredRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc6->union(r.requiredInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;&#x9;))&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;-- Directly required interfaces need to be a subset of required anchestorInterfaces of Supertype #&#xD;&#xA;--anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;self.requiredRoles->iterate(p : RequiredRole; acc7 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc7->union(p.requiredInterface.identifier.id->asBag())&#xD;&#xA;--&#x9;)&#x9;&#xD;&#xA;--)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="providedInterfacesHaveToConformToCompleteType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- ### EXACT COPY FROM ABOVE ###&#xD;&#xA;-- ImplementationComponentTypes provided Interfaces have to be a superset&#xD;&#xA;-- of CompleteComponentType provided Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see 'lpar2005.pdf' (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc2->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc4->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.providedRoles->iterate(r : ProvidedRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc6->union(r.providedInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;&#x9;-- Directly provided anchestorInterfaces need to be a superset of provided interfaces of Supertype #&#xD;&#xA;--&#x9;anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;&#x9;self.parentProvidesComponentTypes->iterate(pt : ProvidesComponentType; acc1 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;pt.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc2->union(r.providedInterface.identifier.id->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;&#x9;)&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ProvidedInterfaceHaveToConformToComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- assures that InfrastructureComponents only have InfrastructureInterfaces and that BusinessComponents only have OperationInterfaces or EventGroups&#xD;&#xA;if self.componentType = ComponentType::INFRASTRUCTURE_COMPONENT then&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->select(role | role.oclIsTypeOf(OperationInterface) or role.oclIsTypeOf(EventGroup))->size() = 0&#xD;&#xA;else if self.componentType = ComponentType::BUSINESS_COMPONENT then&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->select(role | role.oclIsTypeOf(InfrastructureInterface))->size() = 0&#xD;&#xA;else&#xD;&#xA;&#x9;1 = 0&#xD;&#xA;endif&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ProvideSameOrMoreInterfacesAsCompleteComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- ImplementationComponent has to provide the same or more interfaces like the CompleteComponentType (if set) #&#xD;&#xA;&#x9;if&#xD;&#xA;&#x9;&#x9; -- apply constraint only for non-empty CompleteComponentTypes #&#xD;&#xA;&#x9;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;&#x9;then&#xD;&#xA;&#x9;&#x9;let&#xD;&#xA;&#x9;&#x9;&#x9;--own interfaces:&#xD;&#xA;&#x9;&#x9;&#x9;ownInterfaces : Set(OperationInterface)&#xD;&#xA;&#x9;&#x9;&#x9; = self.providedRoles_InterfaceProvidingEntity->select(pr|pr.oclIsTypeOf(OperationProvidedRole))->collect(pr : ProvidedRole | pr.oclAsType (OperationProvidedRole).providedInterface__OperationProvidedRole)->asSet()&#xD;&#xA; in &#xD;&#xA; &#x9;--complete type interfaces:&#xD;&#xA; &#x9;self.parentCompleteComponentTypes->forAll&#xD;&#xA; ( p : CompleteComponentType |&#xD;&#xA; (&#xD;&#xA; &#x9;p.providedRoles_InterfaceProvidingEntity->select(pr|pr.oclIsTypeOf(OperationProvidedRole))->collect(pr : ProvidedRole | pr.oclAsType (OperationProvidedRole).providedInterface__OperationProvidedRole)->asSet()&#xD;&#xA; &#x9;-&#xD;&#xA; &#x9;ownInterfaces&#xD;&#xA; &#x9;)->isEmpty()&#xD;&#xA; &#x9;)&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;true&#xD;&#xA;&#x9;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequireSameOrFewerInterfacesAsCompleteComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- ImplementationComponent has to require the same or fewer interfaces like the CompleteComponentType (if set) #&#xD;&#xA;&#x9;if&#xD;&#xA;&#x9;&#x9;-- apply constraint only for non-empty CompleteComponentTypes #&#xD;&#xA;&#x9;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;&#x9;then&#xD;&#xA;&#x9; let&#xD;&#xA;&#x9; --own interfaces:&#xD;&#xA;&#x9; ownInterfaces : Set(OperationInterface) &#xD;&#xA;&#x9; = self.requiredRoles_InterfaceRequiringEntity->select(rr|rr.oclIsTypeOf(OperationRequiredRole))->collect(rr : RequiredRole | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole)->asSet()&#xD;&#xA;&#x9; in&#xD;&#xA;&#x9; --complete type interfaces:&#xD;&#xA;&#x9; self.parentCompleteComponentTypes->forAll&#xD;&#xA;&#x9; ( p : CompleteComponentType |&#xD;&#xA;&#x9; &#x9;(&#xD;&#xA;&#x9;&#x9; &#x9;ownInterfaces&#xD;&#xA;&#x9;&#x9; -&#xD;&#xA;&#x9;&#x9; p.requiredRoles_InterfaceRequiringEntity->select(rr|rr.oclIsTypeOf(OperationRequiredRole))->collect(rr : RequiredRole | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole)->asSet()&#xD;&#xA;&#x9; &#x9;)->isEmpty()&#xD;&#xA;&#x9; &#x9;)&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;true&#xD;&#xA;&#x9;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="componentParameterUsage_ImplementationComponentType" ordered="false" upperBound="-1" eType="ecore:EClass ../../mpcm.paradigm.variables/model/variables.ecore#//VariableUsage" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property specified the variables of the component that are to be initialized using the assembly context to parametrize the component."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicComponent" eSuperTypes="#//ImplementationComponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a black-box component implementation. Basic components are atomic building blocks of a software architecture. They cannot be further subdivided into smaller components and are built from scratch, i.e, not by assembling other components. Component developers specify basic components by associating interfaces to them in a providing or requiring role."/> </eAnnotations> <eOperations name="NoSeffTypeUsedTwice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.serviceEffectSpecifications__BasicComponent->forAll(p1, p2 |&#xD;&#xA; p1 &lt;> p2 implies (p1.describedService__SEFF = p2.describedService__SEFF implies p1.seffTypeID &lt;> p2.seffTypeID))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceEffectSpecifications__BasicComponent" ordered="false" upperBound="-1" eType="#//ServiceEffectSpecification" containment="true" eOpposite="#//ServiceEffectSpecification/basicComponent_ServiceEffectSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property contains the service effect specification for services provided by this basic component."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_BasicComponent" ordered="false" upperBound="-1" eType="#//PassiveResource" containment="true" eOpposite="#//PassiveResource/basicComponent_PassiveResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the passive resources, e.g., semaphores, that are owned by this basic component."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceEffectSpecification" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Service Effect Specification Models the effect of invoking a specific service of a basic component. Therefore, it references a Signature from an Interface, for which the component takes a ProvidedRole, to identify the described service. This class is abstract and SEFFs for specific analysis purposes need to inherit from this class. A BasicComponent may have an arbitrary number of SEFFs. It can have multiple SEFFs of a different type for a single provided service. For example, one SEFF can express all external service calls with no particular order, while another one includes a restricted order, or still another one expresses resource demands of the service.&#xD;&#xA;While different SEFF types have been proposed, the only type currently included in the meta-model is the ResourceDemandingSEFF for performance prediction. Different types of SEFFs should not contradict each other if the languages are equally powerful. For example, the order of allowed external service calls should be the same for each SEFF type modelling sequences of such calls if the modelling languages have the same expressiveness. SEFFs are part of a component and not part of an interface, because they are implementation dependent. The SEFFs of a CompositeComponent are not represented in the meta-model and can be derived automatically by connecting the SEFFs of the encapsulated components of its nested AssemblyContexts. Different SEFFs of a single component access the same component parameter specifications. That means that parameter dependencies to the same component parameters in different SEFF types refer also to the same characterisations."/> </eAnnotations> <eOperations name="ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.describedService__SEFF.oclIsKindOf(mpcm::repository::OperationSignature) then&#xD;&#xA;&#x9;self.basicComponent_ServiceEffectSpecification.providedRoles_InterfaceProvidingEntity->exists(p | p.oclIsKindOf(mpcm::repository::OperationProvidedRole) and (p.oclAsType(mpcm::repository::OperationProvidedRole).providedInterface__OperationProvidedRole = self.describedService__SEFF.oclAsType(mpcm::repository::OperationSignature).interface__OperationSignature))&#xD;&#xA;else&#xD;&#xA;&#x9;if self.describedService__SEFF.oclIsKindOf(mpcm::repository::EventType) then&#xD;&#xA;&#x9;&#x9;self.basicComponent_ServiceEffectSpecification.providedRoles_InterfaceProvidingEntity->exists(p | p.oclIsKindOf(mpcm::repository::SinkRole) and (p.oclAsType(mpcm::repository::SinkRole).eventGroup__SinkRole = self.describedService__SEFF.oclAsType(mpcm::repository::EventType).eventGroup__EventType))&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;true&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seffTypeID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="describedService__SEFF" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent_ServiceEffectSpecification" ordered="false" lowerBound="1" eType="#//BasicComponent" eOpposite="#//BasicComponent/serviceEffectSpecifications__BasicComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PassiveResource" eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a passive resource, e.g., a semaphore."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="capacity_PassiveResource" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.variables/model/variables.ecore#//PCMRandomVariable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the capacity of this passive resource."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent_PassiveResource" ordered="false" lowerBound="1" eType="#//BasicComponent" eOpposite="#//BasicComponent/passiveResource_BasicComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationInterface" eSuperTypes="../../mpcm.paradigm.repository/model/repository.ecore#//Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The OperationInterface is a specific type of interface related to operation calls. For this, it also refereferences a set of operation interfaces. Operations can represent methods, functions or any comparable concept."/> </eAnnotations> <eOperations name="SignaturesHaveToBeUniqueForAnInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- full signature has to be unique &#xD;&#xA;-- (use of ocl-tupels) #&#xD;&#xA;let sigs : Bag(&#xD;&#xA;&#x9;-- parameters: Sequence of DataType, NOT name #&#xD;&#xA;&#x9;-- exceptions have not to be considered #&#xD;&#xA;&#x9;Tuple(returnType : DataType, serviceName : String, parameters : Sequence(DataType) ) &#xD;&#xA;) = &#xD;&#xA;self.signatures__OperationInterface->collect(sig : OperationSignature |&#xD;&#xA;&#x9;Tuple{&#xD;&#xA;&#x9;&#x9;returnType : DataType = sig.returnType__OperationSignature,&#xD;&#xA;&#x9;&#x9;serviceName : String = sig.entityName,&#xD;&#xA;&#x9;&#x9;parameters : Sequence(DataType) = sig.parameters__OperationSignature.dataType__Parameter&#xD;&#xA;&#x9;}&#xD;&#xA;)&#xD;&#xA;in&#xD;&#xA;sigs->isUnique(s|s)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="signatures__OperationInterface" ordered="false" upperBound="-1" eType="#//OperationSignature" containment="true" eOpposite="#//OperationSignature/interface__OperationSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the set of signatures of which the interface consists."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationSignature" eSuperTypes="../../mpcm.paradigm.repository/model/repository.ecore#//Signature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An interface specific to operations and a operation specific association to parameters and return values."/> </eAnnotations> <eOperations name="ParameterNamesHaveToBeUniqueForASignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parameters__OperationSignature->isUnique(p : Parameter |&#xD;&#xA;&#x9;p.parameterName&#xD;&#xA;)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="interface__OperationSignature" ordered="false" eType="#//OperationInterface" eOpposite="#//OperationInterface/signatures__OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interface that contains the method with this signature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters__OperationSignature" upperBound="-1" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the list of parameters of the corresponding method."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType__OperationSignature" ordered="false" eType="ecore:EClass ../../mpcm.paradigm.repository/model/repository.ecore#//datatypes/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the return type of the corresponding method."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationProvidedRole" eSuperTypes="../../mpcm.paradigm.repository/model/repository.ecore#//ProvidedRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents the provided operation interfaces. The PCM uses the association of an operation interface to a component to determine its role. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterface__OperationProvidedRole" ordered="false" lowerBound="1" eType="#//OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the corresponding interface that is provided by this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationRequiredRole" eSuperTypes="../../mpcm.paradigm.repository/model/repository.ecore#//RequiredRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents the required operation interfaces. The PCM uses the association of an operation interface to a component to determine its role. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterface__OperationRequiredRole" ordered="false" lowerBound="1" eType="#//OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces that is required by this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kit-sdq/Metamodel-Reference-Architecture-Validation/casestudies/pcm/metamodel/refactored/mpcm.domain.repository/model/repository.ecore
ecore
repository Repository repositoryDescription components__Repository interfaces__Repository dataTypes__Repository exceptionTypes exceptionOccurences ExceptionType exceptionName exceptionMessage ExceptionOccurence type owner ImplementationComponentType RequiredInterfacesHaveToConformToCompleteType diagnostics context providedInterfacesHaveToConformToCompleteType diagnostics context ProvidedInterfaceHaveToConformToComponentType diagnostics context ProvideSameOrMoreInterfacesAsCompleteComponentType diagnostics context RequireSameOrFewerInterfacesAsCompleteComponentType diagnostics context componentParameterUsage_ImplementationComponentType BasicComponent NoSeffTypeUsedTwice diagnostics context serviceEffectSpecifications__BasicComponent passiveResource_BasicComponent ServiceEffectSpecification ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole diagnostics context seffTypeID 1 describedService__SEFF basicComponent_ServiceEffectSpecification PassiveResource capacity_PassiveResource basicComponent_PassiveResource OperationInterface SignaturesHaveToBeUniqueForAnInterface diagnostics context signatures__OperationInterface OperationSignature ParameterNamesHaveToBeUniqueForASignature diagnostics context interface__OperationSignature parameters__OperationSignature returnType__OperationSignature OperationProvidedRole providedInterface__OperationProvidedRole OperationRequiredRole requiredInterface__OperationRequiredRole
null
{"directed":true,"nodes":[{"nsPrefix":"mpcm.domain.repository","nsURI":"mpcm.domain.repository","name":"repository","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionOccurence","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationComponentType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicComponent","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceEffectSpecification","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassiveResource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationInterface","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSignature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationProvidedRole","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationRequiredRole","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"repositoryDescription","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataTypes__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionOccurences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"exceptionName","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"exceptionMessage","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiredInterfacesHaveToConformToCompleteType","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"providedInterfacesHaveToConformToCompleteType","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedInterfaceHaveToConformToComponentType","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvideSameOrMoreInterfacesAsCompleteComponentType","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequireSameOrFewerInterfacesAsCompleteComponentType","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentParameterUsage_ImplementationComponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NoSeffTypeUsedTwice","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceEffectSpecifications__BasicComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"passiveResource_BasicComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basicComponent_ServiceEffectSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basicComponent_PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"seffTypeID","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"describedService__SEFF","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"capacity_PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignaturesHaveToBeUniqueForAnInterface","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signatures__OperationInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"ParameterNamesHaveToBeUniqueForASignature","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EParameter"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedInterface__OperationProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredInterface__OperationRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":12,"target":19},{"source":12,"target":1},{"source":13,"target":20},{"source":13,"target":1},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":22},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":2},{"source":17,"target":3},{"source":17,"target":24},{"source":17,"target":1},{"source":24,"target":3},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":27},{"source":25,"target":2},{"source":26,"target":28},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":2},{"source":29,"target":31},{"source":29,"target":3},{"source":31,"target":2},{"source":30,"target":32},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":33,"target":40},{"source":33,"target":4},{"source":33,"target":41},{"source":33,"target":42},{"source":41,"target":43},{"source":41,"target":33},{"source":42,"target":44},{"source":42,"target":33},{"source":44,"target":45},{"source":44,"target":46},{"source":34,"target":47},{"source":34,"target":4},{"source":34,"target":48},{"source":34,"target":49},{"source":48,"target":50},{"source":48,"target":34},{"source":49,"target":51},{"source":49,"target":34},{"source":51,"target":52},{"source":51,"target":53},{"source":35,"target":54},{"source":35,"target":4},{"source":35,"target":55},{"source":35,"target":56},{"source":55,"target":57},{"source":55,"target":35},{"source":56,"target":58},{"source":56,"target":35},{"source":58,"target":59},{"source":58,"target":60},{"source":36,"target":61},{"source":36,"target":4},{"source":36,"target":62},{"source":36,"target":63},{"source":62,"target":64},{"source":62,"target":36},{"source":63,"target":65},{"source":63,"target":36},{"source":65,"target":66},{"source":65,"target":67},{"source":37,"target":68},{"source":37,"target":4},{"source":37,"target":69},{"source":37,"target":70},{"source":69,"target":71},{"source":69,"target":37},{"source":70,"target":72},{"source":70,"target":37},{"source":72,"target":73},{"source":72,"target":74},{"source":38,"target":75},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":76,"target":80},{"source":76,"target":5},{"source":76,"target":81},{"source":76,"target":82},{"source":81,"target":83},{"source":81,"target":76},{"source":82,"target":84},{"source":82,"target":76},{"source":84,"target":85},{"source":84,"target":86},{"source":77,"target":6},{"source":77,"target":87},{"source":77,"target":5},{"source":77,"target":88},{"source":87,"target":6},{"source":78,"target":7},{"source":78,"target":89},{"source":78,"target":5},{"source":78,"target":90},{"source":89,"target":7},{"source":79,"target":4},{"source":6,"target":0},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":88},{"source":91,"target":94},{"source":91,"target":6},{"source":91,"target":95},{"source":91,"target":96},{"source":95,"target":97},{"source":95,"target":91},{"source":96,"target":98},{"source":96,"target":91},{"source":98,"target":99},{"source":98,"target":100},{"source":92,"target":101},{"source":92,"target":6},{"source":93,"target":102},{"source":93,"target":6},{"source":88,"target":5},{"source":88,"target":103},{"source":88,"target":6},{"source":88,"target":77},{"source":103,"target":5},{"source":7,"target":0},{"source":7,"target":104},{"source":7,"target":90},{"source":7,"target":105},{"source":104,"target":106},{"source":104,"target":7},{"source":90,"target":5},{"source":90,"target":107},{"source":90,"target":7},{"source":90,"target":78},{"source":107,"target":5},{"source":8,"target":0},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":108,"target":111},{"source":108,"target":8},{"source":108,"target":112},{"source":108,"target":113},{"source":112,"target":114},{"source":112,"target":108},{"source":113,"target":115},{"source":113,"target":108},{"source":115,"target":116},{"source":115,"target":117},{"source":109,"target":9},{"source":109,"target":118},{"source":109,"target":8},{"source":109,"target":119},{"source":118,"target":9},{"source":9,"target":0},{"source":9,"target":120},{"source":9,"target":119},{"source":9,"target":121},{"source":9,"target":122},{"source":9,"target":123},{"source":120,"target":124},{"source":120,"target":9},{"source":120,"target":125},{"source":120,"target":126},{"source":125,"target":127},{"source":125,"target":120},{"source":126,"target":128},{"source":126,"target":120},{"source":128,"target":129},{"source":128,"target":130},{"source":119,"target":8},{"source":119,"target":131},{"source":119,"target":9},{"source":119,"target":109},{"source":131,"target":8},{"source":121,"target":132},{"source":121,"target":9},{"source":122,"target":133},{"source":122,"target":9},{"source":10,"target":0},{"source":10,"target":134},{"source":10,"target":135},{"source":134,"target":8},{"source":134,"target":136},{"source":134,"target":10},{"source":136,"target":8},{"source":11,"target":0},{"source":11,"target":137},{"source":11,"target":138},{"source":137,"target":8},{"source":137,"target":139},{"source":137,"target":11},{"source":139,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="components" nsURI="http://soton.ac.uk/models/fmusim/components/1.0" nsPrefix="components"> <eClassifiers xsi:type="ecore:EClass" name="ComponentDiagram" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1" eType="#//Connector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//Port" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//Port" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CompatiblePorts CompleteConnection"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//Port" eOpposite="#//Port/connector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="connector" eType="#//Connector" eOpposite="#//Connector/ports"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//FmiTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//PortKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FmiTypes"> <eLiterals name="Real"/> <eLiterals name="Integer" value="1" literal="Integer"/> <eLiterals name="Boolean" value="2" literal="Boolean"/> <eLiterals name="String" value="3" literal="String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortKind"> <eLiterals name="Input"/> <eLiterals name="Output" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventBComponent" eSuperTypes="#//Component"> <eOperations name="hasValidMachineReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="composed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeVariableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="machine" lowerBound="1" eType="ecore:EClass ../../org.eventb.emf.core/model/eventbcore.ecore#//machine/Machine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FMUComponent" eSuperTypes="#//Component"> <eOperations name="hasValidFmuPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fmu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FMUPort" eSuperTypes="#//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventBPort" eSuperTypes="#//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="fmiGetEvent" lowerBound="1" eType="ecore:EClass ../../org.eventb.emf.core/model/eventbcore.ecore#//machine/Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fmiSetEvent" lowerBound="1" eType="ecore:EClass ../../org.eventb.emf.core/model/eventbcore.ecore#//machine/Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Tranxen200/FMUSim-Rodin/ac.soton.fmusim.components/model/components.ecore
ecore
components ComponentDiagram components connectors Component inputs outputs Connector value ports Port connector type kind FmiTypes Real Real Integer Integer Boolean Boolean String String PortKind Input Input Output Output NamedElement name EventBComponent hasValidMachineReference diagnostics context composed timeVariableName machine FMUComponent hasValidFmuPath diagnostics context fmu variables path FMUPort variable EventBPort fmiGetEvent fmiSetEvent Variable value
null
{"directed":true,"nodes":[{"nsPrefix":"components","nsURI":"http://soton.ac.uk/models/fmusim/components/1.0","name":"components","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FmiTypes","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBComponent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMUComponent","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMUPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBPort","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"Real","id":35,"value":0,"literal":"Real","eClass":"EEnumLiteral"},{"name":"Integer","id":36,"value":1,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Boolean","id":37,"value":2,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"String","id":38,"value":3,"literal":"String","eClass":"EEnumLiteral"},{"name":"Input","id":39,"value":0,"literal":"Input","eClass":"EEnumLiteral"},{"name":"Output","id":40,"value":1,"literal":"Output","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasValidMachineReference","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"composed","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeVariableName","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"machine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasValidFmuPath","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"fmu","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fmiGetEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fmiSetEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":13,"target":2},{"source":13,"target":16},{"source":13,"target":1},{"source":16,"target":2},{"source":14,"target":3},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":3},{"source":15,"target":7},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":4},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":4},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":4},{"source":20,"target":7},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":4},{"source":24,"target":27},{"source":24,"target":3},{"source":24,"target":28},{"source":27,"target":4},{"source":25,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":28,"target":3},{"source":28,"target":32},{"source":28,"target":4},{"source":28,"target":24},{"source":32,"target":3},{"source":29,"target":5},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":5},{"source":30,"target":6},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":6},{"source":31,"target":7},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":35,"target":5},{"source":36,"target":5},{"source":37,"target":5},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":6},{"source":40,"target":6},{"source":7,"target":0},{"source":7,"target":41},{"source":41,"target":42},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":43,"target":48},{"source":43,"target":8},{"source":43,"target":49},{"source":43,"target":50},{"source":49,"target":51},{"source":49,"target":43},{"source":50,"target":52},{"source":50,"target":43},{"source":52,"target":53},{"source":52,"target":54},{"source":44,"target":55},{"source":44,"target":8},{"source":45,"target":56},{"source":45,"target":8},{"source":46,"target":57},{"source":46,"target":8},{"source":47,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":58,"target":63},{"source":58,"target":9},{"source":58,"target":64},{"source":58,"target":65},{"source":64,"target":66},{"source":64,"target":58},{"source":65,"target":67},{"source":65,"target":58},{"source":67,"target":68},{"source":67,"target":69},{"source":59,"target":70},{"source":59,"target":9},{"source":60,"target":12},{"source":60,"target":71},{"source":60,"target":9},{"source":71,"target":12},{"source":61,"target":72},{"source":61,"target":9},{"source":62,"target":2},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":73},{"source":10,"target":74},{"source":73,"target":12},{"source":73,"target":75},{"source":73,"target":10},{"source":75,"target":12},{"source":74,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":76,"target":79},{"source":76,"target":11},{"source":77,"target":80},{"source":77,"target":11},{"source":78,"target":4},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":81},{"source":12,"target":82},{"source":81,"target":83},{"source":81,"target":12},{"source":82,"target":7}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="infrastructure" nsURI="http://schemas.ogf.org/occi/infrastructure/ecore" nsPrefix="infrastructure"> <eClassifiers xsi:type="ecore:EEnum" name="SuspendMethod"> <eLiterals name="hibernate"/> <eLiterals name="suspend" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Vlan" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="minInclusive" value="0"/> <details key="maxInclusive" value="4095"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Token" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EEnum" name="NetworkStatus"> <eLiterals name="active"/> <eLiterals name="inactive" value="1"/> <eLiterals name="error" value="2" literal="error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComputeStatus"> <eLiterals name="active"/> <eLiterals name="inactive" value="1"/> <eLiterals name="suspended" value="2"/> <eLiterals name="error" value="3" literal="error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NetworkInterfaceStatus"> <eLiterals name="active"/> <eLiterals name="inactive" value="1"/> <eLiterals name="error" value="2" literal="error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Architecture"> <eLiterals name="x86"/> <eLiterals name="x64" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StopMethod"> <eLiterals name="graceful"/> <eLiterals name="acpioff" value="1"/> <eLiterals name="poweroff" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RestartMethod"> <eLiterals name="graceful"/> <eLiterals name="warm" value="1"/> <eLiterals name="cold" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IpAddress" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EEnum" name="Allocation"> <eLiterals name="dynamic"/> <eLiterals name="static" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StorageStatus"> <eLiterals name="online"/> <eLiterals name="offline" value="1"/> <eLiterals name="error" value="2" literal="error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StorageLinkStatus"> <eLiterals name="active"/> <eLiterals name="inactive" value="1"/> <eLiterals name="error" value="2" literal="error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Core" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="minExclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GHz" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="minExclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GiB" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="minExclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IpAddressRange" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Mac" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Share" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SaveMethod"> <eLiterals name="hot" literal="hot"/> <eLiterals name="deferred" value="1" literal="deferred"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//Resource"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Network Resource"/> </eAnnotations> <eOperations name="up"> <eAnnotations source="OCCIE2Ecore"> <details key="title"/> </eAnnotations> </eOperations> <eOperations name="down"> <eAnnotations source="OCCIE2Ecore"> <details key="title"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vlan" eType="#//Vlan"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="802.1q VLAN Identifier (e.g., 343)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="#//Token"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Tag based VLANs (e.g., external-dmz)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//NetworkStatus" defaultValueLiteral="inactive"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Current state of the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Human-readable explanation of the current instance state"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compute" eSuperTypes="platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//Resource"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Compute Resource"/> </eAnnotations> <eOperations name="start"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Start the system"/> </eAnnotations> </eOperations> <eOperations name="stop"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Stop the system (graceful, acpioff or poweroff)"/> </eAnnotations> <eParameters name="method" lowerBound="1" eType="#//StopMethod"> <eAnnotations source="OCCIE2Ecore"> <details key="description"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="restart"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Restart the system (graceful, warm or cold)"/> </eAnnotations> <eParameters name="method" lowerBound="1" eType="#//RestartMethod"> <eAnnotations source="OCCIE2Ecore"> <details key="description"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="suspend"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Suspend the system (hibernate or in RAM)"/> </eAnnotations> <eParameters name="method" lowerBound="1" eType="#//SuspendMethod"> <eAnnotations source="OCCIE2Ecore"> <details key="description"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="save"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Save the system (hot, deferred)"/> </eAnnotations> <eParameters name="method" lowerBound="1" eType="#//SaveMethod"> <eAnnotations source="OCCIE2Ecore"> <details key="description"/> </eAnnotations> </eParameters> <eParameters name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description"/> </eAnnotations> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="architecture" eType="#//Architecture"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="CPU Architecture of the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cores" eType="#//Core"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Number of CPU cores assigned to the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostname" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Fully Qualified DNS hostname for the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="share" eType="#//Share"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Relative number of CPU shares for the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed" eType="#//GHz"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="CPU Clock frequency (speed) in gigahertz"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memory" eType="#//GiB"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Maximum RAM in gigabytes allocated to the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//ComputeStatus" defaultValueLiteral="inactive"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Current state of the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Human-readable explanation of the current instance state"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Storage" eSuperTypes="platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//Resource"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Storage Resource"/> </eAnnotations> <eOperations name="online"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Set storage online"/> </eAnnotations> </eOperations> <eOperations name="offline"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="Set storage offline"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="#//GiB"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Storage size of the instance in gigabytes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//StorageStatus"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Current status of the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Human-readable explanation of the current instance state"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Storagelink" eSuperTypes="platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//Link"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="StorageLink Link"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deviceid" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Device identifier as defined by the OCCI service provider"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mountpoint" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Point to where the storage is mounted in the guest OS"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//StorageLinkStatus"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Current status of the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Human-readable explanation of the current instance state"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Networkinterface" eSuperTypes="platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//Link"> <eAnnotations source="OCCIE2Ecore"> <details key="title" value="NetworkInterface Link"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Identifier that relates the link to the link's device interface"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mac" lowerBound="1" eType="#//Mac"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="MAC address associated with the link's device interface"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//NetworkInterfaceStatus"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Current status of the instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.occiware.clouddesigner.occi/model/OCCI.ecore#//String"> <eAnnotations source="OCCIE2Ecore"> <details key="description" value="Human-readable explanation of the current instance state"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/occiware/ecore/clouddesigner/org.occiware.clouddesigner.occi.infrastructure/model/Infrastructure.ecore
ecore
infrastructure SuspendMethod hibernate hibernate suspend suspend Vlan int int Token java.lang.String java.lang.String NetworkStatus active active inactive inactive error error ComputeStatus active active inactive inactive suspended suspended error error NetworkInterfaceStatus active active inactive inactive error error Architecture x86 x86 x64 x64 StopMethod graceful graceful acpioff acpioff poweroff poweroff RestartMethod graceful graceful warm warm cold cold IpAddress java.lang.String java.lang.String Allocation dynamic dynamic static static StorageStatus online online offline offline error error StorageLinkStatus active active inactive inactive error error Core int int GHz float float GiB float float IpAddressRange java.lang.String java.lang.String Mac java.lang.String java.lang.String Share int int SaveMethod hot hot deferred deferred Network up down vlan label state inactive message Compute start stop method restart method suspend method save method name architecture cores hostname share speed memory state inactive message Storage online offline size state message Storagelink deviceid mountpoint state message Networkinterface interface mac state message
null
{"directed":true,"nodes":[{"nsPrefix":"infrastructure","nsURI":"http://schemas.ogf.org/occi/infrastructure/ecore","name":"infrastructure","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"SuspendMethod","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Vlan","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Token","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"NetworkStatus","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComputeStatus","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NetworkInterfaceStatus","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StopMethod","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RestartMethod","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"IpAddress","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StorageStatus","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StorageLinkStatus","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Core","instanceClass":"int","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"GHz","instanceClass":"float","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"GiB","instanceClass":"float","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"IpAddressRange","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Mac","instanceClass":"java.lang.String","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Share","instanceClass":"int","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SaveMethod","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compute","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Storage","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Storagelink","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Networkinterface","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"name":"hibernate","id":26,"value":0,"literal":"hibernate","eClass":"EEnumLiteral"},{"name":"suspend","id":27,"value":1,"literal":"suspend","eClass":"EEnumLiteral"},{"name":"active","id":28,"value":0,"literal":"active","eClass":"EEnumLiteral"},{"name":"inactive","id":29,"value":1,"literal":"inactive","eClass":"EEnumLiteral"},{"name":"error","id":30,"value":2,"literal":"error","eClass":"EEnumLiteral"},{"name":"active","id":31,"value":0,"literal":"active","eClass":"EEnumLiteral"},{"name":"inactive","id":32,"value":1,"literal":"inactive","eClass":"EEnumLiteral"},{"name":"suspended","id":33,"value":2,"literal":"suspended","eClass":"EEnumLiteral"},{"name":"error","id":34,"value":3,"literal":"error","eClass":"EEnumLiteral"},{"name":"active","id":35,"value":0,"literal":"active","eClass":"EEnumLiteral"},{"name":"inactive","id":36,"value":1,"literal":"inactive","eClass":"EEnumLiteral"},{"name":"error","id":37,"value":2,"literal":"error","eClass":"EEnumLiteral"},{"name":"x86","id":38,"value":0,"literal":"x86","eClass":"EEnumLiteral"},{"name":"x64","id":39,"value":1,"literal":"x64","eClass":"EEnumLiteral"},{"name":"graceful","id":40,"value":0,"literal":"graceful","eClass":"EEnumLiteral"},{"name":"acpioff","id":41,"value":1,"literal":"acpioff","eClass":"EEnumLiteral"},{"name":"poweroff","id":42,"value":2,"literal":"poweroff","eClass":"EEnumLiteral"},{"name":"graceful","id":43,"value":0,"literal":"graceful","eClass":"EEnumLiteral"},{"name":"warm","id":44,"value":1,"literal":"warm","eClass":"EEnumLiteral"},{"name":"cold","id":45,"value":2,"literal":"cold","eClass":"EEnumLiteral"},{"name":"dynamic","id":46,"value":0,"literal":"dynamic","eClass":"EEnumLiteral"},{"name":"static","id":47,"value":1,"literal":"static","eClass":"EEnumLiteral"},{"name":"online","id":48,"value":0,"literal":"online","eClass":"EEnumLiteral"},{"name":"offline","id":49,"value":1,"literal":"offline","eClass":"EEnumLiteral"},{"name":"error","id":50,"value":2,"literal":"error","eClass":"EEnumLiteral"},{"name":"active","id":51,"value":0,"literal":"active","eClass":"EEnumLiteral"},{"name":"inactive","id":52,"value":1,"literal":"inactive","eClass":"EEnumLiteral"},{"name":"error","id":53,"value":2,"literal":"error","eClass":"EEnumLiteral"},{"name":"hot","id":54,"value":0,"literal":"hot","eClass":"EEnumLiteral"},{"name":"deferred","id":55,"value":1,"literal":"deferred","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"up","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"down","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vlan","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inactive","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"restart","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"suspend","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"save","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"architecture","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cores","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hostname","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"share","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"speed","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memory","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inactive","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"method","lowerBound":1,"id":81,"many":false,"required":true,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"method","lowerBound":1,"id":83,"many":false,"required":true,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"method","lowerBound":1,"id":85,"many":false,"required":true,"eClass":"EParameter"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"method","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":88,"many":false,"required":true,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"online","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"offline","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deviceid","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mountpoint","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mac","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":26,"target":1},{"source":27,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":4},{"source":29,"target":4},{"source":30,"target":4},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":31,"target":5},{"source":32,"target":5},{"source":33,"target":5},{"source":34,"target":5},{"source":6,"target":0},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":35,"target":6},{"source":36,"target":6},{"source":37,"target":6},{"source":7,"target":0},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":7},{"source":39,"target":7},{"source":8,"target":0},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":40,"target":8},{"source":41,"target":8},{"source":42,"target":8},{"source":9,"target":0},{"source":9,"target":43},{"source":9,"target":44},{"source":9,"target":45},{"source":43,"target":9},{"source":44,"target":9},{"source":45,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":46},{"source":11,"target":47},{"source":46,"target":11},{"source":47,"target":11},{"source":12,"target":0},{"source":12,"target":48},{"source":12,"target":49},{"source":12,"target":50},{"source":48,"target":12},{"source":49,"target":12},{"source":50,"target":12},{"source":13,"target":0},{"source":13,"target":51},{"source":13,"target":52},{"source":13,"target":53},{"source":51,"target":13},{"source":52,"target":13},{"source":53,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":54},{"source":20,"target":55},{"source":54,"target":20},{"source":55,"target":20},{"source":21,"target":0},{"source":21,"target":56},{"source":21,"target":57},{"source":21,"target":58},{"source":21,"target":59},{"source":21,"target":60},{"source":21,"target":61},{"source":21,"target":62},{"source":56,"target":21},{"source":57,"target":21},{"source":58,"target":2},{"source":58,"target":63},{"source":58,"target":21},{"source":63,"target":2},{"source":59,"target":3},{"source":59,"target":64},{"source":59,"target":21},{"source":64,"target":3},{"source":60,"target":4},{"source":60,"target":65},{"source":60,"target":21},{"source":65,"target":4},{"source":61,"target":66},{"source":61,"target":21},{"source":22,"target":0},{"source":22,"target":67},{"source":22,"target":68},{"source":22,"target":69},{"source":22,"target":70},{"source":22,"target":71},{"source":22,"target":72},{"source":22,"target":73},{"source":22,"target":74},{"source":22,"target":75},{"source":22,"target":76},{"source":22,"target":77},{"source":22,"target":78},{"source":22,"target":79},{"source":22,"target":80},{"source":67,"target":22},{"source":68,"target":22},{"source":68,"target":81},{"source":81,"target":8},{"source":81,"target":82},{"source":81,"target":68},{"source":82,"target":8},{"source":69,"target":22},{"source":69,"target":83},{"source":83,"target":9},{"source":83,"target":84},{"source":83,"target":69},{"source":84,"target":9},{"source":70,"target":22},{"source":70,"target":85},{"source":85,"target":1},{"source":85,"target":86},{"source":85,"target":70},{"source":86,"target":1},{"source":71,"target":22},{"source":71,"target":87},{"source":71,"target":88},{"source":87,"target":20},{"source":87,"target":89},{"source":87,"target":71},{"source":89,"target":20},{"source":88,"target":90},{"source":88,"target":71},{"source":72,"target":7},{"source":72,"target":91},{"source":72,"target":22},{"source":91,"target":7},{"source":73,"target":14},{"source":73,"target":92},{"source":73,"target":22},{"source":92,"target":14},{"source":74,"target":93},{"source":74,"target":22},{"source":75,"target":19},{"source":75,"target":94},{"source":75,"target":22},{"source":94,"target":19},{"source":76,"target":15},{"source":76,"target":95},{"source":76,"target":22},{"source":95,"target":15},{"source":77,"target":16},{"source":77,"target":96},{"source":77,"target":22},{"source":96,"target":16},{"source":78,"target":5},{"source":78,"target":97},{"source":78,"target":22},{"source":97,"target":5},{"source":79,"target":98},{"source":79,"target":22},{"source":23,"target":0},{"source":23,"target":99},{"source":23,"target":100},{"source":23,"target":101},{"source":23,"target":102},{"source":23,"target":103},{"source":23,"target":104},{"source":99,"target":23},{"source":100,"target":23},{"source":101,"target":16},{"source":101,"target":105},{"source":101,"target":23},{"source":105,"target":16},{"source":102,"target":12},{"source":102,"target":106},{"source":102,"target":23},{"source":106,"target":12},{"source":103,"target":107},{"source":103,"target":23},{"source":24,"target":0},{"source":24,"target":108},{"source":24,"target":109},{"source":24,"target":110},{"source":24,"target":111},{"source":24,"target":112},{"source":108,"target":113},{"source":108,"target":24},{"source":109,"target":114},{"source":109,"target":24},{"source":110,"target":13},{"source":110,"target":115},{"source":110,"target":24},{"source":115,"target":13},{"source":111,"target":116},{"source":111,"target":24},{"source":25,"target":0},{"source":25,"target":117},{"source":25,"target":118},{"source":25,"target":119},{"source":25,"target":120},{"source":25,"target":121},{"source":117,"target":122},{"source":117,"target":25},{"source":118,"target":18},{"source":118,"target":123},{"source":118,"target":25},{"source":123,"target":18},{"source":119,"target":6},{"source":119,"target":124},{"source":119,"target":25},{"source":124,"target":6},{"source":120,"target":125},{"source":120,"target":25}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jca" nsURI="jca.xmi" nsPrefix="org.eclipse.jst.j2ee.jca"> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="common.ecore#//CompatibilityDescriptionGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The connector element is the root element of the deployment descriptor for the resource adapter. This element includes general information - vendor name, version, specification version supported, icon - about the resource adapter module. It also includes information specific to the implementation of the resource adapter library as specified through the element resourceadapter.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vendorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the name of resource adapter provider vendor.&#xD;&#xA;Example: Wombat Corp."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the version of the connector architecture specification that is supported by this resource adapter. This information enables deployer to configure the resource adapter to support deployment and runtime requirements of the corresponding connector architecture specification.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eisType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains information about the type of the EIS. For example, the type of an EIS can be product name of EIS independent of any version info.&#xD;&#xA;&#xD;&#xA;This helps in identifying EIS instances that can be used with&#xD;&#xA;this resource adapter.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a string-based version of the resource adapter from the resource adapter provider.&#xD;&#xA;&#xD;&#xA;Example: 1.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="license" eType="#//License" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies licensing requirements for the resource adapter module. This element specifies whether a license is required to deploy and use this resource adapter, and an optional description of the licensing terms (examples: duration of license, number of&#xD;&#xA;connection restrictions)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceAdapter" lowerBound="1" eType="#//ResourceAdapter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceAdapter" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies information about the resource adapter. The information includes fully-qualified names of class/interfaces required as part of the connector architecture specified contracts, level of transaction support provided, configurable properties for ManagedConnectionFactory instances, one or more authentication mechanisms supported and additional&#xD;&#xA;required security permissions.&#xD;&#xA;&#xD;&#xA;If there is no authentication-mechanism specified as part of&#xD;&#xA;resource adapter element then the resource adapter does not&#xD;&#xA;support any standard security authentication mechanisms as part&#xD;&#xA;of security contract. The application server ignores the security&#xD;&#xA;part of the system contracts in this case.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="managedConnectionFactoryClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.managedConnectionFactoryClass&#xD;&#xA;Specifies the fully qualified name of the Java class that implements the javax.resource.spi.Managed-ConnectionFactory interface. This Java class is provided as part of resource adapter's implementation of connector architecture specified contracts.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactoryInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryInterface&#xD;&#xA;Specifies the fully-qualified name of the ConnectionFactory interface supported by the resource adapter.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactoryImplClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryImplClass&#xD;&#xA;Specifies the fully-qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionInterface"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionImplClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionImplClass&#xD;&#xA;Specifies the fully-qualified name of the Connection interface supported by the resource adapter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transactionSupport" eType="#//TransactionSupportKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.transactionSupport&#xD;&#xA;The transaction-support element specifies the level of transaction&#xD;&#xA;support provided by the resource adapter.&#xD;&#xA;The value of transaction-support must be one of the following:&#xD;&#xA; NoTransaction&#xD;&#xA; LocalTransaction&#xD;&#xA; XATransaction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reauthenticationSupport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.reauthenticationSupport&#xD;&#xA;Specifies whether the resource adapter implementation supports re-authentication of existing Managed-Connection instance. Note that this information is for the resource adapter implementation and not for the underlying EIS instance."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceAdapterClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element resourceadapter-class specifies the&#xD;&#xA; fully qualified name of a Java class that implements&#xD;&#xA; the javax.resource.spi.ResourceAdapter&#xD;&#xA; interface. This Java class is provided as part of&#xD;&#xA; resource adapter's implementation of connector&#xD;&#xA; architecture specified contracts. The implementation&#xD;&#xA; of this class is required to be a JavaBean."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="securityPermissions" upperBound="-1" eType="#//SecurityPermission" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@deprecated"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="authenticationMechanisms" upperBound="-1" eType="#//AuthenticationMechanism" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configProperties" upperBound="-1" eType="#//ConfigProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outboundResourceAdapter" eType="#//OutboundResourceAdapter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The connectionfactory-interface element content must be&#xD;&#xA; unique in the outbound-resourceadapter. Multiple connection-definitions&#xD;&#xA; can not use the same connectionfactory-type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inboundResourceAdapter" eType="#//InboundResourceAdapter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="adminObjects" upperBound="-1" eType="#//AdminObject" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthenticationMechanism" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element authentication-mechanism specifies an authentication mechanism supported by the resource adapter. Note that this support is for the resource adapter and not for the underlying EIS instance. The optional description specifies any resource adapter specific requirement for the support of security contract and authentication mechanism.&#xD;&#xA;&#xD;&#xA;Note that BasicPassword mechanism type should support the&#xD;&#xA;javax.resource.spi.security.PasswordCredential interface.&#xD;&#xA;The Kerbv5 mechanism type should support the&#xD;&#xA;javax.resource.spi.security.GenericCredential interface.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authenticationMechanism" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authenticationMechanismType" eType="#//AuthenticationMechanismType" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@deprecated See authenticationMechanism&#xD;&#xA;&#xD;&#xA;The authentication-mechanism-type specifies type of an authentication mechanism.&#xD;&#xA;&#xD;&#xA;The example values are:&#xD;&#xA; - BasicPassword&#xD;&#xA; - Kerbv5&#xD;&#xA;&#xD;&#xA;Any additional security mechanisms are outside the scope of the&#xD;&#xA;Connector architecture specification.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="credentialInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the interface that the resource adapter implementation supports for the representation of the credentials. This element should be used by application server to find out the Credential interface it should use as part of the security contract.&#xD;&#xA;&#xD;&#xA;The possible values are:&#xD;&#xA; javax.resource.spi.security.PasswordCredential&#xD;&#xA; javax.resource.spi.security.GenericCredential&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customAuthMechType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@deprecated&#xD;&#xA;This is an internal variable used to store the AthenticationMechanismType when it is something other than BasicPassword or Kerbv5. AuthenticationMecanismType is set to 'Custom' in those cases. This attribute should not be used by runtime. It is only used by the writer to write back out the custom AuthenticationMechanismType string in the case of custom AuthenticationMechanismType's. &#xD;&#xA;This variable is internal, used only by the reader/writer classes, and can change or disappear without notice. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AuthenticationMechanismType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;BasicPassword=0&#xD;&#xA;Kerbv5=1"/> </eAnnotations> <eLiterals name="BasicPassword"/> <eLiterals name="Kerbv5" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigProperty" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The config property contains a declaration of a single&#xD;&#xA;configuration property for a ManagedConnectionFactory instance.&#xD;&#xA;&#xD;&#xA;Each ManagedConnectionFactory instance creates connections to a specific EIS instance based on the properties configured on the ManagedConnectionFactory instance. The configurable properties are specified only once in the deployment descriptor, even though a resource adapter can be used to configure multiple ManagedConnnection-Factory instances (that create connections to different instances of the same EIS).&#xD;&#xA;&#xD;&#xA;The declaration consists of an optional description, name, type&#xD;&#xA;and an optional value of the configuration property. If the resource&#xD;&#xA;adapter provider does not specify a value than the deployer is&#xD;&#xA;responsible for providing a valid value for a configuration property.&#xD;&#xA;&#xD;&#xA;Any bounds or well-defined values of properties should be described in the description.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the name of a configuration property.&#xD;&#xA;&#xD;&#xA;The connector architecture defines a set of well-defined properties all of type java.lang.String. These are as follows:&#xD;&#xA;&#xD;&#xA; ServerName&#xD;&#xA; PortNumber&#xD;&#xA; UserName&#xD;&#xA; Password&#xD;&#xA; ConnectionURL&#xD;&#xA;&#xD;&#xA;A resource adapter provider can extend this property set to include properties specific to the resource adapter and its underlying EIS.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the fully qualified Java type of a configuration property as required by ManagedConnection-Factory instance.&#xD;&#xA;&#xD;&#xA;The following are the legal values of config-property-type:&#xD;&#xA; java.lang.Boolean, java.lang.String, java.lang.Integer,&#xD;&#xA; java.lang.Double, java.lang.Byte, java.lang.Short,&#xD;&#xA; java.lang.Long, java.lang.Float, java.lang.Character"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element config-property-value contains the value&#xD;&#xA; of a configuration entry. Note, it is possible for a&#xD;&#xA; resource adapter deployer to override this&#xD;&#xA; configuration information during deployment.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;config-property-value>WombatServer&lt;/config-property-value>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SecurityPermission" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a security permission that is required by the resource adapter code.&#xD;&#xA;&#xD;&#xA;The security permission listed in the deployment descriptor are ones that are different from those required by the default permission set as specified in the connector specification. The optional description can mention specific reason that resource adapter requires a given security permission.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element permission-spec specifies a security permission based on the Security policy file syntax. &#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="License" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies licensing requirements for the resource adapter module. Specifies whether a license is required to deploy and use this resource adapter, and an optional description of the licensing terms (examples: duration of license, number of connection restrictions)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@deprecated Replaced with descriptions&#xD;&#xA;The description is used to provide text describing the license."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransactionSupportKind"> <eLiterals name="NoTransaction"/> <eLiterals name="LocalTransaction" value="1"/> <eLiterals name="XATransaction" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InboundResourceAdapter" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The inbound-resourceadapterType specifies information&#xD;&#xA;about an inbound resource adapter. This contains information&#xD;&#xA;specific to the implementation of the resource adapter&#xD;&#xA;library as specified through the messageadapter element."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="messageAdapter" eType="#//MessageAdapter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The messagelistener-type element content must be&#xD;&#xA; unique in the messageadapter. Several messagelisteners&#xD;&#xA; can not use the same messagelistener-type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutboundResourceAdapter" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The outbound-resourceadapterType specifies information about&#xD;&#xA;an outbound resource adapter. The information includes fully&#xD;&#xA;qualified names of classes/interfaces required as part of&#xD;&#xA;the connector architecture specified contracts for&#xD;&#xA;connection management, level of transaction support&#xD;&#xA;provided, one or more authentication mechanisms supported&#xD;&#xA;and additional required security permissions.&#xD;&#xA;&#xD;&#xA;If there is no authentication-mechanism specified as part of&#xD;&#xA;resource adapter element then the resource adapter does not&#xD;&#xA;support any standard security authentication mechanisms as&#xD;&#xA;part of security contract. The application server ignores&#xD;&#xA;the security part of the system contracts in this case."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reauthenticationSupport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element reauthentication-support specifies&#xD;&#xA; whether the resource adapter implementation supports&#xD;&#xA; re-authentication of existing Managed- Connection&#xD;&#xA; instance. Note that this information is for the&#xD;&#xA; resource adapter implementation and not for the&#xD;&#xA; underlying EIS instance. This element must have&#xD;&#xA; either a &quot;true&quot; or &quot;false&quot; value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transactionSupport" eType="#//TransactionSupportKind" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionDefinitions" upperBound="-1" eType="#//ConnectionDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authenticationMechanisms" upperBound="-1" eType="#//AuthenticationMechanism" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageAdapter" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The messageadapterType specifies information about the&#xD;&#xA;messaging capabilities of the resource adapter. This&#xD;&#xA;contains information specific to the implementation of the&#xD;&#xA;resource adapter library as specified through the&#xD;&#xA;messagelistener element."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="messageListeners" lowerBound="1" upperBound="-1" eType="#//MessageListener" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionDefinition" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The connection-definitionType defines a set of connection&#xD;&#xA;interfaces and classes pertaining to a particular connection&#xD;&#xA;type. This also includes configurable properties for&#xD;&#xA;ManagedConnectionFactory instances that may be produced out&#xD;&#xA;of this set."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="managedConnectionFactoryClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element managedconnectionfactory-class specifies&#xD;&#xA; the fully qualified name of the Java class that&#xD;&#xA; implements the&#xD;&#xA; javax.resource.spi.ManagedConnectionFactory interface.&#xD;&#xA; This Java class is provided as part of resource&#xD;&#xA; adapter's implementation of connector architecture&#xD;&#xA; specified contracts. The implementation of this&#xD;&#xA; class is required to be a JavaBean.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;managedconnectionfactory-class>&#xD;&#xA; com.wombat.ManagedConnectionFactoryImpl&#xD;&#xA; &lt;/managedconnectionfactory-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactoryInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element connectionfactory-interface specifies&#xD;&#xA; the fully qualified name of the ConnectionFactory&#xD;&#xA; interface supported by the resource adapter.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;connectionfactory-interface>com.wombat.ConnectionFactory&#xD;&#xA; &lt;/connectionfactory-interface>&#xD;&#xA;&#xD;&#xA; OR&#xD;&#xA;&#xD;&#xA; &lt;connectionfactory-interface>javax.resource.cci.ConnectionFactory&#xD;&#xA; &lt;/connectionfactory-interface>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactoryImplClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element connectionfactory-impl-class specifies&#xD;&#xA; the fully qualified name of the ConnectionFactory&#xD;&#xA; class that implements resource adapter&#xD;&#xA; specific ConnectionFactory interface.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; &lt;connectionfactory-impl-class>com.wombat.ConnectionFactoryImpl&#xD;&#xA; &lt;/connectionfactory-impl-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The connection-interface element specifies the fully&#xD;&#xA; qualified name of the Connection interface supported&#xD;&#xA; by the resource adapter.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; &lt;connection-interface>javax.resource.cci.Connection&#xD;&#xA; &lt;/connection-interface>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionImplClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The connection-impl-classType specifies the fully&#xD;&#xA; qualified name of the Connection class that&#xD;&#xA; implements resource adapter specific Connection&#xD;&#xA; interface. It is used by the connection-impl-class&#xD;&#xA; elements.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; &lt;connection-impl-class>com.wombat.ConnectionImpl&#xD;&#xA; &lt;/connection-impl-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configProperties" upperBound="-1" eType="#//ConfigProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdminObject" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The adminobjectType specifies information about an&#xD;&#xA;administered object. Administered objects are specific to a&#xD;&#xA;messaging style or message provider. This contains&#xD;&#xA;information on the Java type of the interface implemented by&#xD;&#xA;an administered object, its Java class name and its&#xD;&#xA;configuration properties."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adminObjectInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element adminobject-interface specifies the&#xD;&#xA; fully qualified name of the Java type of the&#xD;&#xA; interface implemented by an administered object.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;adminobject-interface>javax.jms.Destination&#xD;&#xA; &lt;/adminobject-interface>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adminObjectClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element adminobject-class specifies the fully&#xD;&#xA; qualified Java class name of an administered object.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;adminobject-class>com.wombat.DestinationImpl&#xD;&#xA; &lt;/adminobject-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configProperties" upperBound="-1" eType="#//ConfigProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageListener" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The messagelistenerType specifies information about a&#xD;&#xA;specific message listener supported by the messaging&#xD;&#xA;resource adapter. It contains information on the Java type&#xD;&#xA;of the message listener interface and an activation&#xD;&#xA;specification."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageListenerType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element messagelistener-type specifies the fully&#xD;&#xA; qualified name of the Java type of a message&#xD;&#xA; listener interface.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; &lt;messagelistener-type>javax.jms.MessageListener&#xD;&#xA; &lt;/messagelistener-type>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="activationSpec" lowerBound="1" eType="#//ActivationSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivationSpec" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The activationspecType specifies an activation&#xD;&#xA;specification. The information includes fully qualified&#xD;&#xA;Java class name of an activation specification and a set of&#xD;&#xA;required configuration property names."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activationSpecClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element activationspec-class specifies the fully&#xD;&#xA; qualified Java class name of the activation&#xD;&#xA; specification class. This class must implement the&#xD;&#xA; javax.resource.spi.ActivationSpec interface. The&#xD;&#xA; implementation of this class is required to be a&#xD;&#xA; JavaBean.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;activationspec-class>com.wombat.ActivationSpecImpl&#xD;&#xA; &lt;/activationspec-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredConfigProperties" upperBound="-1" eType="#//RequiredConfigPropertyType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredConfigPropertyType" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The required-config-propertyType contains a declaration&#xD;&#xA;of a single configuration property used for specifying a&#xD;&#xA;required configuration property name. It is used&#xD;&#xA;by required-config-property elements.&#xD;&#xA;&#xD;&#xA;Example:&#xD;&#xA;&#xD;&#xA;&lt;required-config-property>Destination&lt;/required-config-property>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/jca.ecore
ecore
jca Connector vendorName specVersion eisType version license resourceAdapter ResourceAdapter managedConnectionFactoryClass connectionFactoryInterface connectionFactoryImplClass connectionInterface connectionImplClass transactionSupport reauthenticationSupport resourceAdapterClass securityPermissions authenticationMechanisms configProperties outboundResourceAdapter inboundResourceAdapter adminObjects AuthenticationMechanism description authenticationMechanism authenticationMechanismType credentialInterface customAuthMechType descriptions AuthenticationMechanismType BasicPassword BasicPassword Kerbv5 Kerbv5 ConfigProperty description name type value descriptions SecurityPermission description specification descriptions License description required descriptions TransactionSupportKind NoTransaction NoTransaction LocalTransaction LocalTransaction XATransaction XATransaction InboundResourceAdapter messageAdapter OutboundResourceAdapter reauthenticationSupport transactionSupport connectionDefinitions authenticationMechanisms MessageAdapter messageListeners ConnectionDefinition managedConnectionFactoryClass connectionFactoryInterface connectionFactoryImplClass connectionInterface connectionImplClass configProperties AdminObject adminObjectInterface adminObjectClass configProperties MessageListener messageListenerType activationSpec ActivationSpec activationSpecClass requiredConfigProperties RequiredConfigPropertyType name descriptions
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.j2ee.jca","nsURI":"jca.xmi","name":"jca","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceAdapter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthenticationMechanism","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AuthenticationMechanismType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigProperty","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityPermission","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransactionSupportKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InboundResourceAdapter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutboundResourceAdapter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageAdapter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionDefinition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdminObject","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageListener","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationSpec","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredConfigPropertyType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vendorName","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specVersion","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eisType","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceAdapter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"managedConnectionFactoryClass","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionFactoryInterface","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionFactoryImplClass","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionInterface","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionImplClass","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"transactionSupport","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"reauthenticationSupport","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceAdapterClass","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"securityPermissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authenticationMechanisms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outboundResourceAdapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inboundResourceAdapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"adminObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authenticationMechanism","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"authenticationMechanismType","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"credentialInterface","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"customAuthMechType","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"name":"BasicPassword","id":72,"value":0,"literal":"BasicPassword","eClass":"EEnumLiteral"},{"name":"Kerbv5","id":73,"value":1,"literal":"Kerbv5","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"NoTransaction","id":99,"value":0,"literal":"NoTransaction","eClass":"EEnumLiteral"},{"name":"LocalTransaction","id":100,"value":1,"literal":"LocalTransaction","eClass":"EEnumLiteral"},{"name":"XATransaction","id":101,"value":2,"literal":"XATransaction","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageAdapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"reauthenticationSupport","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"transactionSupport","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectionDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authenticationMechanisms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageListeners","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"managedConnectionFactoryClass","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionFactoryInterface","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionFactoryImplClass","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionInterface","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionImplClass","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adminObjectInterface","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adminObjectClass","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageListenerType","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activationSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activationSpecClass","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredConfigProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":17,"target":24},{"source":17,"target":1},{"source":18,"target":25},{"source":18,"target":1},{"source":19,"target":26},{"source":19,"target":1},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":7},{"source":21,"target":28},{"source":21,"target":1},{"source":28,"target":7},{"source":22,"target":2},{"source":22,"target":29},{"source":22,"target":1},{"source":29,"target":2},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":30,"target":45},{"source":30,"target":2},{"source":31,"target":46},{"source":31,"target":2},{"source":32,"target":47},{"source":32,"target":2},{"source":33,"target":48},{"source":33,"target":2},{"source":34,"target":49},{"source":34,"target":2},{"source":35,"target":8},{"source":35,"target":50},{"source":35,"target":2},{"source":50,"target":8},{"source":36,"target":51},{"source":36,"target":2},{"source":37,"target":52},{"source":37,"target":2},{"source":38,"target":6},{"source":38,"target":53},{"source":38,"target":2},{"source":53,"target":6},{"source":39,"target":3},{"source":39,"target":54},{"source":39,"target":2},{"source":54,"target":3},{"source":40,"target":5},{"source":40,"target":55},{"source":40,"target":2},{"source":55,"target":5},{"source":41,"target":10},{"source":41,"target":56},{"source":41,"target":2},{"source":56,"target":10},{"source":42,"target":9},{"source":42,"target":57},{"source":42,"target":2},{"source":57,"target":9},{"source":43,"target":13},{"source":43,"target":58},{"source":43,"target":2},{"source":58,"target":13},{"source":3,"target":0},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":59,"target":66},{"source":59,"target":3},{"source":60,"target":67},{"source":60,"target":3},{"source":61,"target":4},{"source":61,"target":68},{"source":61,"target":3},{"source":68,"target":4},{"source":62,"target":69},{"source":62,"target":3},{"source":63,"target":70},{"source":63,"target":3},{"source":64,"target":71},{"source":64,"target":3},{"source":4,"target":0},{"source":4,"target":72},{"source":4,"target":73},{"source":72,"target":4},{"source":73,"target":4},{"source":5,"target":0},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":74,"target":80},{"source":74,"target":5},{"source":75,"target":81},{"source":75,"target":5},{"source":76,"target":82},{"source":76,"target":5},{"source":77,"target":83},{"source":77,"target":5},{"source":78,"target":84},{"source":78,"target":5},{"source":6,"target":0},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":85,"target":89},{"source":85,"target":6},{"source":86,"target":90},{"source":86,"target":6},{"source":87,"target":91},{"source":87,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":92,"target":96},{"source":92,"target":7},{"source":93,"target":97},{"source":93,"target":7},{"source":94,"target":98},{"source":94,"target":7},{"source":8,"target":0},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":99,"target":8},{"source":100,"target":8},{"source":101,"target":8},{"source":9,"target":0},{"source":9,"target":102},{"source":9,"target":103},{"source":102,"target":11},{"source":102,"target":104},{"source":102,"target":9},{"source":104,"target":11},{"source":10,"target":0},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":105,"target":110},{"source":105,"target":10},{"source":106,"target":8},{"source":106,"target":111},{"source":106,"target":10},{"source":111,"target":8},{"source":107,"target":12},{"source":107,"target":112},{"source":107,"target":10},{"source":112,"target":12},{"source":108,"target":3},{"source":108,"target":113},{"source":108,"target":10},{"source":113,"target":3},{"source":11,"target":0},{"source":11,"target":114},{"source":11,"target":115},{"source":114,"target":14},{"source":114,"target":116},{"source":114,"target":11},{"source":116,"target":14},{"source":12,"target":0},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":117,"target":124},{"source":117,"target":12},{"source":118,"target":125},{"source":118,"target":12},{"source":119,"target":126},{"source":119,"target":12},{"source":120,"target":127},{"source":120,"target":12},{"source":121,"target":128},{"source":121,"target":12},{"source":122,"target":5},{"source":122,"target":129},{"source":122,"target":12},{"source":129,"target":5},{"source":13,"target":0},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":130,"target":134},{"source":130,"target":13},{"source":131,"target":135},{"source":131,"target":13},{"source":132,"target":5},{"source":132,"target":136},{"source":132,"target":13},{"source":136,"target":5},{"source":14,"target":0},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":137,"target":140},{"source":137,"target":14},{"source":138,"target":15},{"source":138,"target":141},{"source":138,"target":14},{"source":141,"target":15},{"source":15,"target":0},{"source":15,"target":142},{"source":15,"target":143},{"source":15,"target":144},{"source":142,"target":145},{"source":142,"target":15},{"source":143,"target":16},{"source":143,"target":146},{"source":143,"target":15},{"source":146,"target":16},{"source":16,"target":0},{"source":16,"target":147},{"source":16,"target":148},{"source":16,"target":149},{"source":147,"target":150},{"source":147,"target":16},{"source":148,"target":151},{"source":148,"target":16}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pint" nsURI="http://www.sdu.dk/ffu/pint/Pint" nsPrefix="pint"> <eClassifiers xsi:type="ecore:EClass" name="Intermediary"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"/> <eClassifiers xsi:type="ecore:EClass" name="Capability" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilities" upperBound="-1" eType="#//CapabilityRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="restResource" eType="#//RestResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subRestResource" upperBound="-1" eType="#//CapabilityRestResource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="idType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"/> <eClassifiers xsi:type="ecore:EClass" name="EntityRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityRestResource"> <eStructuralFeatures xsi:type="ecore:EReference" name="restResource" eType="#//RestResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedCapabilityRestResources" upperBound="-1" eType="#//CapabilityRestResource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Endpoint" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restResources" upperBound="-1" eType="#//RestResource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RestResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="httpVerb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="queryParam" upperBound="-1" eType="#//QueryParam" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="httpBody" eType="#//HttpBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryParam"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleType"> <eStructuralFeatures xsi:type="ecore:EReference" name="roleRefs" eType="#//RoleRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RolePolicy" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//RoleType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restResource" eType="#//RestResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="require" eType="#//RoleRequire" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPolicy" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="require" eType="#//Require" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restResource" eType="#//RestResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Require"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirement" eType="#//Proposition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleRequire"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirement" eType="#//Proposition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proposition"/> <eClassifiers xsi:type="ecore:EClass" name="Comparison" eSuperTypes="#//Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//RelationalOp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalOp"/> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="logicExp" eType="#//Proposition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateComparison" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//DateExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//DateExp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateExp"/> <eClassifiers xsi:type="ecore:EClass" name="EntityProperty" eSuperTypes="#//Expression #//DateExp #//StringValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="entityPropertyRef" eType="#//EntityPropertyRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPropertyRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRef" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//EntityPropertyRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringComparison" eSuperTypes="#//Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//StringValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue"/> <eClassifiers xsi:type="ecore:EClass" name="rStringComparison" eSuperTypes="#//Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//rStringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//rStringValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="rStringValue"/> <eClassifiers xsi:type="ecore:EClass" name="StringPrim" eSuperTypes="#//StringValue #//rStringValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bool" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="rComparison" eSuperTypes="#//Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//RelationalOp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HttpBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="jsonElements" upperBound="-1" eType="#//JsonElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JsonElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JsonObject" eSuperTypes="#//JsonElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="jsonElements" upperBound="-1" eType="#//JsonElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KvPair" eSuperTypes="#//JsonElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryParamRef" eSuperTypes="#//StringValue #//rStringValue #//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//QueryParam"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyRef" eSuperTypes="#//StringValue #//rStringValue #//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="jsonRef" eType="#//TreeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TreeElement"/> <eClassifiers xsi:type="ecore:EClass" name="BranchElement" eSuperTypes="#//TreeElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="jsonObjectRef" eType="#//JsonObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//TreeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeafElement" eSuperTypes="#//TreeElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="kvPairRef" eType="#//KvPair"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tString" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="tInt" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="tFloat" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="tBoolean" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="tDate" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="tTime" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Everyone" eSuperTypes="#//RoleType"/> <eClassifiers xsi:type="ecore:EClass" name="OR" eSuperTypes="#//Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Proposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Proposition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AND" eSuperTypes="#//Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Proposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Proposition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelEQ" eSuperTypes="#//RelationalOp"/> <eClassifiers xsi:type="ecore:EClass" name="RelLT" eSuperTypes="#//RelationalOp"/> <eClassifiers xsi:type="ecore:EClass" name="RelGT" eSuperTypes="#//RelationalOp"/> <eClassifiers xsi:type="ecore:EClass" name="RelLTE" eSuperTypes="#//RelationalOp"/> <eClassifiers xsi:type="ecore:EClass" name="RelGTE" eSuperTypes="#//RelationalOp"/> <eClassifiers xsi:type="ecore:EClass" name="RelNEQ" eSuperTypes="#//RelationalOp"/> <eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sub" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mul" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="today" eSuperTypes="#//DateExp"/> </ecore:EPackage>
github:ecore:/data/NielsH12/PInt/DSL/model/generated/Pint.ecore
ecore
pint Intermediary elements Element Capability capabilities CapabilityRule restResource subRestResource Entity name uri idType idName properties Property type name Type EntityRef ref CapabilityRestResource restResource nestedCapabilityRestResources Endpoint name uri restResources RestResource name path httpVerb product queryParam httpBody QueryParam name type RoleType roleRefs RoleRef ref Role name RolePolicy role restResource require EntityPolicy entity require restResource Require requirement RoleRequire requirement Proposition Comparison left op right RelationalOp Expression logicExp DateComparison left right DateExp EntityProperty entityPropertyRef EntityPropertyRef propertyRef ref IntExp value StringComparison left right StringValue rStringComparison left right rStringValue StringPrim value Bool bool rComparison left op right HttpBody jsonElements JsonElement name JsonObject jsonElements KvPair type QueryParamRef ref BodyRef jsonRef TreeElement BranchElement jsonObjectRef child LeafElement kvPairRef tString tInt tFloat tBoolean tDate tTime Everyone OR left right AND left right RelEQ RelLT RelGT RelLTE RelGTE RelNEQ Add left right Sub left right Mul left right Div left right today
null
{"directed":true,"nodes":[{"nsPrefix":"pint","nsURI":"http://www.sdu.dk/ffu/pint/Pint","name":"pint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intermediary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityRule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityRef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityRestResource","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Endpoint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestResource","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryParam","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RolePolicy","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPolicy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Require","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRequire","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalOp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateComparison","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateExp","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityProperty","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPropertyRef","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntExp","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringComparison","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rStringComparison","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rStringValue","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringPrim","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rComparison","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HttpBody","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JsonElement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JsonObject","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KvPair","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryParamRef","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyRef","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeElement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchElement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeafElement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tString","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tInt","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tFloat","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tBoolean","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tDate","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tTime","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Everyone","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OR","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelEQ","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelLT","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelGT","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelLTE","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelGTE","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelNEQ","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sub","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mul","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"today","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"capabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subRestResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idName","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedCapabilityRestResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"httpVerb","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"httpBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"require","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"require","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entityPropertyRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bool","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jsonElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jsonElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jsonRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"jsonObjectRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kvPairRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":1,"target":0},{"source":1,"target":65},{"source":65,"target":2},{"source":65,"target":66},{"source":65,"target":1},{"source":66,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":67},{"source":3,"target":68},{"source":67,"target":4},{"source":67,"target":69},{"source":67,"target":3},{"source":69,"target":4},{"source":68,"target":2},{"source":4,"target":0},{"source":4,"target":70},{"source":4,"target":71},{"source":70,"target":11},{"source":70,"target":72},{"source":70,"target":4},{"source":72,"target":11},{"source":71,"target":9},{"source":71,"target":73},{"source":71,"target":4},{"source":73,"target":9},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":74,"target":80},{"source":74,"target":5},{"source":75,"target":81},{"source":75,"target":5},{"source":76,"target":7},{"source":76,"target":82},{"source":76,"target":5},{"source":82,"target":7},{"source":77,"target":83},{"source":77,"target":5},{"source":78,"target":6},{"source":78,"target":84},{"source":78,"target":5},{"source":84,"target":6},{"source":79,"target":2},{"source":6,"target":0},{"source":6,"target":85},{"source":6,"target":86},{"source":85,"target":87},{"source":85,"target":6},{"source":86,"target":88},{"source":86,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":89},{"source":89,"target":5},{"source":89,"target":90},{"source":89,"target":8},{"source":90,"target":5},{"source":9,"target":0},{"source":9,"target":91},{"source":9,"target":92},{"source":91,"target":11},{"source":91,"target":93},{"source":91,"target":9},{"source":93,"target":11},{"source":92,"target":9},{"source":92,"target":94},{"source":92,"target":9},{"source":94,"target":9},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":95,"target":99},{"source":95,"target":10},{"source":96,"target":100},{"source":96,"target":10},{"source":97,"target":11},{"source":97,"target":101},{"source":97,"target":10},{"source":101,"target":11},{"source":98,"target":2},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":106},{"source":11,"target":107},{"source":102,"target":108},{"source":102,"target":11},{"source":103,"target":109},{"source":103,"target":11},{"source":104,"target":110},{"source":104,"target":11},{"source":105,"target":111},{"source":105,"target":11},{"source":106,"target":12},{"source":106,"target":112},{"source":106,"target":11},{"source":112,"target":12},{"source":107,"target":36},{"source":107,"target":113},{"source":107,"target":11},{"source":113,"target":36},{"source":12,"target":0},{"source":12,"target":114},{"source":12,"target":115},{"source":114,"target":116},{"source":114,"target":12},{"source":115,"target":117},{"source":115,"target":12},{"source":13,"target":0},{"source":13,"target":118},{"source":118,"target":14},{"source":118,"target":119},{"source":118,"target":13},{"source":119,"target":14},{"source":14,"target":0},{"source":14,"target":120},{"source":120,"target":15},{"source":120,"target":121},{"source":120,"target":14},{"source":121,"target":15},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":122},{"source":15,"target":123},{"source":122,"target":124},{"source":122,"target":15},{"source":123,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":125},{"source":16,"target":126},{"source":16,"target":127},{"source":16,"target":128},{"source":125,"target":13},{"source":125,"target":129},{"source":125,"target":16},{"source":129,"target":13},{"source":126,"target":11},{"source":126,"target":130},{"source":126,"target":16},{"source":130,"target":11},{"source":127,"target":19},{"source":127,"target":131},{"source":127,"target":16},{"source":131,"target":19},{"source":128,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":17,"target":135},{"source":132,"target":5},{"source":132,"target":136},{"source":132,"target":17},{"source":136,"target":5},{"source":133,"target":18},{"source":133,"target":137},{"source":133,"target":17},{"source":137,"target":18},{"source":134,"target":11},{"source":134,"target":138},{"source":134,"target":17},{"source":138,"target":11},{"source":135,"target":2},{"source":18,"target":0},{"source":18,"target":139},{"source":139,"target":20},{"source":139,"target":140},{"source":139,"target":18},{"source":140,"target":20},{"source":19,"target":0},{"source":19,"target":141},{"source":141,"target":20},{"source":141,"target":142},{"source":141,"target":19},{"source":142,"target":20},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":143},{"source":21,"target":144},{"source":21,"target":145},{"source":21,"target":146},{"source":143,"target":23},{"source":143,"target":147},{"source":143,"target":21},{"source":147,"target":23},{"source":144,"target":22},{"source":144,"target":148},{"source":144,"target":21},{"source":148,"target":22},{"source":145,"target":23},{"source":145,"target":149},{"source":145,"target":21},{"source":149,"target":23},{"source":146,"target":20},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":150},{"source":150,"target":20},{"source":150,"target":151},{"source":150,"target":23},{"source":151,"target":20},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":152},{"source":24,"target":153},{"source":24,"target":154},{"source":152,"target":25},{"source":152,"target":155},{"source":152,"target":24},{"source":155,"target":25},{"source":153,"target":25},{"source":153,"target":156},{"source":153,"target":24},{"source":156,"target":25},{"source":154,"target":23},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":25},{"source":26,"target":30},{"source":26,"target":157},{"source":26,"target":158},{"source":26,"target":159},{"source":26,"target":160},{"source":157,"target":27},{"source":157,"target":161},{"source":157,"target":26},{"source":161,"target":27},{"source":158,"target":23},{"source":159,"target":25},{"source":160,"target":30},{"source":27,"target":0},{"source":27,"target":162},{"source":27,"target":163},{"source":162,"target":6},{"source":162,"target":164},{"source":162,"target":27},{"source":164,"target":6},{"source":163,"target":27},{"source":163,"target":165},{"source":163,"target":27},{"source":165,"target":27},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":166},{"source":28,"target":167},{"source":166,"target":168},{"source":166,"target":28},{"source":167,"target":23},{"source":29,"target":0},{"source":29,"target":20},{"source":29,"target":169},{"source":29,"target":170},{"source":29,"target":171},{"source":169,"target":30},{"source":169,"target":172},{"source":169,"target":29},{"source":172,"target":30},{"source":170,"target":30},{"source":170,"target":173},{"source":170,"target":29},{"source":173,"target":30},{"source":171,"target":20},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":20},{"source":31,"target":174},{"source":31,"target":175},{"source":31,"target":176},{"source":174,"target":32},{"source":174,"target":177},{"source":174,"target":31},{"source":177,"target":32},{"source":175,"target":32},{"source":175,"target":178},{"source":175,"target":31},{"source":178,"target":32},{"source":176,"target":20},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":32},{"source":33,"target":179},{"source":33,"target":180},{"source":33,"target":181},{"source":179,"target":182},{"source":179,"target":33},{"source":180,"target":30},{"source":181,"target":32},{"source":34,"target":0},{"source":34,"target":23},{"source":34,"target":183},{"source":34,"target":184},{"source":183,"target":185},{"source":183,"target":34},{"source":184,"target":23},{"source":35,"target":0},{"source":35,"target":20},{"source":35,"target":186},{"source":35,"target":187},{"source":35,"target":188},{"source":35,"target":189},{"source":186,"target":23},{"source":186,"target":190},{"source":186,"target":35},{"source":190,"target":23},{"source":187,"target":22},{"source":187,"target":191},{"source":187,"target":35},{"source":191,"target":22},{"source":188,"target":23},{"source":188,"target":192},{"source":188,"target":35},{"source":192,"target":23},{"source":189,"target":20},{"source":36,"target":0},{"source":36,"target":193},{"source":193,"target":37},{"source":193,"target":194},{"source":193,"target":36},{"source":194,"target":37},{"source":37,"target":0},{"source":37,"target":195},{"source":195,"target":196},{"source":195,"target":37},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":197},{"source":38,"target":198},{"source":197,"target":37},{"source":197,"target":199},{"source":197,"target":38},{"source":199,"target":37},{"source":198,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":200},{"source":39,"target":201},{"source":200,"target":202},{"source":200,"target":39},{"source":201,"target":37},{"source":40,"target":0},{"source":40,"target":30},{"source":40,"target":32},{"source":40,"target":23},{"source":40,"target":203},{"source":40,"target":204},{"source":40,"target":205},{"source":40,"target":206},{"source":203,"target":12},{"source":203,"target":207},{"source":203,"target":40},{"source":207,"target":12},{"source":204,"target":30},{"source":205,"target":32},{"source":206,"target":23},{"source":41,"target":0},{"source":41,"target":30},{"source":41,"target":32},{"source":41,"target":23},{"source":41,"target":208},{"source":41,"target":209},{"source":41,"target":210},{"source":41,"target":211},{"source":208,"target":42},{"source":208,"target":212},{"source":208,"target":41},{"source":212,"target":42},{"source":209,"target":30},{"source":210,"target":32},{"source":211,"target":23},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":213},{"source":43,"target":214},{"source":43,"target":215},{"source":213,"target":38},{"source":213,"target":216},{"source":213,"target":43},{"source":216,"target":38},{"source":214,"target":42},{"source":214,"target":217},{"source":214,"target":43},{"source":217,"target":42},{"source":215,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":218},{"source":44,"target":219},{"source":218,"target":39},{"source":218,"target":220},{"source":218,"target":44},{"source":220,"target":39},{"source":219,"target":42},{"source":45,"target":0},{"source":45,"target":7},{"source":45,"target":221},{"source":221,"target":7},{"source":46,"target":0},{"source":46,"target":7},{"source":46,"target":222},{"source":222,"target":7},{"source":47,"target":0},{"source":47,"target":7},{"source":47,"target":223},{"source":223,"target":7},{"source":48,"target":0},{"source":48,"target":7},{"source":48,"target":224},{"source":224,"target":7},{"source":49,"target":0},{"source":49,"target":7},{"source":49,"target":225},{"source":225,"target":7},{"source":50,"target":0},{"source":50,"target":7},{"source":50,"target":226},{"source":226,"target":7},{"source":51,"target":0},{"source":51,"target":13},{"source":51,"target":227},{"source":227,"target":13},{"source":52,"target":0},{"source":52,"target":20},{"source":52,"target":228},{"source":52,"target":229},{"source":52,"target":230},{"source":228,"target":20},{"source":228,"target":231},{"source":228,"target":52},{"source":231,"target":20},{"source":229,"target":20},{"source":229,"target":232},{"source":229,"target":52},{"source":232,"target":20},{"source":230,"target":20},{"source":53,"target":0},{"source":53,"target":20},{"source":53,"target":233},{"source":53,"target":234},{"source":53,"target":235},{"source":233,"target":20},{"source":233,"target":236},{"source":233,"target":53},{"source":236,"target":20},{"source":234,"target":20},{"source":234,"target":237},{"source":234,"target":53},{"source":237,"target":20},{"source":235,"target":20},{"source":54,"target":0},{"source":54,"target":22},{"source":54,"target":238},{"source":238,"target":22},{"source":55,"target":0},{"source":55,"target":22},{"source":55,"target":239},{"source":239,"target":22},{"source":56,"target":0},{"source":56,"target":22},{"source":56,"target":240},{"source":240,"target":22},{"source":57,"target":0},{"source":57,"target":22},{"source":57,"target":241},{"source":241,"target":22},{"source":58,"target":0},{"source":58,"target":22},{"source":58,"target":242},{"source":242,"target":22},{"source":59,"target":0},{"source":59,"target":22},{"source":59,"target":243},{"source":243,"target":22},{"source":60,"target":0},{"source":60,"target":23},{"source":60,"target":244},{"source":60,"target":245},{"source":60,"target":246},{"source":244,"target":23},{"source":244,"target":247},{"source":244,"target":60},{"source":247,"target":23},{"source":245,"target":23},{"source":245,"target":248},{"source":245,"target":60},{"source":248,"target":23},{"source":246,"target":23},{"source":61,"target":0},{"source":61,"target":23},{"source":61,"target":249},{"source":61,"target":250},{"source":61,"target":251},{"source":249,"target":23},{"source":249,"target":252},{"source":249,"target":61},{"source":252,"target":23},{"source":250,"target":23},{"source":250,"target":253},{"source":250,"target":61},{"source":253,"target":23},{"source":251,"target":23},{"source":62,"target":0},{"source":62,"target":23},{"source":62,"target":254},{"source":62,"target":255},{"source":62,"target":256},{"source":254,"target":23},{"source":254,"target":257},{"source":254,"target":62},{"source":257,"target":23},{"source":255,"target":23},{"source":255,"target":258},{"source":255,"target":62},{"source":258,"target":23},{"source":256,"target":23},{"source":63,"target":0},{"source":63,"target":23},{"source":63,"target":259},{"source":63,"target":260},{"source":63,"target":261},{"source":259,"target":23},{"source":259,"target":262},{"source":259,"target":63},{"source":262,"target":23},{"source":260,"target":23},{"source":260,"target":263},{"source":260,"target":63},{"source":263,"target":23},{"source":261,"target":23},{"source":64,"target":0},{"source":64,"target":25},{"source":64,"target":264},{"source":264,"target":25}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="isabelle" nsURI="http://org/ai4fm/proofprocess/isabelle/v1.0.0.12" nsPrefix="isabelle"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="conversionDelegates" value="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DisplayTerm" abstract="true" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="display" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarkupTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleXML"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleXML" instanceClassName="isabelle.XML.Tree"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsaTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleTerm"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleTerm" instanceClassName="isabelle.Term.Term"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTerm" eSuperTypes="#//NameTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insts" upperBound="-1" eType="#//Inst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inst"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleTrace" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="command" lowerBound="1" eType="#//IsabelleCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpLemmas" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//NamedTermTree" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleCommand" eSuperTypes="#//NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssumptionTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JudgementTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="assms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goal" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.12.ecore#//Term" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/andriusvelykis/proofprocess/org.ai4fm.proofprocess.isabelle/model/history/IsabelleProofProcess-v1.0.0.12.ecore
ecore
isabelle DisplayTerm display MarkupTerm term IsabelleXML isabelle.XML.Tree isabelle.XML.Tree IsaTerm term IsabelleTerm isabelle.Term.Term isabelle.Term.Term NameTerm name NamedTerm term InstTerm term insts Inst name index 0 term IsabelleTrace command simpLemmas NamedTermTree name terms branches IsabelleCommand source AssumptionTerm term JudgementTerm assms goal
null
{"directed":true,"nodes":[{"nsPrefix":"isabelle","nsURI":"http://org/ai4fm/proofprocess/isabelle/v1.0.0.12","name":"isabelle","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayTerm","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkupTerm","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.XML.Tree","defaultValue":null,"instanceClassName":"isabelle.XML.Tree","name":"IsabelleXML","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsaTerm","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.Term.Term","defaultValue":null,"instanceClassName":"isabelle.Term.Term","name":"IsabelleTerm","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameTerm","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTerm","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstTerm","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleTrace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTermTree","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleCommand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssumptionTerm","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JudgementTerm","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"display","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpLemmas","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":3},{"source":19,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":5},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":5},{"source":22,"target":1},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":24},{"source":6,"target":25},{"source":24,"target":26},{"source":24,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":27},{"source":7,"target":28},{"source":27,"target":29},{"source":27,"target":7},{"source":28,"target":6},{"source":8,"target":0},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":30,"target":33},{"source":30,"target":8},{"source":31,"target":9},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":9},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":38},{"source":35,"target":9},{"source":36,"target":39},{"source":36,"target":9},{"source":37,"target":40},{"source":37,"target":9},{"source":10,"target":0},{"source":10,"target":41},{"source":10,"target":42},{"source":10,"target":43},{"source":41,"target":12},{"source":41,"target":44},{"source":41,"target":10},{"source":44,"target":12},{"source":42,"target":45},{"source":42,"target":10},{"source":11,"target":0},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":46,"target":49},{"source":46,"target":11},{"source":47,"target":50},{"source":47,"target":11},{"source":48,"target":11},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":53,"target":11},{"source":13,"target":0},{"source":13,"target":55},{"source":13,"target":56},{"source":55,"target":57},{"source":55,"target":13},{"source":14,"target":0},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":58,"target":61},{"source":58,"target":14},{"source":59,"target":62},{"source":59,"target":14}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="btsmodel" nsURI="http://btsmodel/1.0" nsPrefix="btsmodel"> <eClassifiers xsi:type="ecore:EClass" name="AdministrativDataObject" abstract="true" eSuperTypes="#//BTSObservableObject #//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This object is the basic object with administrativ data allowing to track revisions,&#xD;&#xA;status, revisionState and visibility."/> </eAnnotations> <eOperations name="addRevision"> <eParameters name="revision" eType="#//BTSRevision"/> </eOperations> <eOperations name="addRevision"> <eParameters name="rev" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="userId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getRevision" eType="#//BTSRevision"> <eParameters name="revisionIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getLastRevision" eType="#//BTSRevision"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSObject" abstract="true" eSuperTypes="#//AdministrativDataObject #//BTSDBBaseObject #//BTSNamedTypedObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel" references="#//BTSObject"> <details key="documentation" value="This is the basic managed object in BTS.&#xD;&#xA;It has basic properties such as name, type etc.&#xD;&#xA;It also has typed relations.&#xD;&#xA;&#xD;&#xA;All primary objects should extend BTSObject."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//BTSRelation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempSortKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReferences" upperBound="-1" eType="#//BTSExternalReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSUser" eSuperTypes="#//BTSObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel" references="#//BTSUser"> <details key="documentation" value="This is the user-object with user details.&#xD;&#xA;&#xD;&#xA;user credentials such as password should not be persisted in this object."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="contains ids of BTSUserGroup-objects of which this user is a member.&#xD;&#xA;&#xD;&#xA;Used for rights management based on group membership."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sigle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="username - used for authentication."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foreName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="password is transient! It only serves to temporally cache credentials.&#xD;&#xA;&#xD;&#xA;Use secure storage mechanisms to persist password information!"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loggedIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="transient! Used to cache status if user is logged in or not."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbAdmin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Shows whether user is database administrator or not."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSComment" eSuperTypes="#//BTSObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSComment is used for user comments of objects in the BTS.&#xD;&#xA;Users should be able to comment other objects that extend BTSObject.&#xD;&#xA;&#xD;&#xA;References to BTSComment-objects to commented BTSObject-objects are described as relations -> see BTSObject."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tags" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSInterTextReference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class serves to describe references within a text by refering to the ID of &#xD;&#xA;the starting element and to the ID of the ending element."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="beginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSTranslation" eSuperTypes="#//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSTranslation-objects are used in all places where labels should be translated.&#xD;&#xA;Value holds the actual translation, lang the language code.&#xD;&#xA;type is used if further specification is needed, optional."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSDate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativeRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSRelation" eSuperTypes="#//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSRelation-objects describe relations between BTSObject-objects to objects that extend BTSIdentifiableItem.&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//BTSInterTextReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list parts holds references inside the related object.&#xD;&#xA;&#xD;&#xA;E.g.: A relation references a text-object by referencing its id in objectId. Parts can &#xD;&#xA;then contain references into the text-object itself, e.g. certain words."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="certainty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSConfiguration" eSuperTypes="#//BTSConfig #//BTSObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSConfiguration is the parent object used to hold project configuration.&#xD;&#xA;All configuration details are stored in the children list inherited from BTSConfig."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSDBBaseObject" abstract="true" eSuperTypes="#//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is the superclass of all database object. Each object that can be stored in the database &#xD;&#xA;on its own and is not contained by any other object has to extend this abstract class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_rev" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="holds the id of the revision of the object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="project" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The prefix of the project to which this object belongs. That means also the root path&#xD;&#xA;where the object is stored in the database if the database supports collections."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Transient! Allows to cache locking status information and propagate locking status information to &#xD;&#xA;UI and other top layers."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updaters" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used by rights management.&#xD;&#xA;Holds ids of user objects and usergroups that are allowed to modify the object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readers" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used by rights management.&#xD;&#xA;Holds ids of user objects and usergroups that are allowed to read the object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_deleted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conflictingRevs" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="holds revision ids of revisions which cause conflicts."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dBCollectionKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSRevision" eSuperTypes="#//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSRevision-objects hold information about user revisions.&#xD;&#xA;This includes user id, timestamp when changes were persisted,&#xD;&#xA;revision number."/> </eAnnotations> <eOperations name="toRevisionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSTimespan"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//BTSDate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//BTSDate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSExternalReference" eSuperTypes="#//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSExternalRefernce-objects are used to describe references of BTSObjects&#xD;&#xA;to external identification systems e.g. authority files, repositories etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSReferencableItem" abstract="true" eSuperTypes="#//BTSObject #//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//BTSObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parentId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSTranslations"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSTranslations hold BTSTranslation-objects and provide convenient methods&#xD;&#xA;to set and get Translation-objects by language name."/> </eAnnotations> <eOperations name="getTranslation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setTranslation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="translation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getBTSTranslation" eType="#//BTSTranslation"> <eParameters name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLanguages"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eOperations> <eOperations name="getTranslationStrict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="translations" upperBound="-1" eType="#//BTSTranslation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSConfigItem" eSuperTypes="#//BTSConfig #//BTSObservableObject #//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSConfigItem hold configuration details. They are organized as a tree."/> </eAnnotations> <eOperations name="getOwnerTypesMap" eType="#//StringToStringListMap"/> <eOperations name="clearOwnerTypesMap"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//BTSTranslations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//BTSTranslations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="passportEditorConfig" eType="#//BTSPassportEditorConfig" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//BTSWorkflowRuleItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showWidget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ownerReferencedTypesStringList" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This list of Strings hold information of possible types allowed as owners of this configuration detail and &#xD;&#xA;possible types allowed as referenced object.&#xD;&#xA;&#xD;&#xA;E.g. an object of type 'corpus' may own the relation 'contains' and reference another&#xD;&#xA;object of type 'text'. The string representation should look like: corpus>text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abbreviation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSPassportEditorConfig" eSuperTypes="#//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class contains details fo passportEditor configuration that is configuration of &#xD;&#xA;GUI elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widgetType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowMultiple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="regex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateList" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSUserGroup" eSuperTypes="#//BTSObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="User group are part of rights management system. Users can reference user groups&#xD;&#xA;and be part of user groups and thus inherite the editing rights of the user group."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PropertyChangeSupport" instanceClassName="java.beans.PropertyChangeSupport" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="PropertyChangeListener" instanceClassName="java.beans.PropertyChangeListener" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="PropertyChangeEvent" instanceClassName="java.beans.PropertyChangeEvent" serializable="false"/> <eClassifiers xsi:type="ecore:EClass" name="BTSConfig" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="superclass of configuration treenodes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//BTSConfig" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSObservableObject" abstract="true"> <eOperations name="addPropertyChangeListener"> <eParameters name="propertyChangeListener" eType="#//PropertyChangeListener"/> </eOperations> <eOperations name="removePropertyChangeListener"> <eParameters name="propertyChangeListener" eType="#//PropertyChangeListener"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyChangeSupport" eType="#//PropertyChangeSupport" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSProject" eSuperTypes="#//BTSObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BTSProject is the root container organizing the structure of data in the database&#xD;&#xA;and its distribution on remote databases. A database may contain several projects,&#xD;&#xA;but no project may be distributed over serveral databases (local or remote).&#xD;&#xA;&#xD;&#xA;projects contain information about their database collections and their connection &#xD;&#xA;to a remote database with which they should be synchronized."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dbConnection" eType="#//BTSDBConnection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dbCollections" upperBound="-1" eType="#//BTSProjectDBCollection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSDBConnection" eSuperTypes="#//BTSIdentifiableItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="describes the connection details to connect to a remote database."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="masterServer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSWorkflowRule" eSuperTypes="#//BTSIdentifiableItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="subRules" upperBound="-1" eType="#//BTSWorkflowRuleItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptMessage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ocl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oclSelfObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="denialMessage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSOperator" eSuperTypes="#//BTSWorkflowRuleItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSWorkflowRuleItem" abstract="true" eSuperTypes="#//BTSObservableObject #//BTSIdentifiableItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DBLease" eSuperTypes="#//BTSDBBaseObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="DBLease used to implement locking of objects. Locks are leases with timestamp.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//BTSDBBaseObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="btsUUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSProjectDBCollection" eSuperTypes="#//BTSIdentifiableItem"> <eOperations name="setProperty"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleDescriptions" upperBound="-1" eType="#//BTSDBCollectionRoleDesc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyStrings" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dirty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSIdentifiableItem" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is the superclass of all objects that have an id. This is extended not only &#xD;&#xA;by database objects but also by all other objects that are referencable through&#xD;&#xA;their id."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSDBCollectionRoleDesc" eSuperTypes="#//BTSIdentifiableItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userNames" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userRoles" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cachedChildren" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserActionCounter" eSuperTypes="#//BTSDBBaseObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to record user actions such as selections and provide proposals based on&#xD;&#xA;frequency users select this action."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfLastSelection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="counter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToStringListMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToStringMap" instanceClassName="java.util.Map"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSIDReservationObject" eSuperTypes="#//BTSDBBaseObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="btsUUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTSNamedTypedObject" abstract="true" eSuperTypes="#//BTSIdentifiableItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/cplutte/bts/org.bbaw.bts.model/model/BTSModel.ecore
ecore
btsmodel AdministrativDataObject addRevision revision addRevision rev timestamp userId getRevision revisionIndex getLastRevision state revisionState visibility revisions BTSObject code relations tempSortKey externalReferences BTSUser groupIds sigle description webDescription userName foreName sureName mail webURL comment password loggedIn status dbAdmin BTSComment comment tags BTSInterTextReference beginId endId BTSTranslation value type lang BTSDate type year month day relativeRef BTSRelation objectId type subtype comment parts certainty BTSConfiguration provider BTSDBBaseObject _rev project locked updaters readers _deleted conflictingRevs dBCollectionKey BTSRevision toRevisionString ref userId timeStamp BTSTimespan from to comment BTSExternalReference reference provider type quality BTSReferencableItem comment parent parentId BTSTranslations getTranslation language setTranslation translation language getBTSTranslation lang getLanguages getTranslationStrict language translations BTSConfigItem getOwnerTypesMap clearOwnerTypesMap value label description sortKey ignore passportEditorConfig type subtype rules showWidget ownerReferencedTypesStringList abbreviation BTSPassportEditorConfig widgetType required allowMultiple horizontalWidth regex predicateList BTSUserGroup category comment PropertyChangeSupport java.beans.PropertyChangeSupport java.beans.PropertyChangeSupport PropertyChangeListener java.beans.PropertyChangeListener java.beans.PropertyChangeListener PropertyChangeEvent java.beans.PropertyChangeEvent java.beans.PropertyChangeEvent BTSConfig children BTSObservableObject addPropertyChangeListener propertyChangeListener removePropertyChangeListener propertyChangeListener propertyChangeSupport BTSProject prefix description dbConnection dbCollections BTSDBConnection type masterServer dbPath BTSWorkflowRule subRules actions acceptMessage ocl oclSelfObject denialMessage BTSOperator opperator BTSWorkflowRuleItem priority ignore DBLease path objectId userId timeStamp object active btsUUID BTSProjectDBCollection setProperty key value getProperty key collectionName indexed synchronized roleDescriptions propertyStrings properties dirty BTSIdentifiableItem _id BTSDBCollectionRoleDesc roleName userNames userRoles cachedChildren UserActionCounter dateOfLastSelection counter StringToStringListMap java.util.Map$Entry java.util.Map$Entry key value StringToStringMap java.util.Map java.util.Map key value BTSIDReservationObject btsUUID BTSNamedTypedObject name type sortKey subtype
null
{"directed":true,"nodes":[{"nsPrefix":"btsmodel","nsURI":"http://btsmodel/1.0","name":"btsmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdministrativDataObject","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSUser","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSComment","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSInterTextReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSTranslation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSDate","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSRelation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSConfiguration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSDBBaseObject","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSRevision","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSTimespan","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSExternalReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSReferencableItem","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSTranslations","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSConfigItem","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSPassportEditorConfig","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSUserGroup","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.beans.PropertyChangeSupport","defaultValue":null,"instanceClassName":"java.beans.PropertyChangeSupport","name":"PropertyChangeSupport","instanceClass":"java.beans.PropertyChangeSupport","id":19,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.beans.PropertyChangeListener","defaultValue":null,"instanceClassName":"java.beans.PropertyChangeListener","name":"PropertyChangeListener","instanceClass":"java.beans.PropertyChangeListener","id":20,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.beans.PropertyChangeEvent","defaultValue":null,"instanceClassName":"java.beans.PropertyChangeEvent","name":"PropertyChangeEvent","instanceClass":"java.beans.PropertyChangeEvent","id":21,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSConfig","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSObservableObject","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSProject","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSDBConnection","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSWorkflowRule","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSOperator","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSWorkflowRuleItem","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBLease","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSProjectDBCollection","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSIdentifiableItem","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSDBCollectionRoleDesc","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserActionCounter","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToStringListMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"StringToStringMap","instanceClass":"java.util.Map","abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSIDReservationObject","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTSNamedTypedObject","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"addRevision","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addRevision","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRevision","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLastRevision","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionState","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisions","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"revision","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rev","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timestamp","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"userId","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EParameter"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"revisionIndex","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"tempSortKey","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupIds","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sigle","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"webDescription","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userName","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foreName","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sureName","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mail","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"webURL","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"loggedIn","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbAdmin","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"beginId","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endId","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"day","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativeRef","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectId","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subtype","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"certainty","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_rev","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"project","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"locked","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readers","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_deleted","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"conflictingRevs","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"dBCollectionKey","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRevisionString","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userId","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeStamp","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quality","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parentId","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTranslation","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTranslation","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBTSTranslation","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLanguages","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTranslationStrict","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"translations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"language","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EParameter"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"translation","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"language","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"lang","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"language","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOwnerTypesMap","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clearOwnerTypesMap","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortKey","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ignore","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"passportEditorConfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subtype","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showWidget","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ownerReferencedTypesStringList","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abbreviation","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widgetType","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowMultiple","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalWidth","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"regex","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateList","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPropertyChangeListener","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removePropertyChangeListener","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"propertyChangeSupport","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"propertyChangeListener","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"propertyChangeListener","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":1,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dbConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dbCollections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"masterServer","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbPath","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"acceptMessage","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ocl","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oclSelfObject","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"denialMessage","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opperator","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ignore","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectId","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userId","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeStamp","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"btsUUID","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProperty","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collectionName","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexed","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyStrings","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"dirty","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":341,"many":false,"required":false,"eClass":"EParameter"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_id","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleName","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userNames","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userRoles","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"cachedChildren","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateOfLastSelection","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"counter","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"btsUUID","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortKey","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subtype","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":31},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":38,"target":1},{"source":38,"target":48},{"source":48,"target":11},{"source":48,"target":49},{"source":48,"target":38},{"source":49,"target":11},{"source":39,"target":1},{"source":39,"target":50},{"source":39,"target":51},{"source":39,"target":52},{"source":50,"target":53},{"source":50,"target":39},{"source":51,"target":54},{"source":51,"target":39},{"source":52,"target":55},{"source":52,"target":39},{"source":40,"target":11},{"source":40,"target":56},{"source":40,"target":1},{"source":40,"target":57},{"source":56,"target":11},{"source":57,"target":58},{"source":57,"target":40},{"source":41,"target":11},{"source":41,"target":59},{"source":41,"target":1},{"source":59,"target":11},{"source":42,"target":60},{"source":42,"target":1},{"source":43,"target":61},{"source":43,"target":1},{"source":44,"target":62},{"source":44,"target":1},{"source":45,"target":63},{"source":45,"target":1},{"source":46,"target":23},{"source":47,"target":31},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":10},{"source":2,"target":37},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":64,"target":71},{"source":64,"target":2},{"source":65,"target":8},{"source":65,"target":72},{"source":65,"target":2},{"source":72,"target":8},{"source":66,"target":73},{"source":66,"target":2},{"source":67,"target":13},{"source":67,"target":74},{"source":67,"target":2},{"source":74,"target":13},{"source":68,"target":1},{"source":69,"target":10},{"source":70,"target":37},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":75,"target":90},{"source":75,"target":3},{"source":76,"target":91},{"source":76,"target":3},{"source":77,"target":92},{"source":77,"target":3},{"source":78,"target":93},{"source":78,"target":3},{"source":79,"target":94},{"source":79,"target":3},{"source":80,"target":95},{"source":80,"target":3},{"source":81,"target":96},{"source":81,"target":3},{"source":82,"target":97},{"source":82,"target":3},{"source":83,"target":98},{"source":83,"target":3},{"source":84,"target":99},{"source":84,"target":3},{"source":85,"target":100},{"source":85,"target":3},{"source":86,"target":101},{"source":86,"target":3},{"source":87,"target":102},{"source":87,"target":3},{"source":88,"target":103},{"source":88,"target":3},{"source":89,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":104,"target":107},{"source":104,"target":4},{"source":105,"target":108},{"source":105,"target":4},{"source":106,"target":2},{"source":5,"target":0},{"source":5,"target":109},{"source":5,"target":110},{"source":109,"target":111},{"source":109,"target":5},{"source":110,"target":112},{"source":110,"target":5},{"source":6,"target":0},{"source":6,"target":31},{"source":6,"target":113},{"source":6,"target":114},{"source":6,"target":115},{"source":6,"target":116},{"source":113,"target":117},{"source":113,"target":6},{"source":114,"target":118},{"source":114,"target":6},{"source":115,"target":119},{"source":115,"target":6},{"source":116,"target":31},{"source":7,"target":0},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":7,"target":123},{"source":7,"target":124},{"source":120,"target":125},{"source":120,"target":7},{"source":121,"target":126},{"source":121,"target":7},{"source":122,"target":127},{"source":122,"target":7},{"source":123,"target":128},{"source":123,"target":7},{"source":124,"target":129},{"source":124,"target":7},{"source":8,"target":0},{"source":8,"target":31},{"source":8,"target":130},{"source":8,"target":131},{"source":8,"target":132},{"source":8,"target":133},{"source":8,"target":134},{"source":8,"target":135},{"source":8,"target":136},{"source":130,"target":137},{"source":130,"target":8},{"source":131,"target":138},{"source":131,"target":8},{"source":132,"target":139},{"source":132,"target":8},{"source":133,"target":140},{"source":133,"target":8},{"source":134,"target":5},{"source":134,"target":141},{"source":134,"target":8},{"source":141,"target":5},{"source":135,"target":142},{"source":135,"target":8},{"source":136,"target":31},{"source":9,"target":0},{"source":9,"target":22},{"source":9,"target":2},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":143,"target":146},{"source":143,"target":9},{"source":144,"target":22},{"source":145,"target":2},{"source":10,"target":0},{"source":10,"target":31},{"source":10,"target":147},{"source":10,"target":148},{"source":10,"target":149},{"source":10,"target":150},{"source":10,"target":151},{"source":10,"target":152},{"source":10,"target":153},{"source":10,"target":154},{"source":10,"target":155},{"source":147,"target":156},{"source":147,"target":10},{"source":148,"target":157},{"source":148,"target":10},{"source":149,"target":158},{"source":149,"target":10},{"source":150,"target":159},{"source":150,"target":10},{"source":151,"target":160},{"source":151,"target":10},{"source":152,"target":161},{"source":152,"target":10},{"source":153,"target":162},{"source":153,"target":10},{"source":154,"target":163},{"source":154,"target":10},{"source":155,"target":31},{"source":11,"target":0},{"source":11,"target":31},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":164,"target":169},{"source":164,"target":11},{"source":165,"target":170},{"source":165,"target":11},{"source":166,"target":171},{"source":166,"target":11},{"source":167,"target":172},{"source":167,"target":11},{"source":168,"target":31},{"source":12,"target":0},{"source":12,"target":173},{"source":12,"target":174},{"source":12,"target":175},{"source":173,"target":7},{"source":173,"target":176},{"source":173,"target":12},{"source":176,"target":7},{"source":174,"target":7},{"source":174,"target":177},{"source":174,"target":12},{"source":177,"target":7},{"source":175,"target":178},{"source":175,"target":12},{"source":13,"target":0},{"source":13,"target":31},{"source":13,"target":179},{"source":13,"target":180},{"source":13,"target":181},{"source":13,"target":182},{"source":13,"target":183},{"source":179,"target":184},{"source":179,"target":13},{"source":180,"target":185},{"source":180,"target":13},{"source":181,"target":186},{"source":181,"target":13},{"source":182,"target":187},{"source":182,"target":13},{"source":183,"target":31},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":31},{"source":14,"target":188},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":188,"target":193},{"source":188,"target":14},{"source":189,"target":2},{"source":189,"target":194},{"source":189,"target":14},{"source":194,"target":2},{"source":190,"target":195},{"source":190,"target":14},{"source":191,"target":2},{"source":192,"target":31},{"source":15,"target":0},{"source":15,"target":196},{"source":15,"target":197},{"source":15,"target":198},{"source":15,"target":199},{"source":15,"target":200},{"source":15,"target":201},{"source":196,"target":202},{"source":196,"target":15},{"source":196,"target":203},{"source":203,"target":204},{"source":203,"target":196},{"source":197,"target":205},{"source":197,"target":15},{"source":197,"target":206},{"source":197,"target":207},{"source":206,"target":208},{"source":206,"target":197},{"source":207,"target":209},{"source":207,"target":197},{"source":198,"target":6},{"source":198,"target":210},{"source":198,"target":15},{"source":198,"target":211},{"source":210,"target":6},{"source":211,"target":212},{"source":211,"target":198},{"source":199,"target":213},{"source":199,"target":15},{"source":213,"target":214},{"source":200,"target":215},{"source":200,"target":15},{"source":200,"target":216},{"source":216,"target":217},{"source":216,"target":200},{"source":201,"target":6},{"source":201,"target":218},{"source":201,"target":15},{"source":218,"target":6},{"source":16,"target":0},{"source":16,"target":22},{"source":16,"target":23},{"source":16,"target":31},{"source":16,"target":219},{"source":16,"target":220},{"source":16,"target":221},{"source":16,"target":222},{"source":16,"target":223},{"source":16,"target":224},{"source":16,"target":225},{"source":16,"target":226},{"source":16,"target":227},{"source":16,"target":228},{"source":16,"target":229},{"source":16,"target":230},{"source":16,"target":231},{"source":16,"target":232},{"source":16,"target":233},{"source":16,"target":234},{"source":16,"target":235},{"source":219,"target":34},{"source":219,"target":236},{"source":219,"target":16},{"source":236,"target":34},{"source":220,"target":16},{"source":221,"target":237},{"source":221,"target":16},{"source":222,"target":15},{"source":222,"target":238},{"source":222,"target":16},{"source":238,"target":15},{"source":223,"target":15},{"source":223,"target":239},{"source":223,"target":16},{"source":239,"target":15},{"source":224,"target":240},{"source":224,"target":16},{"source":225,"target":241},{"source":225,"target":16},{"source":226,"target":17},{"source":226,"target":242},{"source":226,"target":16},{"source":242,"target":17},{"source":227,"target":243},{"source":227,"target":16},{"source":228,"target":244},{"source":228,"target":16},{"source":229,"target":28},{"source":229,"target":245},{"source":229,"target":16},{"source":245,"target":28},{"source":230,"target":246},{"source":230,"target":16},{"source":231,"target":247},{"source":231,"target":16},{"source":232,"target":248},{"source":232,"target":16},{"source":233,"target":22},{"source":234,"target":23},{"source":235,"target":31},{"source":17,"target":0},{"source":17,"target":31},{"source":17,"target":249},{"source":17,"target":250},{"source":17,"target":251},{"source":17,"target":252},{"source":17,"target":253},{"source":17,"target":254},{"source":17,"target":255},{"source":249,"target":256},{"source":249,"target":17},{"source":250,"target":257},{"source":250,"target":17},{"source":251,"target":258},{"source":251,"target":17},{"source":252,"target":259},{"source":252,"target":17},{"source":253,"target":260},{"source":253,"target":17},{"source":254,"target":261},{"source":254,"target":17},{"source":255,"target":31},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":262},{"source":18,"target":263},{"source":18,"target":264},{"source":262,"target":265},{"source":262,"target":18},{"source":263,"target":266},{"source":263,"target":18},{"source":264,"target":2},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":267},{"source":267,"target":22},{"source":267,"target":268},{"source":267,"target":22},{"source":268,"target":22},{"source":23,"target":0},{"source":23,"target":269},{"source":23,"target":270},{"source":23,"target":271},{"source":269,"target":23},{"source":269,"target":272},{"source":272,"target":20},{"source":272,"target":273},{"source":272,"target":269},{"source":273,"target":20},{"source":270,"target":23},{"source":270,"target":274},{"source":274,"target":20},{"source":274,"target":275},{"source":274,"target":270},{"source":275,"target":20},{"source":271,"target":19},{"source":271,"target":276},{"source":271,"target":23},{"source":276,"target":19},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":277},{"source":24,"target":278},{"source":24,"target":279},{"source":24,"target":280},{"source":24,"target":281},{"source":277,"target":282},{"source":277,"target":24},{"source":278,"target":283},{"source":278,"target":24},{"source":279,"target":25},{"source":279,"target":284},{"source":279,"target":24},{"source":284,"target":25},{"source":280,"target":30},{"source":280,"target":285},{"source":280,"target":24},{"source":285,"target":30},{"source":281,"target":2},{"source":25,"target":0},{"source":25,"target":31},{"source":25,"target":286},{"source":25,"target":287},{"source":25,"target":288},{"source":25,"target":289},{"source":286,"target":290},{"source":286,"target":25},{"source":287,"target":291},{"source":287,"target":25},{"source":288,"target":292},{"source":288,"target":25},{"source":289,"target":31},{"source":26,"target":0},{"source":26,"target":31},{"source":26,"target":293},{"source":26,"target":294},{"source":26,"target":295},{"source":26,"target":296},{"source":26,"target":297},{"source":26,"target":298},{"source":26,"target":299},{"source":293,"target":28},{"source":293,"target":300},{"source":293,"target":26},{"source":300,"target":28},{"source":294,"target":301},{"source":294,"target":26},{"source":295,"target":302},{"source":295,"target":26},{"source":296,"target":303},{"source":296,"target":26},{"source":297,"target":304},{"source":297,"target":26},{"source":298,"target":305},{"source":298,"target":26},{"source":299,"target":31},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":306},{"source":27,"target":307},{"source":306,"target":308},{"source":306,"target":27},{"source":307,"target":28},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":31},{"source":28,"target":309},{"source":28,"target":310},{"source":28,"target":311},{"source":28,"target":312},{"source":309,"target":313},{"source":309,"target":28},{"source":310,"target":314},{"source":310,"target":28},{"source":311,"target":23},{"source":312,"target":31},{"source":29,"target":0},{"source":29,"target":10},{"source":29,"target":315},{"source":29,"target":316},{"source":29,"target":317},{"source":29,"target":318},{"source":29,"target":319},{"source":29,"target":320},{"source":29,"target":321},{"source":29,"target":322},{"source":315,"target":323},{"source":315,"target":29},{"source":316,"target":324},{"source":316,"target":29},{"source":317,"target":325},{"source":317,"target":29},{"source":318,"target":326},{"source":318,"target":29},{"source":319,"target":10},{"source":319,"target":327},{"source":319,"target":29},{"source":327,"target":10},{"source":320,"target":328},{"source":320,"target":29},{"source":321,"target":329},{"source":321,"target":29},{"source":322,"target":10},{"source":30,"target":0},{"source":30,"target":31},{"source":30,"target":330},{"source":30,"target":331},{"source":30,"target":332},{"source":30,"target":333},{"source":30,"target":334},{"source":30,"target":335},{"source":30,"target":336},{"source":30,"target":337},{"source":30,"target":338},{"source":30,"target":339},{"source":330,"target":30},{"source":330,"target":340},{"source":330,"target":341},{"source":340,"target":342},{"source":340,"target":330},{"source":341,"target":343},{"source":341,"target":330},{"source":331,"target":344},{"source":331,"target":30},{"source":331,"target":345},{"source":345,"target":346},{"source":345,"target":331},{"source":332,"target":347},{"source":332,"target":30},{"source":333,"target":348},{"source":333,"target":30},{"source":334,"target":349},{"source":334,"target":30},{"source":335,"target":32},{"source":335,"target":350},{"source":335,"target":30},{"source":350,"target":32},{"source":336,"target":351},{"source":336,"target":30},{"source":337,"target":352},{"source":337,"target":30},{"source":352,"target":353},{"source":352,"target":354},{"source":338,"target":355},{"source":338,"target":30},{"source":339,"target":31},{"source":31,"target":0},{"source":31,"target":356},{"source":356,"target":357},{"source":356,"target":31},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":358},{"source":32,"target":359},{"source":32,"target":360},{"source":32,"target":361},{"source":32,"target":362},{"source":358,"target":363},{"source":358,"target":32},{"source":359,"target":364},{"source":359,"target":32},{"source":360,"target":365},{"source":360,"target":32},{"source":361,"target":366},{"source":361,"target":32},{"source":362,"target":31},{"source":33,"target":0},{"source":33,"target":10},{"source":33,"target":367},{"source":33,"target":368},{"source":33,"target":369},{"source":367,"target":370},{"source":367,"target":33},{"source":368,"target":371},{"source":368,"target":33},{"source":369,"target":10},{"source":34,"target":0},{"source":34,"target":372},{"source":34,"target":373},{"source":372,"target":374},{"source":372,"target":34},{"source":373,"target":375},{"source":373,"target":34},{"source":375,"target":376},{"source":35,"target":0},{"source":35,"target":377},{"source":35,"target":378},{"source":377,"target":379},{"source":377,"target":35},{"source":378,"target":380},{"source":378,"target":35},{"source":36,"target":0},{"source":36,"target":10},{"source":36,"target":381},{"source":36,"target":382},{"source":381,"target":383},{"source":381,"target":36},{"source":382,"target":10},{"source":37,"target":0},{"source":37,"target":31},{"source":37,"target":384},{"source":37,"target":385},{"source":37,"target":386},{"source":37,"target":387},{"source":37,"target":388},{"source":384,"target":389},{"source":384,"target":37},{"source":385,"target":390},{"source":385,"target":37},{"source":386,"target":391},{"source":386,"target":37},{"source":387,"target":392},{"source":387,"target":37},{"source":388,"target":31}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="isabelle" nsURI="http://org/ai4fm/proofprocess/isabelle/v1.0.0.13" nsPrefix="isabelle"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="conversionDelegates" value="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DisplayTerm" abstract="true" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="display" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarkupTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleXML"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleXML" instanceClassName="isabelle.XML.Tree"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsaTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleTerm"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleTerm" instanceClassName="isabelle.Term.Term"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTerm" eSuperTypes="#//NameTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insts" upperBound="-1" eType="#//Inst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inst"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleTrace" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="command" lowerBound="1" eType="#//IsabelleCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpLemmas" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//NamedTermTree" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleCommand" eSuperTypes="#//NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssumptionTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JudgementTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="assms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goal" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.13.ecore#//Term" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/andriusvelykis/proofprocess/org.ai4fm.proofprocess.isabelle/model/history/IsabelleProofProcess-v1.0.0.13.ecore
ecore
isabelle DisplayTerm display MarkupTerm term IsabelleXML isabelle.XML.Tree isabelle.XML.Tree IsaTerm term IsabelleTerm isabelle.Term.Term isabelle.Term.Term NameTerm name NamedTerm term InstTerm term insts Inst name index 0 term IsabelleTrace command simpLemmas NamedTermTree name terms branches IsabelleCommand source AssumptionTerm term JudgementTerm assms goal
null
{"directed":true,"nodes":[{"nsPrefix":"isabelle","nsURI":"http://org/ai4fm/proofprocess/isabelle/v1.0.0.13","name":"isabelle","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayTerm","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkupTerm","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.XML.Tree","defaultValue":null,"instanceClassName":"isabelle.XML.Tree","name":"IsabelleXML","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsaTerm","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.Term.Term","defaultValue":null,"instanceClassName":"isabelle.Term.Term","name":"IsabelleTerm","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameTerm","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTerm","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstTerm","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleTrace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTermTree","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleCommand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssumptionTerm","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JudgementTerm","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"display","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpLemmas","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":3},{"source":19,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":5},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":5},{"source":22,"target":1},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":24},{"source":6,"target":25},{"source":24,"target":26},{"source":24,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":27},{"source":7,"target":28},{"source":27,"target":29},{"source":27,"target":7},{"source":28,"target":6},{"source":8,"target":0},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":30,"target":33},{"source":30,"target":8},{"source":31,"target":9},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":9},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":38},{"source":35,"target":9},{"source":36,"target":39},{"source":36,"target":9},{"source":37,"target":40},{"source":37,"target":9},{"source":10,"target":0},{"source":10,"target":41},{"source":10,"target":42},{"source":10,"target":43},{"source":41,"target":12},{"source":41,"target":44},{"source":41,"target":10},{"source":44,"target":12},{"source":42,"target":45},{"source":42,"target":10},{"source":11,"target":0},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":46,"target":49},{"source":46,"target":11},{"source":47,"target":50},{"source":47,"target":11},{"source":48,"target":11},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":53,"target":11},{"source":13,"target":0},{"source":13,"target":55},{"source":13,"target":56},{"source":55,"target":57},{"source":55,"target":13},{"source":14,"target":0},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":58,"target":61},{"source":58,"target":14},{"source":59,"target":62},{"source":59,"target":14}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dbModel" nsURI="http://www.ses.com/webAPI/dbModel" nsPrefix="dbModel"> <eClassifiers xsi:type="ecore:EClass" name="WebAPIDatabase" instanceClassName="com.astra.ses.spell.dev.database.interfaces.ISpellDatabase"> <eOperations name="isTelemetryParameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="mnemonic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="isTelecommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="mnemonic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="isSequence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="mnemonic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getTelemetryModel" eType="#//WebAPITelemetryModel"> <eParameters name="mnemonic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getTelecommandModel" eType="#//WebAPITelecommandModel"> <eParameters name="mnemonic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getCalibrationModel" eType="#//WebAPICalibrationModel"> <eParameters name="mnemonic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="databasePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&quot;WebAPI Redis Database&quot;"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&quot;1.0&quot;"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="telemetryParameterNames" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//ECollection"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="telecommandNames" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//ECollection"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calibrationNames" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//ECollection"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="displays" upperBound="-1" eType="#//WebAPIDisplays" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tmModels" upperBound="-1" eType="#//StringToTMMapEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastTMUpdateHash" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastTCUpdateHash" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tcModels" upperBound="-1" eType="#//StringToTCMapEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calibrationModels" upperBound="-1" eType="#//StringToCalMapEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbConnection" eType="#//DatabaseConnection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ECollection" instanceClassName="java.util.Collection"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebAPIDisplays" instanceClassName="com.astra.ses.spell.dev.database.interfaces.ITelemetryDisplayDefinition" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="WebAPITelemetryModel" instanceClassName="com.astra.ses.spell.dev.database.interfaces.ITelemetryParameter" eSuperTypes="#//DatabaseElement"> <eOperations name="addCalibration"> <eParameters name="calibrationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="defaultRepresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="serialize"> <eParameters name="stream" eType="#//DataOutputStream"/> </eOperations> <eOperations name="loadParsed"/> <eOperations name="loadParsed"> <eParameters name="jsonObject" eType="#//JsonObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastUpdateHash" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="measuringUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calibrations" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//ECollection"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="calibration" eType="#//WebAPICalibrationModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultCalibrationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="monitoringChecks" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//ECollection"> <eTypeArguments> <eUpperBound eClassifier="#//MonitoringCheck"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//WebAPIDatabase"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebAPITelecommandModel" instanceClassName="com.astra.ses.spell.dev.database.interfaces.ITelecommand" eSuperTypes="#//DatabaseElement"> <eOperations name="serialize"> <eParameters name="stream" eType="#//DataOutputStream"/> </eOperations> <eOperations name="loadParsed"/> <eOperations name="loadParsed"> <eParameters name="jsonObject" eType="#//JsonObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="critical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//WebAPITelecommandArgument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//WebAPIDatabase"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebAPICalibrationModel" instanceClassName="com.astra.ses.spell.dev.database.interfaces.ICalibration"> <eOperations name="serialize"> <eParameters name="stream" eType="#//DataOutputStream"/> </eOperations> <eOperations name="getCalibrated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="rawValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="isValidValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="engValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="loadParsed"> <eParameters name="jsonObject" eType="#//JsonObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//CalibrationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cachedWebAPIData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validValues" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="internalValidValues" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//WebAPIDatabase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebAPITelecommandArgument" instanceClassName="com.astra.ses.spell.dev.database.interfaces.ITelecommandArgument"> <eOperations name="hasDefaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="loadParsed"> <eParameters name="jsonObject" eType="#//JsonObject"/> </eOperations> <eOperations name="loadParsed"> <eParameters name="jsonObject" eType="#//JsonArray"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ArgumentType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radix" eType="#//Radix"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="units" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calibrated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calibrationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//WebAPIDatabase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calibration" eType="#//WebAPICalibrationModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatabaseElement" instanceClassName="com.astra.ses.spell.dev.database.interfaces.IDatabaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cachedWebAPIData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToTMMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//WebAPITelemetryModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToTCMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//WebAPITelecommandModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToCalMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//WebAPICalibrationModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DatabaseConnection" instanceClassName="com.astra.ses.spell.dev.database.webapi.DatabaseConnection"/> <eClassifiers xsi:type="ecore:EDataType" name="ArgumentType" instanceClassName="com.astra.ses.spell.dev.database.interfaces.ArgumentType"/> <eClassifiers xsi:type="ecore:EDataType" name="MonitoringCheck" instanceClassName="com.astra.ses.spell.dev.database.interfaces.IMonitoringCheck"/> <eClassifiers xsi:type="ecore:EDataType" name="Radix" instanceClassName="com.astra.ses.spell.dev.database.interfaces.Radix"/> <eClassifiers xsi:type="ecore:EDataType" name="DataOutputStream" instanceClassName="java.io.DataOutputStream"/> <eClassifiers xsi:type="ecore:EDataType" name="ValidValueSet" instanceClassName="java.util.LinkedHashSet"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CalibrationType" instanceClassName="com.astra.ses.spell.dev.database.interfaces.CalibrationType"/> <eClassifiers xsi:type="ecore:EDataType" name="JsonObject" instanceClassName="javax.json.JsonObject"/> <eClassifiers xsi:type="ecore:EDataType" name="JsonArray" instanceClassName="javax.json.JsonArray"/> </ecore:EPackage>
github:ecore:/data/CalypsoCubesat/SPELL_Dev_1.4.0_SRC/src/com.astra.ses.spell.dev.database.redis/dbmodel/DBModel.ecore
ecore
dbModel WebAPIDatabase com.astra.ses.spell.dev.database.interfaces.ISpellDatabase com.astra.ses.spell.dev.database.interfaces.ISpellDatabase isTelemetryParameter mnemonic isTelecommand mnemonic isSequence mnemonic getTelemetryModel mnemonic getTelecommandModel mnemonic getCalibrationModel mnemonic databasePath name "WebAPI Redis Database" version "1.0" telemetryParameterNames telecommandNames calibrationNames displays tmModels lastTMUpdateHash -1 lastTCUpdateHash -1 tcModels calibrationModels dbConnection ECollection java.util.Collection java.util.Collection E WebAPIDisplays com.astra.ses.spell.dev.database.interfaces.ITelemetryDisplayDefinition com.astra.ses.spell.dev.database.interfaces.ITelemetryDisplayDefinition WebAPITelemetryModel com.astra.ses.spell.dev.database.interfaces.ITelemetryParameter com.astra.ses.spell.dev.database.interfaces.ITelemetryParameter addCalibration calibrationId defaultRepresentation serialize stream loadParsed loadParsed jsonObject lastUpdateHash measuringUnit calibrations calibration defaultCalibrationId monitoringChecks database loaded false WebAPITelecommandModel com.astra.ses.spell.dev.database.interfaces.ITelecommand com.astra.ses.spell.dev.database.interfaces.ITelecommand serialize stream loadParsed loadParsed jsonObject critical arguments database loaded false WebAPICalibrationModel com.astra.ses.spell.dev.database.interfaces.ICalibration com.astra.ses.spell.dev.database.interfaces.ICalibration serialize stream getCalibrated rawValue isValidValue engValue loadParsed jsonObject type identifier cachedWebAPIData validValues internalValidValues database WebAPITelecommandArgument com.astra.ses.spell.dev.database.interfaces.ITelecommandArgument com.astra.ses.spell.dev.database.interfaces.ITelecommandArgument hasDefaultValue loadParsed jsonObject loadParsed jsonObject description name loaded false type radix units defaultValue calibrated optional calibrationId database calibration DatabaseElement com.astra.ses.spell.dev.database.interfaces.IDatabaseElement com.astra.ses.spell.dev.database.interfaces.IDatabaseElement fullName description name cachedWebAPIData StringToTMMapEntry java.util.Map$Entry java.util.Map$Entry key value StringToTCMapEntry java.util.Map$Entry java.util.Map$Entry key value StringToCalMapEntry java.util.Map$Entry java.util.Map$Entry key value DatabaseConnection com.astra.ses.spell.dev.database.webapi.DatabaseConnection com.astra.ses.spell.dev.database.webapi.DatabaseConnection ArgumentType com.astra.ses.spell.dev.database.interfaces.ArgumentType com.astra.ses.spell.dev.database.interfaces.ArgumentType MonitoringCheck com.astra.ses.spell.dev.database.interfaces.IMonitoringCheck com.astra.ses.spell.dev.database.interfaces.IMonitoringCheck Radix com.astra.ses.spell.dev.database.interfaces.Radix com.astra.ses.spell.dev.database.interfaces.Radix DataOutputStream java.io.DataOutputStream java.io.DataOutputStream ValidValueSet java.util.LinkedHashSet java.util.LinkedHashSet E CalibrationType com.astra.ses.spell.dev.database.interfaces.CalibrationType com.astra.ses.spell.dev.database.interfaces.CalibrationType JsonObject javax.json.JsonObject javax.json.JsonObject JsonArray javax.json.JsonArray javax.json.JsonArray
null
{"directed":true,"nodes":[{"nsPrefix":"dbModel","nsURI":"http://www.ses.com/webAPI/dbModel","name":"dbModel","id":0,"eClass":"EPackage"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.ISpellDatabase","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.ISpellDatabase","name":"WebAPIDatabase","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Collection","defaultValue":null,"instanceClassName":"java.util.Collection","name":"ECollection","instanceClass":"java.util.Collection","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.ITelemetryDisplayDefinition","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.ITelemetryDisplayDefinition","name":"WebAPIDisplays","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.ITelemetryParameter","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.ITelemetryParameter","name":"WebAPITelemetryModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.ITelecommand","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.ITelecommand","name":"WebAPITelecommandModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.ICalibration","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.ICalibration","name":"WebAPICalibrationModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.ITelecommandArgument","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.ITelecommandArgument","name":"WebAPITelecommandArgument","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.IDatabaseElement","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.IDatabaseElement","name":"DatabaseElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToTMMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToTCMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToCalMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.astra.ses.spell.dev.database.webapi.DatabaseConnection","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.webapi.DatabaseConnection","name":"DatabaseConnection","instanceClass":null,"id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.ArgumentType","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.ArgumentType","name":"ArgumentType","instanceClass":null,"id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.IMonitoringCheck","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.IMonitoringCheck","name":"MonitoringCheck","instanceClass":null,"id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.Radix","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.Radix","name":"Radix","instanceClass":null,"id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.io.DataOutputStream","defaultValue":null,"instanceClassName":"java.io.DataOutputStream","name":"DataOutputStream","instanceClass":"java.io.DataOutputStream","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.LinkedHashSet","defaultValue":null,"instanceClassName":"java.util.LinkedHashSet","name":"ValidValueSet","instanceClass":"java.util.LinkedHashSet","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.astra.ses.spell.dev.database.interfaces.CalibrationType","defaultValue":null,"instanceClassName":"com.astra.ses.spell.dev.database.interfaces.CalibrationType","name":"CalibrationType","instanceClass":null,"id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.json.JsonObject","defaultValue":null,"instanceClassName":"javax.json.JsonObject","name":"JsonObject","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.json.JsonArray","defaultValue":null,"instanceClassName":"javax.json.JsonArray","name":"JsonArray","instanceClass":null,"id":20,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTelemetryParameter","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTelecommand","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSequence","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTelemetryModel","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTelecommandModel","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCalibrationModel","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"databasePath","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"WebAPI Redis Database\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"WebAPI Redis Database\"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"1.0\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"1.0\"","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"telemetryParameterNames","changeable":false,"lowerBound":0,"iD":false,"id":30,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"telecommandNames","changeable":false,"lowerBound":0,"iD":false,"id":31,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"calibrationNames","changeable":false,"lowerBound":0,"iD":false,"id":32,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"displays","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tmModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"-1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"lastTMUpdateHash","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"-1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"lastTCUpdateHash","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tcModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calibrationModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbConnection","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mnemonic","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mnemonic","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mnemonic","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mnemonic","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mnemonic","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mnemonic","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"E","id":74,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCalibration","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"serialize","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadParsed","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadParsed","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastUpdateHash","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"measuringUnit","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"calibrations","changeable":false,"lowerBound":0,"iD":false,"id":81,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calibration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultCalibrationId","changeable":false,"lowerBound":0,"iD":false,"id":83,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"monitoringChecks","changeable":false,"lowerBound":0,"iD":false,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"loaded","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"calibrationId","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"defaultRepresentation","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"stream","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"jsonObject","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"serialize","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadParsed","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadParsed","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"critical","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"loaded","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"stream","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"jsonObject","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"serialize","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCalibrated","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValidValue","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadParsed","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cachedWebAPIData","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"validValues","changeable":false,"lowerBound":0,"iD":false,"id":130,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalValidValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"stream","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rawValue","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"engValue","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"jsonObject","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasDefaultValue","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadParsed","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadParsed","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"loaded","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radix","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"calibrated","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"calibrationId","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calibration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"jsonObject","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"jsonObject","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullName","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cachedWebAPIData","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"name":"E","id":201,"eClass":"ETypeParameter"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":21,"target":40},{"source":21,"target":1},{"source":21,"target":41},{"source":41,"target":42},{"source":41,"target":21},{"source":22,"target":43},{"source":22,"target":1},{"source":22,"target":44},{"source":44,"target":45},{"source":44,"target":22},{"source":23,"target":46},{"source":23,"target":1},{"source":23,"target":47},{"source":47,"target":48},{"source":47,"target":23},{"source":24,"target":4},{"source":24,"target":49},{"source":24,"target":1},{"source":24,"target":50},{"source":49,"target":4},{"source":50,"target":51},{"source":50,"target":24},{"source":25,"target":5},{"source":25,"target":52},{"source":25,"target":1},{"source":25,"target":53},{"source":52,"target":5},{"source":53,"target":54},{"source":53,"target":25},{"source":26,"target":6},{"source":26,"target":55},{"source":26,"target":1},{"source":26,"target":56},{"source":55,"target":6},{"source":56,"target":57},{"source":56,"target":26},{"source":27,"target":58},{"source":27,"target":1},{"source":28,"target":59},{"source":28,"target":1},{"source":29,"target":60},{"source":29,"target":1},{"source":30,"target":2},{"source":30,"target":61},{"source":30,"target":1},{"source":61,"target":62},{"source":61,"target":2},{"source":31,"target":2},{"source":31,"target":63},{"source":31,"target":1},{"source":63,"target":64},{"source":63,"target":2},{"source":32,"target":2},{"source":32,"target":65},{"source":32,"target":1},{"source":65,"target":66},{"source":65,"target":2},{"source":33,"target":3},{"source":33,"target":67},{"source":33,"target":1},{"source":67,"target":3},{"source":34,"target":9},{"source":34,"target":68},{"source":34,"target":1},{"source":68,"target":9},{"source":35,"target":69},{"source":35,"target":1},{"source":36,"target":70},{"source":36,"target":1},{"source":37,"target":10},{"source":37,"target":71},{"source":37,"target":1},{"source":71,"target":10},{"source":38,"target":11},{"source":38,"target":72},{"source":38,"target":1},{"source":72,"target":11},{"source":39,"target":12},{"source":39,"target":73},{"source":39,"target":1},{"source":73,"target":12},{"source":2,"target":0},{"source":2,"target":74},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":75,"target":4},{"source":75,"target":88},{"source":75,"target":89},{"source":88,"target":90},{"source":88,"target":75},{"source":89,"target":91},{"source":89,"target":75},{"source":76,"target":4},{"source":76,"target":92},{"source":92,"target":16},{"source":92,"target":93},{"source":92,"target":76},{"source":93,"target":16},{"source":77,"target":4},{"source":78,"target":4},{"source":78,"target":94},{"source":94,"target":19},{"source":94,"target":95},{"source":94,"target":78},{"source":95,"target":19},{"source":79,"target":96},{"source":79,"target":4},{"source":80,"target":97},{"source":80,"target":4},{"source":81,"target":2},{"source":81,"target":98},{"source":81,"target":4},{"source":98,"target":99},{"source":98,"target":2},{"source":82,"target":6},{"source":82,"target":100},{"source":82,"target":4},{"source":100,"target":6},{"source":83,"target":101},{"source":83,"target":4},{"source":84,"target":2},{"source":84,"target":102},{"source":84,"target":4},{"source":102,"target":103},{"source":102,"target":2},{"source":103,"target":104},{"source":104,"target":14},{"source":85,"target":1},{"source":85,"target":105},{"source":85,"target":4},{"source":105,"target":1},{"source":86,"target":106},{"source":86,"target":4},{"source":87,"target":8},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":107,"target":5},{"source":107,"target":115},{"source":115,"target":16},{"source":115,"target":116},{"source":115,"target":107},{"source":116,"target":16},{"source":108,"target":5},{"source":109,"target":5},{"source":109,"target":117},{"source":117,"target":19},{"source":117,"target":118},{"source":117,"target":109},{"source":118,"target":19},{"source":110,"target":119},{"source":110,"target":5},{"source":111,"target":7},{"source":111,"target":120},{"source":111,"target":5},{"source":120,"target":7},{"source":112,"target":1},{"source":112,"target":121},{"source":112,"target":5},{"source":121,"target":1},{"source":113,"target":122},{"source":113,"target":5},{"source":114,"target":8},{"source":6,"target":0},{"source":6,"target":123},{"source":6,"target":124},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":6,"target":132},{"source":123,"target":6},{"source":123,"target":133},{"source":133,"target":16},{"source":133,"target":134},{"source":133,"target":123},{"source":134,"target":16},{"source":124,"target":135},{"source":124,"target":6},{"source":124,"target":136},{"source":136,"target":137},{"source":136,"target":124},{"source":125,"target":138},{"source":125,"target":6},{"source":125,"target":139},{"source":139,"target":140},{"source":139,"target":125},{"source":126,"target":6},{"source":126,"target":141},{"source":141,"target":19},{"source":141,"target":142},{"source":141,"target":126},{"source":142,"target":19},{"source":127,"target":18},{"source":127,"target":143},{"source":127,"target":6},{"source":143,"target":18},{"source":128,"target":144},{"source":128,"target":6},{"source":129,"target":145},{"source":129,"target":6},{"source":130,"target":146},{"source":130,"target":6},{"source":131,"target":147},{"source":131,"target":6},{"source":132,"target":1},{"source":132,"target":148},{"source":132,"target":6},{"source":148,"target":1},{"source":7,"target":0},{"source":7,"target":149},{"source":7,"target":150},{"source":7,"target":151},{"source":7,"target":152},{"source":7,"target":153},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":156},{"source":7,"target":157},{"source":7,"target":158},{"source":7,"target":159},{"source":7,"target":160},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":149,"target":164},{"source":149,"target":7},{"source":150,"target":7},{"source":150,"target":165},{"source":165,"target":19},{"source":165,"target":166},{"source":165,"target":150},{"source":166,"target":19},{"source":151,"target":7},{"source":151,"target":167},{"source":167,"target":20},{"source":167,"target":168},{"source":167,"target":151},{"source":168,"target":20},{"source":152,"target":169},{"source":152,"target":7},{"source":153,"target":170},{"source":153,"target":7},{"source":154,"target":171},{"source":154,"target":7},{"source":155,"target":13},{"source":155,"target":172},{"source":155,"target":7},{"source":172,"target":13},{"source":156,"target":15},{"source":156,"target":173},{"source":156,"target":7},{"source":173,"target":15},{"source":157,"target":174},{"source":157,"target":7},{"source":158,"target":175},{"source":158,"target":7},{"source":159,"target":176},{"source":159,"target":7},{"source":160,"target":177},{"source":160,"target":7},{"source":161,"target":178},{"source":161,"target":7},{"source":162,"target":1},{"source":162,"target":179},{"source":162,"target":7},{"source":179,"target":1},{"source":163,"target":6},{"source":163,"target":180},{"source":163,"target":7},{"source":180,"target":6},{"source":8,"target":0},{"source":8,"target":181},{"source":8,"target":182},{"source":8,"target":183},{"source":8,"target":184},{"source":181,"target":185},{"source":181,"target":8},{"source":182,"target":186},{"source":182,"target":8},{"source":183,"target":187},{"source":183,"target":8},{"source":184,"target":188},{"source":184,"target":8},{"source":9,"target":0},{"source":9,"target":189},{"source":9,"target":190},{"source":189,"target":191},{"source":189,"target":9},{"source":190,"target":4},{"source":190,"target":192},{"source":190,"target":9},{"source":192,"target":4},{"source":10,"target":0},{"source":10,"target":193},{"source":10,"target":194},{"source":193,"target":195},{"source":193,"target":10},{"source":194,"target":5},{"source":194,"target":196},{"source":194,"target":10},{"source":196,"target":5},{"source":11,"target":0},{"source":11,"target":197},{"source":11,"target":198},{"source":197,"target":199},{"source":197,"target":11},{"source":198,"target":6},{"source":198,"target":200},{"source":198,"target":11},{"source":200,"target":6},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":201},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="isabelle" nsURI="http://org/ai4fm/proofprocess/isabelle/v1.0.0.11" nsPrefix="isabelle"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="conversionDelegates" value="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DisplayTerm" abstract="true" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="display" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarkupTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleXML"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleXML" instanceClassName="isabelle.XML.Tree"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsaTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleTerm"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleTerm" instanceClassName="isabelle.Term.Term"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTerm" eSuperTypes="#//NameTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insts" upperBound="-1" eType="#//Inst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inst"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleTrace" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="command" lowerBound="1" eType="#//IsabelleCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpLemmas" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//NamedTermTree" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleCommand" eSuperTypes="#//NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssumptionTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JudgementTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="assms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goal" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.11.ecore#//Term" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/andriusvelykis/proofprocess/org.ai4fm.proofprocess.isabelle/model/history/IsabelleProofProcess-v1.0.0.11.ecore
ecore
isabelle DisplayTerm display MarkupTerm term IsabelleXML isabelle.XML.Tree isabelle.XML.Tree IsaTerm term IsabelleTerm isabelle.Term.Term isabelle.Term.Term NameTerm name NamedTerm term InstTerm term insts Inst name index 0 term IsabelleTrace command simpLemmas NamedTermTree name terms branches IsabelleCommand source AssumptionTerm term JudgementTerm assms goal
null
{"directed":true,"nodes":[{"nsPrefix":"isabelle","nsURI":"http://org/ai4fm/proofprocess/isabelle/v1.0.0.11","name":"isabelle","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayTerm","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkupTerm","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.XML.Tree","defaultValue":null,"instanceClassName":"isabelle.XML.Tree","name":"IsabelleXML","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsaTerm","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.Term.Term","defaultValue":null,"instanceClassName":"isabelle.Term.Term","name":"IsabelleTerm","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameTerm","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTerm","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstTerm","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleTrace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTermTree","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleCommand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssumptionTerm","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JudgementTerm","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"display","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpLemmas","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":3},{"source":19,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":5},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":5},{"source":22,"target":1},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":24},{"source":6,"target":25},{"source":24,"target":26},{"source":24,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":27},{"source":7,"target":28},{"source":27,"target":29},{"source":27,"target":7},{"source":28,"target":6},{"source":8,"target":0},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":30,"target":33},{"source":30,"target":8},{"source":31,"target":9},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":9},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":38},{"source":35,"target":9},{"source":36,"target":39},{"source":36,"target":9},{"source":37,"target":40},{"source":37,"target":9},{"source":10,"target":0},{"source":10,"target":41},{"source":10,"target":42},{"source":10,"target":43},{"source":41,"target":12},{"source":41,"target":44},{"source":41,"target":10},{"source":44,"target":12},{"source":42,"target":45},{"source":42,"target":10},{"source":11,"target":0},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":46,"target":49},{"source":46,"target":11},{"source":47,"target":50},{"source":47,"target":11},{"source":48,"target":11},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":53,"target":11},{"source":13,"target":0},{"source":13,"target":55},{"source":13,"target":56},{"source":55,"target":57},{"source":55,"target":13},{"source":14,"target":0},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":58,"target":61},{"source":58,"target":14},{"source":59,"target":62},{"source":59,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="schema" nsURI="http://www.soluvas.com/schema/story.schema/1.0" nsPrefix="story-schema"> <eClassifiers xsi:type="ecore:EClass" name="StoryType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="name = name of the Story entity Class (including package, if any), relative to the bundle symbolic name."/> </eAnnotations> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//ResourceAware"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NameContainer"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//JavaClassLinked"> <eTypeArguments eClassifier="#//Story"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EClassLinked"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorySchemaCatalog" eSuperTypes="../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//ResourceAware ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//BundleAware ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NsPrefixable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The loader will load two files for each catalog:&#xA;&#xA;1. &lt;catalogName>.StorySchemaCatalog.xmi, declaring the action/target/aggregation/story types, but not the structure.&#xA;2. &lt;catalogName>.ecore. This defines the structure of the types.&#xA;&#xA;The loader will resolve eClass names mentioned in the StorySchemaCatalog inside the related ecore file.&#xA;&#xA;nsPrefix = Used to resolve a TargetType subject types inside ActionType."/> </eAnnotations> <eOperations name="createAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Helper method to create an {@link Action}."/> </eAnnotations> <eGenericType eTypeParameter="#//StorySchemaCatalog/createAction/T"/> <eTypeParameters name="T"> <eBounds eClassifier="#//Action"/> </eTypeParameters> <eParameters name="targetClass"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//StorySchemaCatalog/createAction/T"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="storyTypes" upperBound="-1" eType="#//StoryType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionTypes" upperBound="-1" eType="#//ActionType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregationTypes" upperBound="-1" eType="#//AggregationType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generatedPackageName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to lookup the Java class. e.g. &quot;id.co.bippo.person.story&quot;."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmiUrl" eType="ecore:EDataType ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//URL" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only used at runtime by XmiTracker."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ecoreUrl" eType="ecore:EDataType ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//URL" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only used at runtime by XmiTracker."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only used by XmiTracker."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactory" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EFactory" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only used by XmiTracker."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Before your application can publish actions, you must first define and register Action Types through the Open Graph Tool within the App Dashboard.&#xA;&#xA; Define Action Types for your app&#xA; Utilize Built-In Action Types in your app&#xA; Configure Custom Action Types with default properties&#xA; Define Custom Properties for Custom Action Types&#xA; Utilize Custom Action Types with Built-In Object Types in your app&#xA;&#xA;Define Action Types&#xA;&#xA;To define an Action Type, click on the &quot;Create New Action Type&quot; button in the Dashboard view and enter an action which describes a high-level social action users can do in your app.&#xA;&#xA;&#xA;Start typing the action into the action dialog to get started:&#xA;&#xA;Configure Custom Action Types&#xA;&#xA;Once you have defined the name of a custom action type, you are ready to configure its properties:&#xA;Define Action Type&#xA;&#xA;&#xA; Basic:&#xA; Name field is pre-filled with the action you defined in the initial step. For example: read, bake, run.&#xA; Connected Object Types indicates the object types that this action can act upon. If you have previously defined custom object types for this app, you can add these here. You may also add Built-In Object Types to this list.&#xA; Properties: These are the instance specific properties you can set when you publish an action.&#xA; Any object types that are connected to this action type will be listed first. These are required when publishing an action.&#xA; start_time an optional field specifies a start time for a published action. This is used to control the tense of of the action displayed in the News Feed story. string containing ISO-8601 date-time&#xA; end_time an optional field specifies an end time for a published action. This is used to control the tense of of the action displayed in the News Feed story. string containing ISO-8601 date-time&#xA; expires_in an optional field specifies when a published action will expire. This is used to control the tense of of the action displayed in the News Feed story.&#xA; place an optional field specifies a place for a published action. This is used to set additional location information displayed the News Feed story. Location is an important part of a story that helps convey rich information about the action or event taking place. Open Graph stories that include the place field will be considered for additional News Feed and Timeline distribution. See the Location Tagging documentation for more information.&#xA; tags an optional field specifies one or more Facebook users to tag in a published action. This is used to set additional tagging information displayed in the News Feed story. The information entered should be a comma-separated list of one or more Facebook user ids. Read more information about how to use this field.&#xA; image an optional field specifies the image for a published action. This is used to control the image that is displayed in News Feed and Timeline stories. If no image is specified the image corresponding to the object is displayed. Images that are 200x200px or higher tend to get more distribution through News Feed and Timeline as the stories generated leverage deeper story formats.&#xA; ref an optional field specifies a reference for a published action. This parameter will be associated with your published action and can then be used to track analytics in App Insights.&#xA; message an optional field specifies the message that will be attached to the action when it is displayed in the News Feed story. Read more information about how to use this field.&#xA; Add Custom Property as needed. This allows you to add additional action type properties, allowing you to specify the property type and property rules.&#xA;&#xA;Configure Story Text&#xA;&#xA;&#xA; Tenses Supported: Allows you to select the tenses that will be used in News Feed stories. For example, you may wish to always display stories in present tense, in which case you would select the ''only the present tense'' option.&#xA; Configure Tenses: Configure how the stories will appear in the News Feed. By default, all actions are displayed in the past tense form, unless specified for a period of time in the present tense.&#xA; Past Tense field is pre-filled with an initial past tense action corresponding to your initial action type. You can edit this field. You can also edit the preposition that defines how the News Feed story is displayed. You can preview the various sentences that may be generated using the Sentence Previews box.&#xA; Plural Past Tense field is pre-filled with an initial past tense action corresponding to your initial action when more than one friend is involved. Similar to the Past Tense field, you can make changes and preview them using the 'Sentence Previews` box.&#xA; Present Tense field is pre-filled with an initial present tense action corresponding to your initial action type. You can edit this field. You can also edit the preposition that defines how the News Feed story is displayed. You can preview the various sentences that may be generated using the Sentence Previews box.&#xA; Plural Present Tense field is pre-filled with an initial present tense action corresponding to your initial action when more than one friend is involved. Similar to the Past Tense field, you can make changes and preview them using the Sentence Previews box.&#xA; Imperative Tense field is pre-filled with an initial present tense action corresponding to your initial action type. This field controls the display for action links. You can edit this field. You can preview the various sentences that may be generated using the Sentence Previews box.&#xA; Sentence Previews: The preview box displays the various stories that can be generated for the different tenses. This enables you to see how your stories will appear in News Feed, notifications, Timeline headers, etc. Use this to help you define your tenses. You may have to save the action type at least once for the sentence previews to display.&#xA; Singular Present displays the various stories for an individual actor and a present tense action.&#xA; Plural Present displays the various stories for an multiple actors and a present tense action.&#xA; Singular Past displays the various stories for an individual actor and a past tense action.&#xA; Singular Past displays the various stories for an multiple actors and a past tense action.&#xA; Imperative displays the various stories for an action link.&#xA;&#xA;Configure Story Attachment&#xA;&#xA;&#xA; Attachment Layout: Configure the way the action attachment renders in the News Feed, Ticker (when a user clicks on the one line story), and in Timeline.&#xA; Item select this option for caption next to an image&#xA; Numberselect this option for displaying a number with caption underneath&#xA; Map select this option for map view of your action&#xA; Caption: Create a caption for your story with a combination of text, action and object property values and a simple text template syntax for formatting these property values. See Using Text Templates for details.&#xA; Note: Do not repeat text of the form [user] [action] [object] in the captions, as this will be automatically generated and added to each published Open Graph story.&#xA; Advanced:&#xA; Graph API URL field allows you to set the endpoint URL you will use to call your action. You can only change the action part of this URL. The action is pre-filled with the one you set initially.&#xA; Unique Action field allows you to select whether you will support unique actions or not. By default you will support multiple actions. Only select this option if there can only be one instance of the action -> object pair. For example, a valid use case of this is if a user can only vote once for an entry.&#xA; Requires App Access Token to Publish field specifies if the app secret is required to publish activity. For example, some games want enforce that actions like score or achieve can only be written from the app's servers and can't be written by trapping a normal access token and writing to the graph. To do this, do Graph writes using /{user-id}/{action}?access_token={token} where token is an app access token and the user id is a #. By default an app access_token is not required.&#xA; Geographic Restrictions field allows you to list countries where you either want to show or hide published actions.&#xA; Linked Action field allows you to tie an existing action type to this action type as part of configuring action links.&#xA; Action Link Preview box allows you to view how an action link will be displayed in News Feed or Timeline. This preview is only visible when a Linked Action has been specified.&#xA; Action Link URL field specifies the end point that Facebook will call when a user clicks on an action link. This must be a secure link.&#xA;&#xA;Preview&#xA;&#xA;&#xA;This preview box allows you to see how your action instance story will appear in the News Feed and Timeline.&#xA;&#xA;Define Custom Properties&#xA;&#xA;Custom properties are additional attributes used to describe a custom action instance. Actions, by default, are only visible to a user's friends. Apps can specify a broader (everyone) or narrower (user only) visibility setting for actions generated by the app. Additionally, a user can also edit the action visibility settings on her Timeline. More details on app permissions and settings here.&#xA;&#xA;Custom properties of a custom action are used to store personal and instance-specific data. Examples of custom action instance properties include: Duration for a run action, Score for a game-play action, or Rating for a review action.&#xA;&#xA;A custom property can also be defined to refer to other objects. For example, when a user reviewed a dish, &quot;review&quot; is the action and &quot;dish&quot; is the object. A &quot;restaurant&quot; object can be a custom property associated with the &quot;review&quot; action.&#xA;&#xA;If an image was specified when publishing an action, News Feed will prioritize the action image over the object image.&#xA;Next Steps&#xA;&#xA; Define Objects&#xA; Define Timeline Aggregations&#xA; Publish Actions&#xA; Configure Action Links&#xA;&#xA;Reference: https://developers.facebook.com/docs/technical-guides/opengraph/defining-an-action-type/#define"/> </eAnnotations> <eOperations name="create" eType="#//Action"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Create Action with proper nsPrefix and actionType attributes."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedSubjectTypes" upperBound="-1" eType="ecore:EClass ../../../../../../../org.soluvas.social/src/main/resources/org/soluvas/social/schema.ecore#//TargetType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Connected Object Types indicates the object types that this action can act upon. If you have previously defined custom object types for this app, you can add these here. You may also add Built-In Object Types to this list."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//ActionTypeStatus"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subjectTypes" upperBound="-1" eType="#//TargetTypeRef" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Connected Object Types indicates the object types that this action can act upon. If you have previously defined custom object types for this app, you can add these here. You may also add Built-In Object Types to this list."/> </eAnnotations> </eStructuralFeatures> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NameContainer"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//BundleAware"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//ResourceAware"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//JavaClassLinked"> <eTypeArguments eClassifier="#//Action"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EClassLinked"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EFactoryLinked"/> <eGenericSuperTypes eClassifier="#//ActionLike"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NsPrefixable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Story" instanceClassName="com.soluvas.story.Story"/> <eClassifiers xsi:type="ecore:EDataType" name="Action" instanceClassName="com.soluvas.story.Action"/> <eClassifiers xsi:type="ecore:EClass" name="AggregationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Timeline Aggregations are aggregated stories that are defined by an application to showcase actions and objects on a user's Timeline in a structured and interesting way.&#xA;&#xA;When a user installs an application that publishes back to Open Graph, an Aggregation defined by the application will appear on the user's Timeline based on two key factors:&#xA;&#xA; Data availability - Sufficient actions and objects were published to generate an Aggregation in a given time period.&#xA; Feedback - Calculated based on how engaged users are with the Aggregation on their Timelines, covering both positive actions (liking, commenting, pinning) and negative ones (removing/hiding the aggregation, removing the application that generated the aggregation).&#xA;&#xA;When an application defines multiple aggregations, these may appear on Timeline as Reports. Reports are collections of aggregations and are shown for each time period in which a user has published activity back to the Open Graph. This provides a consistent viewing experience and makes it easier for a user to digest data from an application. When configuring multiple aggregations for an application through the Facebook App Dashboard, ensure that these aggregations are ordered by priority - with the most important aggregation first. When a report is generated for your app, the primary aggregation is in the top position, and the other aggregations (if sufficient data is available to generate these aggregations) are displayed in their respective order in the report.&#xA;&#xA;Here is an example of a Report for a recipe app with 2 aggregated stories with 'Recipes I've Made' as the primary story.&#xA;&#xA;Overview&#xA;&#xA;Within the App Dashboard under Open Graph > Dashboard tab, click on &quot;Create New Aggregation&quot; to get started.&#xA;&#xA;An Aggregation can be configured by the following fields:&#xA;&#xA; Data to Display - Specify whether an Aggregation should surface a user's actions or objects.&#xA; Layout Style - The style of the Aggregation display.&#xA; Sort By - Chooses how the ''Data to Display'' will be ordered in the Aggregation. The current choices are ''Most Recent'', ''Favorite'', and a ''Custom'' selection.&#xA; Aggregation Title - Sets the user-facing title of an Aggregation. Preview any changes through the Timeline Preview box.&#xA; Caption Lines - Sets the caption shown in an Aggregation. A combination of text and syntax from the in-built Text Template language can be used to create the caption.&#xA; Advanced - Provides additional optional aggregation parameters: Group By (not available for Aggregations showing actions) and Filters.&#xA;&#xA;Data to Display&#xA;&#xA;An Aggregation can display any action type or object type that your application has configured.&#xA;&#xA;Object Type&#xA;To configure an Aggregation to show &quot;Most [Action Type] [Object Types]&quot;, such as: &quot;Most Ran Routes&quot;, or &quot;Restaurants Visited Most&quot;, choose the object type (e.g. Route) as the ''Data to Display''. Then, select a connected action type (e.g. Run) as the ''Action Type''.&#xA;&#xA;Such an aggregation in effect does a group by on the Route object and accesses its in-built {count} property, which is the number of times a user has taken the connected action on the object, in this case, the number of times the user has ran on the route.&#xA;&#xA;Action Type&#xA;To configure an Aggregation to show &quot;Most Recent [Action Type]&quot;, such as: &quot;Most Recent Runs&quot; or &quot;Most Recent Books Read&quot;, choose the action type (e.g. Read) as the ''Data to Display''. This aggregation will be able to access individual instances of the chosen action, such as all &quot;Read&quot; actions of the current user published by the app back to Open Graph. The {count} for action-based aggregations will always be 1.&#xA;&#xA;Examples&#xA;Consider a Cookbook app that has the Actions: &quot;Cook&quot;, &quot;Plan to Make&quot; and the Objects: &quot;Recipe&quot;, &quot;Meal&quot;&#xA;&#xA; Configure an aggregation grouped by the &quot;Recipe&quot; object, this gives access to the number of times a connected action occurred for the object. For example, to create a Most Cooked Recipes aggregation, select the &quot;Recipe&quot; object as the ''Data to Display'' and &quot;Cook&quot; as the connected ''Action Type''.&#xA; Configure an aggregation with an action as the ''Data to Display''. For example, setting the &quot;Plan to Make&quot; action as the ''Data to Display'' helps create the Latest Planning to Make aggregation that shows the most recent recipes that the user has taken the &quot;Plan to Make&quot; action on. The configured aggregation could also focus on particular properties of an action. For example, if the &quot;Cook&quot; action had a custom property called &quot;Duration&quot; that tracks how long it takes to cook each time, and if a Longest Cooking aggregation was created, then the &quot;Cook&quot; action is the ''Data to Display'', with a custom ''Sort By'' on the action property called &quot;Duration&quot;. The aggregation will have access to action instance-specific information and properties, which would not be available had the &quot;Recipe&quot; object been the ''Data to Display''.&#xA;&#xA;Layout Style&#xA;&#xA;Layout styles define how your aggregation looks on the user’s Timeline.&#xA;&#xA;The following layout templates, including suggested use-cases, are available for you to choose from:&#xA;&#xA; List: Help highlight a user's recent activity or favorite objects. Lists also have an associated histogram, shaded grey, that will automatically appear for each row displayed in the list.&#xA; Gallery: Help when Object images are meaningful. Example, the cover art for my favorite albums or the course photos from my runs.&#xA; Table: Help highlight a mixture of interesting statistical and qualitative attributes of a user's actions or objects.&#xA; Item: Help highlight a single, interesting action or object with a compelling visual representation. Image size will be 90x90px in Timeline, and 379x284px on App Tabs (if a larger image is provided). To get larger images, you should specify multiply images with your objects and include the height and width attributes. Images with larger sizes will be chosen for the larger format.&#xA; Number: Help highlight a single, meaningful number from a macro view. For example, a user's total miles ran in a time period or the number of restaurant reviews a user has posted.&#xA; Map: Help highlight geolocation attributes of a user's actions and objects. For example, use the Map layout to plot the geo-coordinates of a user's &quot;longest run&quot; or &quot;path travelled&quot; from a lifestyle app.&#xA;&#xA;Map Layout Style&#xA;&#xA;To take advantage of the Map layout, your objects need to have at least one GeoPoint property. GeoPoint is a complex type that can be described with latitude, longitude, and altitude; altitude being optional here.&#xA;&#xA;There are two styles of maps to choose from, and each have their own set of parameters:&#xA;&#xA;Single Action: this style renders one action or object only (using the highest or lowest rank depending on the configured sort order), but can highlight multiple pins on the map and trace a route between several points. One example would be to display a travel action with multiple stops, or a run action that follows multiple paths.&#xA;&#xA;The parameters the Single Action map takes are:&#xA;&#xA; Numbers: Specify number values that will be highlighted in the header of this aggregation.&#xA; Highlighted Points: Specify object or action properties of type GeoPoint that will be rendered as pins on the map. You can specify multiple properties.&#xA; Route: Specify an array property of type GeoPoint. These points will be rendered on the map as a route.&#xA;&#xA;Multiple Actions: this style renders multiple objects or actions, except that each item is rendered as a point of the map instead of a caption text with a picture within a gallery layout.&#xA;&#xA;This map style accepts one parameter only:&#xA;&#xA; Contributing points: Specify an object or action property of type GeoPoint. Only one property is accepted here.&#xA;&#xA;Sort By&#xA;&#xA;Configures the ordering and display for the Aggregation. You have the ability to choose from the following:&#xA;&#xA; Most Recent: Displays actions ordered by the action's start_time property&#xA; Favorite: Displays objects ordered by the number of times a user has taken a specific action against an object. For example, a &quot;favorite songs&quot; Aggregation shows song objects that I'm connected to via listen actions ordered by the number of listen actions per song.&#xA; Custom: Sort by properties on an action or object, such as the end time of an action, the number of counts or the highest or lowest numerical value of a property. Examples: Distance or Pace of a run action, the Rating of a movie object.&#xA;&#xA;Aggregation Title&#xA;&#xA;Users will see the title for every aggregation on their Timeline. Avoid using a title that could confuse the another viewer of a user's Timeline about the ownership of the actions and objects in the aggregation such as &quot;My Most Visited Places&quot; or &quot;Routes I Ran&quot;. Instead, use identity-agnostic titles such as &quot;Most Visited Places&quot; or titles which explicitly articulate ownership such as &quot;Routes Diana Ran&quot;.&#xA;&#xA;The title should also honestly reflect the content being displayed. For example, if an application defines a &quot;Favorite Runs&quot; aggregation, the application should provide runs that were explicitly made &quot;favorites&quot; by the user, versus the most popular runs, which should be titled as &quot;Most Popular Runs&quot;.&#xA;&#xA;Caption Lines&#xA;&#xA;Aggregations support a simple text template syntax for formatting Open Graph action / object properties into strings that a user sees. This template syntax supports formatters for different data types such as dates, times, currencies, etc., pluralization of display text and operators for simple mathematical computations. Text templates are specified between the “{...}” characters.&#xA;&#xA;Example:&#xA;A Run action connects to a Course object via a “course” custom property. To show the run’s distance and pace, use:&#xA;Ran {course.distance} miles in {time | duration}&#xA;which would be formatted into: “Ran 7.48 miles in 42:37”.&#xA;&#xA;See Using Text Templates to take full advantage of its capabilities.&#xA;&#xA;Advanced&#xA;&#xA;Filters - Option allows the aggregation to only display if this is true. For example, you can filter by the type of movie (type is a custom property on movie object).&#xA;&#xA;Group by - Option is only available if your Aggregation is displaying Objects. This option allows the aggregation to group by a property of the object. For example, you can group by Movie object's type, to show how many times you've watched a certain type of movie.&#xA;&#xA;Effects when Updating the Definition of Existing Aggregations&#xA;&#xA;When making changes to the definition of of an existing aggregation definition, you should be aware that some types of changes may wipe out (destructive) aggregation and stories for previously published actions.&#xA;&#xA;Destructive changes (ie: previously published actions will not appear):&#xA;&#xA; Changing the &quot;group by&quot; property&#xA; Changing the &quot;action type&quot; property (if grouping by an object)&#xA; Changing the &quot;sort-by&quot; property&#xA; Adding a new, previously unused selector to a caption to use / display a property from an action or object&#xA; Adding a function (sum, max, avg) on an existing selector. Note: we are planning to fix this behavior soon.&#xA; Adding a filter that uses a function (sum, max, avg).&#xA;&#xA;Non-destructive changes (ie: previously published actions continue to appear):&#xA;&#xA; Changing the title&#xA; Changing the layout&#xA; Changing a caption without adding a new selector or function. i.e. it's okay to rearrange text and selectors, just not to add ones that read new properties from an action / object&#xA; Using a formatter on an existing selector i.e. formatting a date or a number&#xA; Starting or stopping use of {count}in a filter, selector, etc [fixed week of 12/12]&#xA; Using an existing selector as a filter&#xA;&#xA;Reference: https://developers.facebook.com/docs/technical-guides/opengraph/defining-an-aggregation/"/> </eAnnotations> <eOperations name="create" eType="#//Aggregation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Create Target with proper nsPrefix and aggregationType attributes."/> </eAnnotations> </eOperations> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//ResourceAware"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NameContainer"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//BundleAware"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//JavaClassLinked"> <eTypeArguments eClassifier="#//Aggregation"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EClassLinked"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Aggregation" instanceClassName="com.soluvas.story.Aggregation"/> <eClassifiers xsi:type="ecore:EEnum" name="Tenses"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows you to select the tenses that will be used in News Feed stories. For example, you may wish to always display stories in present tense, in which case you would select the ''only the present tense'' option.&#xA;&#xA;&lt;p>Reference: http://developers.facebook.com/docs/technical-guides/opengraph/defining-an-action-type/"/> </eAnnotations> <eLiterals name="both"/> <eLiterals name="present" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionLike" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tenses" lowerBound="1" eType="#//Tenses"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows you to select the tenses that will be used in News Feed stories. For example, you may wish to always display stories in present tense, in which case you would select the ''only the present tense'' option.&#xA;&#xA;&lt;p>Reference: http://developers.facebook.com/docs/technical-guides/opengraph/defining-an-action-type/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pastTense" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Past Tense field is pre-filled with an initial past tense action corresponding to your initial action type. You can edit this field. You can also edit the preposition that defines how the News Feed story is displayed. You can preview the various sentences that may be generated using the Sentence Previews box.&#xA;&#xA;e.g. cooked"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluralPastTense" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Plural Past Tense field is pre-filled with an initial past tense action corresponding to your initial action when more than one friend is involved. Similar to the Past Tense field, you can make changes and preview them using the 'Sentence Previews` box.&#xA;&#xA;e.g. cooked"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentTense" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Present Tense field is pre-filled with an initial present tense action corresponding to your initial action type. You can edit this field. You can also edit the preposition that defines how the News Feed story is displayed. You can preview the various sentences that may be generated using the Sentence Previews box.&#xA;&#xA;e.g. cook"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluralPresentTense" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Plural Present Tense field is pre-filled with an initial present tense action corresponding to your initial action when more than one friend is involved. Similar to the Past Tense field, you can make changes and preview them using the Sentence Previews box.&#xA;&#xA;e.g. are cooking"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imperativeTense" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Imperative Tense field is pre-filled with an initial present tense action corresponding to your initial action type. This field controls the display for action links. You can edit this field. You can preview the various sentences that may be generated using the Sentence Previews box.&#xA;&#xA;e.g. cook"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActionTypeStatus"> <eLiterals name="unresolved"/> <eLiterals name="resolved" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetTypeRef" eSuperTypes="../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NsPrefixable ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NameContainer"/> </ecore:EPackage>
github:ecore:/data/soluvas/soluvas-framework/story/src/main/resources/com/soluvas/story/story-schema.ecore
ecore
schema StoryType StorySchemaCatalog createAction T targetClass storyTypes actionTypes aggregationTypes generatedPackageName xmiUrl ecoreUrl ePackage eFactory ActionType create resolvedSubjectTypes status subjectTypes Story com.soluvas.story.Story com.soluvas.story.Story Action com.soluvas.story.Action com.soluvas.story.Action AggregationType create Aggregation com.soluvas.story.Aggregation com.soluvas.story.Aggregation Tenses both both present present ActionLike tenses pastTense pluralPastTense presentTense pluralPresentTense imperativeTense ActionTypeStatus unresolved unresolved resolved resolved TargetTypeRef
null
{"directed":true,"nodes":[{"nsPrefix":"story-schema","nsURI":"http://www.soluvas.com/schema/story.schema/1.0","name":"schema","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorySchemaCatalog","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.soluvas.story.Story","defaultValue":null,"instanceClassName":"com.soluvas.story.Story","name":"Story","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.soluvas.story.Action","defaultValue":null,"instanceClassName":"com.soluvas.story.Action","name":"Action","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregationType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.soluvas.story.Aggregation","defaultValue":null,"instanceClassName":"com.soluvas.story.Aggregation","name":"Aggregation","instanceClass":null,"id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Tenses","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionLike","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionTypeStatus","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetTypeRef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createAction","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storyTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregationTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generatedPackageName","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"xmiUrl","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ecoreUrl","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"T","id":30,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetClass","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedSubjectTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subjectTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"name":"both","id":68,"value":0,"literal":"both","eClass":"EEnumLiteral"},{"name":"present","id":69,"value":1,"literal":"present","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tenses","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pastTense","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluralPastTense","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presentTense","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluralPresentTense","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imperativeTense","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"unresolved","id":82,"value":0,"literal":"unresolved","eClass":"EEnumLiteral"},{"name":"resolved","id":83,"value":1,"literal":"resolved","eClass":"EEnumLiteral"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":14,"target":16},{"source":16,"target":4},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":17,"target":5},{"source":17,"target":29},{"source":17,"target":2},{"source":17,"target":30},{"source":17,"target":31},{"source":29,"target":30},{"source":30,"target":32},{"source":32,"target":5},{"source":31,"target":33},{"source":31,"target":17},{"source":33,"target":34},{"source":34,"target":30},{"source":18,"target":1},{"source":18,"target":35},{"source":18,"target":2},{"source":35,"target":1},{"source":19,"target":3},{"source":19,"target":36},{"source":19,"target":2},{"source":36,"target":3},{"source":20,"target":6},{"source":20,"target":37},{"source":20,"target":2},{"source":37,"target":6},{"source":21,"target":38},{"source":21,"target":2},{"source":22,"target":39},{"source":22,"target":2},{"source":23,"target":40},{"source":23,"target":2},{"source":24,"target":41},{"source":24,"target":2},{"source":25,"target":42},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":43,"target":5},{"source":43,"target":55},{"source":43,"target":3},{"source":55,"target":5},{"source":44,"target":56},{"source":44,"target":3},{"source":45,"target":10},{"source":45,"target":57},{"source":45,"target":3},{"source":57,"target":10},{"source":46,"target":11},{"source":46,"target":58},{"source":46,"target":3},{"source":58,"target":11},{"source":50,"target":59},{"source":59,"target":5},{"source":53,"target":9},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":60,"target":7},{"source":60,"target":66},{"source":60,"target":6},{"source":66,"target":7},{"source":64,"target":67},{"source":67,"target":7},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":68},{"source":8,"target":69},{"source":68,"target":8},{"source":69,"target":8},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":70,"target":8},{"source":70,"target":76},{"source":70,"target":9},{"source":76,"target":8},{"source":71,"target":77},{"source":71,"target":9},{"source":72,"target":78},{"source":72,"target":9},{"source":73,"target":79},{"source":73,"target":9},{"source":74,"target":80},{"source":74,"target":9},{"source":75,"target":81},{"source":75,"target":9},{"source":10,"target":0},{"source":10,"target":82},{"source":10,"target":83},{"source":82,"target":10},{"source":83,"target":10},{"source":11,"target":0},{"source":11,"target":84},{"source":11,"target":85}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="wsn" nsURI="http://com.wsn.ecore.package" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Objectives" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//optimizationLevel" name="lifetime" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//optimizationLevel" name="memfootprint" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//optimizationLevel" name="delay" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//optimizationLevel" name="packetloss" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sensor" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" name="data" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//ISensor" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actuator" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" name="data" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//IActuator" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actuating" > <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="actuator" eType="#//Actuator" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Data" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="priority" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="behavior" lowerBound="1" eType="#//StateMachine" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sensing" > <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="#//Sensor" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Data" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" > <eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="task" lowerBound="1" upperBound="10" eType="#//Task" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" abstract="true" name="Event" > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//Event " > <eStructuralFeatures xsi:type="ecore:EReference" name="msgSource" eType="#//Task" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="msgTarget" eType="#//Task" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Data" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Network" > <eStructuralFeatures xsi:type="ecore:EReference" name="objectives" eType="#//Objectives" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="nodes" upperBound="10" eType="#//Node" > </eStructuralFeatures> <eAnnotations source="annote" > </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Communication" > <eStructuralFeatures xsi:type="ecore:EReference" name="commSource" eType="#//Node" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="commDestination" eType="#//Node" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="originating" eType="#//Task" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="receiving" eType="#//Task" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mode" eType="#//Mode" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mode" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//communication_mode" name="mode_t" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" name="destination" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Data" > <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//IData" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" > <eStructuralFeatures xsi:type="ecore:EReference" name="entryActivity" eType="#//Activity" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exitActivity" eType="#//Activity" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="guard" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionFrom" eType="#//State" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionTo" eType="#//State" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Event" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cluster" > <eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-1" eType="#//Node" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="head" lowerBound="1" eType="#//ClusterHead" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="election" eType="#//Election" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="formation" eType="#//Formation" > </eStructuralFeatures> <eAnnotations source="Ecore" > <details key="constraints" value="oneCH" /> </eAnnotations> <eAnnotations source="http://www.eclipse.org/2007/OCL" > <details key="oneCH" value="self.head.count()=1" /> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClusterHead" eSuperTypes="#//Node " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sink" eSuperTypes="#//Node " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionMsg" > <eStructuralFeatures xsi:type="ecore:EReference" name="msgFrom" eType="#//Lifeline" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="msgTo" eType="#//Lifeline" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialLifeline" eSuperTypes="#//Lifeline " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Election" > <eStructuralFeatures xsi:type="ecore:EReference" name="electionActivity" lowerBound="1" eType="#//Activity" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formation" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//RoutingType" name="routing" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="formationActivity" lowerBound="1" eType="#//Activity" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Timing" eSuperTypes="#//Event " > <eStructuralFeatures xsi:type="ecore:EReference" name="timer" eType="#//Timer" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Timer" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//TimerType" name="type" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="time" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WirelessLink" > <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="comm" eType="#//Comm" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comm" eSuperTypes="#//Event " > <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Data" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Receiver" eSuperTypes="#//Comm " > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//CommType" name="type" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sender" eSuperTypes="#//Comm " > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//CommType" name="type" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeRole" eSuperTypes="#//Lifeline " > <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorRole" eSuperTypes="#//Lifeline " > <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="#//Sensor" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActuatorRole" eSuperTypes="#//Lifeline " > <eStructuralFeatures xsi:type="ecore:EReference" name="actuator" eType="#//Actuator" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//Sensor " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LED" eSuperTypes="#//Actuator " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Platform" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//PlatformType" name="platform" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//MoteType" name="mote" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="memory" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="flash" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameters" > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//netstackType" name="netStack" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//macType" name="macProtocol" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//rdcType" name="rdcProtocol" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//RoutingType" name="routingProtocol" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//sleepType" name="sleepScheduling" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" abstract="true" name="EnergySource" > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Harvester" eSuperTypes="#//EnergySource " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Battery" eSuperTypes="#//EnergySource " > <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" name="full" > </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" name="empty" > </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" abstract="true" name="Interface" > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISensor" eSuperTypes="#//Interface " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IActuator" eSuperTypes="#//Interface " > </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IData" eSuperTypes="#//Interface " > </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="communication_mode" > <eLiterals literal="broadcast" name="broadcast" /> <eLiterals value="1" literal="unicast" name="unicast" /> <eLiterals value="2" literal="logicast" name="logicast" /> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RoutingType" > <eLiterals literal="ch2ch" name="ch2ch" /> <eLiterals value="1" literal="node2node" name="node2node" /> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimerType" > <eLiterals literal="periodic" name="periodic" /> <eLiterals value="1" literal="once" name="once" /> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="optimizationLevel" > <eLiterals literal="dontCare" name="dontCare" /> <eLiterals value="1" literal="medium" name="medium" /> <eLiterals value="2" literal="high" name="high" /> <eLiterals value="3" literal="critical" name="critical" /> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CommType" > <eLiterals literal="broadcast" name="broadcast" /> <eLiterals value="1" literal="unicast" name="unicast" /> <eLiterals value="2" literal="logicast" name="logicast" /> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PlatformType" > <eLiterals literal="Contiki" name="Contiki" /> <eLiterals value="1" literal="TinyOS" name="TinyOS" /> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MoteType" > <eLiterals literal="Z1" name="Z1" /> <eLiterals value="1" literal="TelosB" name="TelosB" /> <eLiterals value="2" literal="Iris" name="Iris" /> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="routingProtocol" > </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="rdcType" > </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="macType" > </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="netstackType" > </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="sleepType" > </eClassifiers> </ecore:EPackage>
github:ecore:/data/ygarba/mde4wsn/development/workspace(kepler)/user.ecore
ecore
wsn Objectives lifetime memfootprint delay packetloss Sensor data interface Actuator data interface Actuating task actuator data Task priority behavior Sensing task sensor data Node task Event Message msgSource msgTarget data Network objectives nodes Communication commSource commDestination originating receiving mode Mode mode_t destination Data interface State entryActivity exitActivity Transition guard transitionFrom transitionTo trigger InitialState FinalState Cluster node head election formation ClusterHead Sink Lifeline InteractionMsg msgFrom msgTo InitialLifeline Activity StateMachine Election electionActivity Formation routing formationActivity Timing timer task Timer type time WirelessLink task comm Comm data Receiver type Sender type NodeRole node SensorRole sensor ActuatorRole actuator Button LED Platform platform mote Resource memory flash Parameters netStack macProtocol rdcProtocol routingProtocol sleepScheduling EnergySource Harvester Battery full empty Interface ISensor IActuator IData communication_mode broadcast broadcast unicast unicast logicast logicast RoutingType ch2ch ch2ch node2node node2node TimerType periodic periodic once once optimizationLevel dontCare dontCare medium medium high high critical critical CommType broadcast broadcast unicast unicast logicast logicast PlatformType Contiki Contiki TinyOS TinyOS MoteType Z1 Z1 TelosB TelosB Iris Iris routingProtocol rdcType macType netstackType sleepType
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://com.wsn.ecore.package","name":"wsn","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Objectives","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuator","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuating","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensing","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Communication","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cluster","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClusterHead","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sink","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionMsg","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialLifeline","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Election","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formation","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timing","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timer","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WirelessLink","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comm","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Receiver","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sender","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeRole","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorRole","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActuatorRole","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platform","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnergySource","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Harvester","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Battery","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISensor","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IActuator","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IData","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"communication_mode","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RoutingType","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimerType","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"optimizationLevel","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CommType","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PlatformType","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MoteType","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"routingProtocol","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rdcType","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"macType","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"netstackType","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"sleepType","instanceClass":null,"id":60,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lifetime","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memfootprint","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packetloss","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actuator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msgSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msgTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commDestination","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originating","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receiving","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode_t","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exitActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"election","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msgFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msgTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"electionActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"routing","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formationActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actuator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platform","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mote","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memory","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flash","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"netStack","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macProtocol","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rdcProtocol","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"routingProtocol","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sleepScheduling","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"full","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"empty","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"name":"broadcast","id":217,"value":0,"literal":"broadcast","eClass":"EEnumLiteral"},{"name":"unicast","id":218,"value":1,"literal":"unicast","eClass":"EEnumLiteral"},{"name":"logicast","id":219,"value":2,"literal":"logicast","eClass":"EEnumLiteral"},{"name":"ch2ch","id":220,"value":0,"literal":"ch2ch","eClass":"EEnumLiteral"},{"name":"node2node","id":221,"value":1,"literal":"node2node","eClass":"EEnumLiteral"},{"name":"periodic","id":222,"value":0,"literal":"periodic","eClass":"EEnumLiteral"},{"name":"once","id":223,"value":1,"literal":"once","eClass":"EEnumLiteral"},{"name":"dontCare","id":224,"value":0,"literal":"dontCare","eClass":"EEnumLiteral"},{"name":"medium","id":225,"value":1,"literal":"medium","eClass":"EEnumLiteral"},{"name":"high","id":226,"value":2,"literal":"high","eClass":"EEnumLiteral"},{"name":"critical","id":227,"value":3,"literal":"critical","eClass":"EEnumLiteral"},{"name":"broadcast","id":228,"value":0,"literal":"broadcast","eClass":"EEnumLiteral"},{"name":"unicast","id":229,"value":1,"literal":"unicast","eClass":"EEnumLiteral"},{"name":"logicast","id":230,"value":2,"literal":"logicast","eClass":"EEnumLiteral"},{"name":"Contiki","id":231,"value":0,"literal":"Contiki","eClass":"EEnumLiteral"},{"name":"TinyOS","id":232,"value":1,"literal":"TinyOS","eClass":"EEnumLiteral"},{"name":"Z1","id":233,"value":0,"literal":"Z1","eClass":"EEnumLiteral"},{"name":"TelosB","id":234,"value":1,"literal":"TelosB","eClass":"EEnumLiteral"},{"name":"Iris","id":235,"value":2,"literal":"Iris","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":1,"target":0},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":61,"target":52},{"source":61,"target":65},{"source":61,"target":1},{"source":65,"target":52},{"source":62,"target":52},{"source":62,"target":66},{"source":62,"target":1},{"source":66,"target":52},{"source":63,"target":52},{"source":63,"target":67},{"source":63,"target":1},{"source":67,"target":52},{"source":64,"target":52},{"source":64,"target":68},{"source":64,"target":1},{"source":68,"target":52},{"source":2,"target":0},{"source":2,"target":69},{"source":2,"target":70},{"source":69,"target":71},{"source":69,"target":2},{"source":70,"target":46},{"source":70,"target":72},{"source":70,"target":2},{"source":72,"target":46},{"source":3,"target":0},{"source":3,"target":73},{"source":3,"target":74},{"source":73,"target":75},{"source":73,"target":3},{"source":74,"target":47},{"source":74,"target":76},{"source":74,"target":3},{"source":76,"target":47},{"source":4,"target":0},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":77,"target":5},{"source":77,"target":80},{"source":77,"target":4},{"source":80,"target":5},{"source":78,"target":3},{"source":78,"target":81},{"source":78,"target":4},{"source":81,"target":3},{"source":79,"target":13},{"source":79,"target":82},{"source":79,"target":4},{"source":82,"target":13},{"source":5,"target":0},{"source":5,"target":83},{"source":5,"target":84},{"source":83,"target":85},{"source":83,"target":5},{"source":84,"target":25},{"source":84,"target":86},{"source":84,"target":5},{"source":86,"target":25},{"source":6,"target":0},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":87,"target":5},{"source":87,"target":90},{"source":87,"target":6},{"source":90,"target":5},{"source":88,"target":2},{"source":88,"target":91},{"source":88,"target":6},{"source":91,"target":2},{"source":89,"target":13},{"source":89,"target":92},{"source":89,"target":6},{"source":92,"target":13},{"source":7,"target":0},{"source":7,"target":93},{"source":93,"target":5},{"source":93,"target":94},{"source":93,"target":7},{"source":94,"target":5},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":95,"target":5},{"source":95,"target":99},{"source":95,"target":9},{"source":99,"target":5},{"source":96,"target":5},{"source":96,"target":100},{"source":96,"target":9},{"source":100,"target":5},{"source":97,"target":13},{"source":97,"target":101},{"source":97,"target":9},{"source":101,"target":13},{"source":98,"target":8},{"source":10,"target":0},{"source":10,"target":102},{"source":10,"target":103},{"source":102,"target":1},{"source":102,"target":104},{"source":102,"target":10},{"source":104,"target":1},{"source":103,"target":7},{"source":103,"target":105},{"source":103,"target":10},{"source":105,"target":7},{"source":11,"target":0},{"source":11,"target":106},{"source":11,"target":107},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":106,"target":7},{"source":106,"target":111},{"source":106,"target":11},{"source":111,"target":7},{"source":107,"target":7},{"source":107,"target":112},{"source":107,"target":11},{"source":112,"target":7},{"source":108,"target":5},{"source":108,"target":113},{"source":108,"target":11},{"source":113,"target":5},{"source":109,"target":5},{"source":109,"target":114},{"source":109,"target":11},{"source":114,"target":5},{"source":110,"target":12},{"source":110,"target":115},{"source":110,"target":11},{"source":115,"target":12},{"source":12,"target":0},{"source":12,"target":116},{"source":12,"target":117},{"source":116,"target":49},{"source":116,"target":118},{"source":116,"target":12},{"source":118,"target":49},{"source":117,"target":119},{"source":117,"target":12},{"source":13,"target":0},{"source":13,"target":120},{"source":120,"target":48},{"source":120,"target":121},{"source":120,"target":13},{"source":121,"target":48},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":122,"target":24},{"source":122,"target":124},{"source":122,"target":14},{"source":124,"target":24},{"source":123,"target":24},{"source":123,"target":125},{"source":123,"target":14},{"source":125,"target":24},{"source":15,"target":0},{"source":15,"target":126},{"source":15,"target":127},{"source":15,"target":128},{"source":15,"target":129},{"source":126,"target":130},{"source":126,"target":15},{"source":127,"target":14},{"source":127,"target":131},{"source":127,"target":15},{"source":131,"target":14},{"source":128,"target":14},{"source":128,"target":132},{"source":128,"target":15},{"source":132,"target":14},{"source":129,"target":8},{"source":129,"target":133},{"source":129,"target":15},{"source":133,"target":8},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":134},{"source":134,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":135},{"source":135,"target":14},{"source":18,"target":0},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":136,"target":7},{"source":136,"target":140},{"source":136,"target":18},{"source":140,"target":7},{"source":137,"target":19},{"source":137,"target":141},{"source":137,"target":18},{"source":141,"target":19},{"source":138,"target":26},{"source":138,"target":142},{"source":138,"target":18},{"source":142,"target":26},{"source":139,"target":27},{"source":139,"target":143},{"source":139,"target":18},{"source":143,"target":27},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":144},{"source":144,"target":7},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":145},{"source":145,"target":7},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":146},{"source":22,"target":147},{"source":146,"target":21},{"source":146,"target":148},{"source":146,"target":22},{"source":148,"target":21},{"source":147,"target":21},{"source":147,"target":149},{"source":147,"target":22},{"source":149,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":150},{"source":150,"target":21},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":151},{"source":151,"target":24},{"source":151,"target":152},{"source":151,"target":26},{"source":152,"target":24},{"source":27,"target":0},{"source":27,"target":153},{"source":27,"target":154},{"source":153,"target":50},{"source":153,"target":155},{"source":153,"target":27},{"source":155,"target":50},{"source":154,"target":24},{"source":154,"target":156},{"source":154,"target":27},{"source":156,"target":24},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":157},{"source":28,"target":158},{"source":28,"target":159},{"source":157,"target":29},{"source":157,"target":160},{"source":157,"target":28},{"source":160,"target":29},{"source":158,"target":5},{"source":158,"target":161},{"source":158,"target":28},{"source":161,"target":5},{"source":159,"target":8},{"source":29,"target":0},{"source":29,"target":162},{"source":29,"target":163},{"source":162,"target":51},{"source":162,"target":164},{"source":162,"target":29},{"source":164,"target":51},{"source":163,"target":165},{"source":163,"target":29},{"source":30,"target":0},{"source":30,"target":166},{"source":30,"target":167},{"source":166,"target":5},{"source":166,"target":168},{"source":166,"target":30},{"source":168,"target":5},{"source":167,"target":31},{"source":167,"target":169},{"source":167,"target":30},{"source":169,"target":31},{"source":31,"target":0},{"source":31,"target":8},{"source":31,"target":170},{"source":31,"target":171},{"source":170,"target":13},{"source":170,"target":172},{"source":170,"target":31},{"source":172,"target":13},{"source":171,"target":8},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":173},{"source":32,"target":174},{"source":173,"target":53},{"source":173,"target":175},{"source":173,"target":32},{"source":175,"target":53},{"source":174,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":176},{"source":33,"target":177},{"source":176,"target":53},{"source":176,"target":178},{"source":176,"target":33},{"source":178,"target":53},{"source":177,"target":31},{"source":34,"target":0},{"source":34,"target":21},{"source":34,"target":179},{"source":34,"target":180},{"source":179,"target":7},{"source":179,"target":181},{"source":179,"target":34},{"source":181,"target":7},{"source":180,"target":21},{"source":35,"target":0},{"source":35,"target":21},{"source":35,"target":182},{"source":35,"target":183},{"source":182,"target":2},{"source":182,"target":184},{"source":182,"target":35},{"source":184,"target":2},{"source":183,"target":21},{"source":36,"target":0},{"source":36,"target":21},{"source":36,"target":185},{"source":36,"target":186},{"source":185,"target":3},{"source":185,"target":187},{"source":185,"target":36},{"source":187,"target":3},{"source":186,"target":21},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":188},{"source":188,"target":2},{"source":38,"target":0},{"source":38,"target":3},{"source":38,"target":189},{"source":189,"target":3},{"source":39,"target":0},{"source":39,"target":190},{"source":39,"target":191},{"source":190,"target":54},{"source":190,"target":192},{"source":190,"target":39},{"source":192,"target":54},{"source":191,"target":55},{"source":191,"target":193},{"source":191,"target":39},{"source":193,"target":55},{"source":40,"target":0},{"source":40,"target":194},{"source":40,"target":195},{"source":194,"target":196},{"source":194,"target":40},{"source":195,"target":197},{"source":195,"target":40},{"source":41,"target":0},{"source":41,"target":198},{"source":41,"target":199},{"source":41,"target":200},{"source":41,"target":201},{"source":41,"target":202},{"source":198,"target":59},{"source":198,"target":203},{"source":198,"target":41},{"source":203,"target":59},{"source":199,"target":58},{"source":199,"target":204},{"source":199,"target":41},{"source":204,"target":58},{"source":200,"target":57},{"source":200,"target":205},{"source":200,"target":41},{"source":205,"target":57},{"source":201,"target":50},{"source":201,"target":206},{"source":201,"target":41},{"source":206,"target":50},{"source":202,"target":60},{"source":202,"target":207},{"source":202,"target":41},{"source":207,"target":60},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":208},{"source":208,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":209},{"source":44,"target":210},{"source":44,"target":211},{"source":209,"target":212},{"source":209,"target":44},{"source":210,"target":213},{"source":210,"target":44},{"source":211,"target":42},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":214},{"source":214,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":215},{"source":215,"target":45},{"source":48,"target":0},{"source":48,"target":45},{"source":48,"target":216},{"source":216,"target":45},{"source":49,"target":0},{"source":49,"target":217},{"source":49,"target":218},{"source":49,"target":219},{"source":217,"target":49},{"source":218,"target":49},{"source":219,"target":49},{"source":50,"target":0},{"source":50,"target":220},{"source":50,"target":221},{"source":220,"target":50},{"source":221,"target":50},{"source":51,"target":0},{"source":51,"target":222},{"source":51,"target":223},{"source":222,"target":51},{"source":223,"target":51},{"source":52,"target":0},{"source":52,"target":224},{"source":52,"target":225},{"source":52,"target":226},{"source":52,"target":227},{"source":224,"target":52},{"source":225,"target":52},{"source":226,"target":52},{"source":227,"target":52},{"source":53,"target":0},{"source":53,"target":228},{"source":53,"target":229},{"source":53,"target":230},{"source":228,"target":53},{"source":229,"target":53},{"source":230,"target":53},{"source":54,"target":0},{"source":54,"target":231},{"source":54,"target":232},{"source":231,"target":54},{"source":232,"target":54},{"source":55,"target":0},{"source":55,"target":233},{"source":55,"target":234},{"source":55,"target":235},{"source":233,"target":55},{"source":234,"target":55},{"source":235,"target":55},{"source":56,"target":0},{"source":57,"target":0},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="isabelle" nsURI="http://org/ai4fm/proofprocess/isabelle/v1.0.0.10" nsPrefix="isabelle"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="conversionDelegates" value="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DisplayTerm" abstract="true" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="display" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarkupTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleXML"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleXML" instanceClassName="isabelle.XML.Tree"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsaTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleTerm"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleTerm" instanceClassName="isabelle.Term.Term"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTerm" eSuperTypes="#//NameTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insts" upperBound="-1" eType="#//Inst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inst"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleTrace" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="command" lowerBound="1" eType="#//IsabelleCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpLemmas" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//NamedTermTree" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleCommand" eSuperTypes="#//NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssumptionTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JudgementTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="assms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goal" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.10.ecore#//Term" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/andriusvelykis/proofprocess/org.ai4fm.proofprocess.isabelle/model/history/IsabelleProofProcess-v1.0.0.10.ecore
ecore
isabelle DisplayTerm display MarkupTerm term IsabelleXML isabelle.XML.Tree isabelle.XML.Tree IsaTerm term IsabelleTerm isabelle.Term.Term isabelle.Term.Term NameTerm name NamedTerm term InstTerm term insts Inst name index 0 term IsabelleTrace command simpLemmas NamedTermTree name terms branches IsabelleCommand source AssumptionTerm term JudgementTerm assms goal
null
{"directed":true,"nodes":[{"nsPrefix":"isabelle","nsURI":"http://org/ai4fm/proofprocess/isabelle/v1.0.0.10","name":"isabelle","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayTerm","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkupTerm","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.XML.Tree","defaultValue":null,"instanceClassName":"isabelle.XML.Tree","name":"IsabelleXML","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsaTerm","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.Term.Term","defaultValue":null,"instanceClassName":"isabelle.Term.Term","name":"IsabelleTerm","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameTerm","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTerm","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstTerm","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleTrace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTermTree","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleCommand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssumptionTerm","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JudgementTerm","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"display","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpLemmas","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":3},{"source":19,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":5},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":5},{"source":22,"target":1},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":24},{"source":6,"target":25},{"source":24,"target":26},{"source":24,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":27},{"source":7,"target":28},{"source":27,"target":29},{"source":27,"target":7},{"source":28,"target":6},{"source":8,"target":0},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":30,"target":33},{"source":30,"target":8},{"source":31,"target":9},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":9},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":38},{"source":35,"target":9},{"source":36,"target":39},{"source":36,"target":9},{"source":37,"target":40},{"source":37,"target":9},{"source":10,"target":0},{"source":10,"target":41},{"source":10,"target":42},{"source":10,"target":43},{"source":41,"target":12},{"source":41,"target":44},{"source":41,"target":10},{"source":44,"target":12},{"source":42,"target":45},{"source":42,"target":10},{"source":11,"target":0},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":46,"target":49},{"source":46,"target":11},{"source":47,"target":50},{"source":47,"target":11},{"source":48,"target":11},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":53,"target":11},{"source":13,"target":0},{"source":13,"target":55},{"source":13,"target":56},{"source":55,"target":57},{"source":55,"target":13},{"source":14,"target":0},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":58,"target":61},{"source":58,"target":14},{"source":59,"target":62},{"source":59,"target":14}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="patternGenerator" nsURI="http://www.example.org/patternGenerator" nsPrefix="patternGenerator"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ManagingSystem" abstract="true" eSuperTypes="#//Subsystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="hasAtLeastOneMapeKComponent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="hasAtLeastOneMapeKComponent" value="self.monitor &lt;> null or self.analyze &lt;> null &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;or self.plan &lt;> null or self.execute &lt;> null or self.knowledge &lt;> null"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasInterComponentInteractions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if (self.oclContainer().oclAsType(DecentralizedControlPattern).elements&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclIsKindOf(InterComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Interaction).targetAndContextNotNull )->size()>0) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else false&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasIntraComponentInteractions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if (self.oclContainer().oclAsType(DecentralizedControlPattern).elements&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclIsKindOf(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Interaction).targetAndContextNotNull)->size()>0) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else false&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getAllInterComponentInteractions" upperBound="-1" eType="#//InterComponentInteraction" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(hasInterComponentInteractions)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.oclContainer().oclAsType(DecentralizedControlPattern).elements&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclIsKindOf(InterComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Interaction).targetAndContextNotNull)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->oclAsType(OrderedSet(InterComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else OrderedSet(InterComponentInteraction){}&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMyTargetInterComponentInteractions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(self.getAllInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->select(targetAndContextNotNull and target.oclContainer() &lt;> null and target.oclContainer().oclIsKindOf(ManagingSystem))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclContainer().oclAsType(ManagingSystem) = self)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->size()>0) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else false&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getMyTargetInterComponentInteractions" upperBound="-1" eType="#//InterComponentInteraction" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(hasMyTargetInterComponentInteractions)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.getAllInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclContainer().oclAsType(ManagingSystem) = self)&#xA;&#x9;&#x9;&#x9;&#x9;else OrderedSet(InterComponentInteraction){}&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMyContextInterComponentInteractions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(self.getAllInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(targetAndContextNotNull and context.oclContainer() &lt;> null and context.oclContainer().oclIsKindOf(ManagingSystem))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclContainer().oclAsType(ManagingSystem) = self)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size()>0) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then true&#xA;&#x9;&#x9;&#x9;&#x9;else false&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getMyContextInterComponentInteractions" upperBound="-1" eType="#//InterComponentInteraction" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(hasMyContextInterComponentInteractions)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.getAllInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclContainer().oclAsType(ManagingSystem) = self)&#xA;&#x9;&#x9;&#x9;&#x9;else OrderedSet(InterComponentInteraction){}&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getAllIntraComponentInteractions" upperBound="-1" eType="#//IntraComponentInteraction" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(hasIntraComponentInteractions)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.oclContainer().oclAsType(DecentralizedControlPattern).elements&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select( m | m.oclIsKindOf(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Interaction).targetAndContextNotNull) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->oclAsType(OrderedSet(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;else OrderedSet(IntraComponentInteraction){}&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMyIntraComponentInteractions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(getAllIntraComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;-> select(target.oclContainer().oclAsType(ManagingSystem) = self)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size()>0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then true&#xA;&#x9;&#x9;&#x9;&#x9;else false&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getAllMyIntraComponentInteractions" upperBound="-1" eType="#//IntraComponentInteraction" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(hasMyIntraComponentInteractions)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then getAllIntraComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclContainer().oclAsType(ManagingSystem) = self)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->oclAsType(OrderedSet(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else OrderedSet(IntraComponentInteraction){}&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="analyze" eType="#//Analyze" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plan" eType="#//Plan" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="execute" eType="#//Execute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knowledge" eType="#//Knowledge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="monitor" eType="#//Monitor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManagedSystem" eSuperTypes="#//Subsystem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapeComponent" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Monitor" eSuperTypes="#//MapeComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="check" upperBound="-1" eType="#//Subsystem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasOneManagedCheck" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.check?->size() = 1 and self.check->select(oclIsKindOf(ManagedSystem))->size() = 1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Analyze" eSuperTypes="#//MapeComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Plan" eSuperTypes="#//MapeComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Execute" eSuperTypes="#//MapeComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="act" upperBound="-1" eType="#//Subsystem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasOneManagedAct" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.act?->size() = 1 and self.act->select(oclIsKindOf(ManagedSystem))->size() = 1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Knowledge" eSuperTypes="#//MapeComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="targetAndContextDifferent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="targetAndContextDifferent" value="context &lt;> target"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//MapeComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//MapeComponent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetAndContextNotNull" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="context &lt;> null and target &lt;> null"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecentralizedControlPattern" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntraComponentInteraction" abstract="true" eSuperTypes="#//Interaction"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isIntraComponent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isIntraComponent" value="context?->oclType() = target?->oclType()"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterComponentInteraction" eSuperTypes="#//Interaction"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isInterComponent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isInterComponent" value="context?->oclType() &lt;> target?->oclType()"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadWriteInteraction" eSuperTypes="#//Interaction"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="targetIsKnowledge"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="targetIsKnowledge" value="target &lt;> null and target.oclIsKindOf(Knowledge)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subsystem" abstract="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Delegation" eSuperTypes="#//IntraComponentInteraction"/> <eClassifiers xsi:type="ecore:EClass" name="Coordination" eSuperTypes="#//IntraComponentInteraction"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="hasExactlyOneInverse isInverse"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="hasExactlyOneInverse" value="self.oclContainer().oclAsType(DecentralizedControlPattern).elements&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select( oclIsKindOf(Coordination))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Coordination).target = self.context &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and oclAsType(Coordination).context = self.target) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size()=1"/> <details key="isInverse" value="inverse.target = self.context and inverse.context = self.target"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" lowerBound="1" eType="#//Coordination"/> </eClassifiers> <eSubpackages name="decentralizedPattern" nsURI="http://www.example.org/patternGenerator/decentralizedPattern" nsPrefix="decentralizedPattern"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//ManagingSystem"/> <eClassifiers xsi:type="ecore:EClass" name="Master" eSuperTypes="#//ManagingSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="hasNOMonitor hasAnalyze hasPlan hasNOExecute analyzeSpeaksWithPlan"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="hasNOMonitor" value="self.monitor = null"/> <details key="hasAnalyze" value="self.analyze &lt;> null"/> <details key="hasPlan" value="self.plan &lt;> null"/> <details key="hasNOExecute" value="self.execute = null"/> <details key="analyzeSpeaksWithPlan" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Analyze))&#xA;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Plan))->size()=1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slave" eSuperTypes="#//ManagingSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="hasMonitor hasNOAnalyze hasNOPlan hasExecute checkONEManaged actONEManaged checkAndAct slaveMonitorSpeaksWithMasterAnalyze masterPlanSpeaksWithSlaveExecute"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="hasMonitor" value="self.monitor &lt;> null"/> <details key="hasNOAnalyze" value="self.analyze = null"/> <details key="hasNOPlan" value="self.plan = null"/> <details key="hasExecute" value="self.execute &lt;> null"/> <details key="checkONEManaged" value="self.monitor?.hasOneManagedCheck"/> <details key="actONEManaged" value="self.execute?.hasOneManagedAct"/> <details key="checkAndAct" value="self.monitor.hasOneManagedCheck and self.execute.hasOneManagedAct &#xA;&#x9;&#x9;&#x9;&#x9;and self.monitor.check = self.execute.act"/> <details key="slaveMonitorSpeaksWithMasterAnalyze" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Monitor))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Analyze))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size()=1"/> <details key="masterPlanSpeaksWithSlaveExecute" value="getMyTargetInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Plan))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Execute))->size()=1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnderlyingSubsystem" eSuperTypes="#//ManagingSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="hasMonitor hasAnalyze hasNoPlan hasExecute checkONEManaged actONEManaged checkAndAct monitorSpeaksWithAnalyze analyzeSpeaksWithPlan planSpeaksWithExecute maxInterInteractionAllowed hasOneOnlyAssociatedPlanner"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="hasMonitor" value="self.monitor &lt;> null"/> <details key="hasAnalyze" value="self.analyze &lt;> null"/> <details key="hasNoPlan" value="self.plan = null"/> <details key="hasExecute" value="self.execute &lt;> null"/> <details key="checkONEManaged" value="self.monitor.hasOneManagedCheck"/> <details key="actONEManaged" value="self.execute.hasOneManagedAct"/> <details key="checkAndAct" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.monitor.hasOneManagedCheck and self.execute.hasOneManagedAct)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then self.monitor.check->any(oclIsKindOf(ManagedSystem)) = self.execute.act->any(oclIsKindOf(ManagedSystem))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="monitorSpeaksWithAnalyze" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Monitor))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Analyze))->size() = 1"/> <details key="analyzeSpeaksWithPlan" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Analyze))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Plan))->size() = 1"/> <details key="planSpeaksWithExecute" value="getMyTargetInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Plan))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Execute))->size() = 1"/> <details key="maxInterInteractionAllowed" value="getMyContextInterComponentInteractions->size() &lt;= 2 &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and getMyTargetInterComponentInteractions->size()&lt;=2"/> <details key="hasOneOnlyAssociatedPlanner" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if(hasAssociatedContextPlanner and hasAssociatedTargetPlanner)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then self.getMyContextInterComponentInteractions->any(target.oclIsKindOf(Plan)).target.oclContainer().oclAsType(RegionalPlanner) = &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.getMyTargetInterComponentInteractions->any(context.oclIsKindOf(Plan)).context.oclContainer().oclAsType(RegionalPlanner)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasAssociatedTargetPlanner" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; ->select(targetAndContextNotNull)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; ->select(target.oclIsKindOf(Plan))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; ->select(target.oclContainer() &lt;> null and target.oclContainer.oclIsKindOf(RegionalPlanner))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; ->size()>0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasAssociatedContextPlanner" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.getMyTargetInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; ->select(targetAndContextNotNull)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; ->select(context.oclIsKindOf(Plan))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; ->select(context.oclContainer() &lt;> null and context.oclContainer.oclIsKindOf(RegionalPlanner))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; ->size()>0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RegionalPlanner" eSuperTypes="#//ManagingSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="hasNoMonitor hasNoAnalyze hasPlan hasNoExecute"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="hasNoMonitor" value="self.monitor = null"/> <details key="hasNoAnalyze" value="self.analyze = null"/> <details key="hasPlan" value="self.plan &lt;> null"/> <details key="hasNoExecute" value="self.execute = null"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPeer" abstract="true" eSuperTypes="#//ManagingSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="hasMonitor hasAnalyze hasPlan hasExecute monitorSpeaksWithAnalyze analyzeSpeaksWithPlan planSpeaksWithExecute maxInterInteractionAllowed"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="hasMonitor" value="self.monitor &lt;> null"/> <details key="hasAnalyze" value="self.analyze &lt;> null"/> <details key="hasPlan" value="self.plan &lt;> null"/> <details key="hasExecute" value="self.execute &lt;> null"/> <details key="monitorSpeaksWithAnalyze" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Monitor))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Analyze))->size() = 1"/> <details key="analyzeSpeaksWithPlan" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Analyze))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Plan))->size() = 1"/> <details key="planSpeaksWithExecute" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Plan))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Execute))->size() = 1"/> <details key="maxInterInteractionAllowed" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size() &lt;= 3"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Peer" eSuperTypes="#//decentralizedPattern/AbstractPeer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="checkAndAct slaveMonitorSpeaksWithMasterAnalyze masterPlanSpeaksWithSlaveExecute"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="checkAndAct" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.monitor.hasOneManagedCheck and self.execute.hasOneManagedAct)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then self.monitor.check->any(oclIsKindOf(ManagedSystem)) = self.execute.act->any(oclIsKindOf(ManagedSystem))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="slaveMonitorSpeaksWithMasterAnalyze" value="getMyContextInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Monitor))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Analyze))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size()=1"/> <details key="masterPlanSpeaksWithSlaveExecute" value="getMyTargetInterComponentInteractions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(context.oclIsKindOf(Plan))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(target.oclIsKindOf(Execute))->size()=1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HPeer" eSuperTypes="#//decentralizedPattern/AbstractPeer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="hasManaged"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="hasManaged" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(hasDirectManaged) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else self.monitor?.check->size() > 0 and self.monitor?.check = self.execute?.act&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasDirectManaged" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;monitor?.hasOneManagedCheck and execute?.hasOneManagedAct &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and monitor.check = execute.act"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PatternType"> <eLiterals name="NoPattern"/> <eLiterals name="InfoSharing" value="1"/> <eLiterals name="CustomPattern" value="2"/> <eLiterals name="CoordControl" value="3"/> <eLiterals name="HierControl" value="4"/> <eLiterals name="RegPlanning" value="5"/> <eLiterals name="MasterSlave" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcretePattern" eSuperTypes="#//DecentralizedControlPattern"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noPatternSelected atLeastOnePeer peersMonitorSpeakOnlyEachOther presenceOfNotAllowedElements atLeastOneUnderlyingSubsystem atLeastOneRegionalPlanner intraComponentInteractionIsPCoord intraComponentInteractionIsMCoord NoIntraComponentInteraction intraComponentInteractionIsCoord presenceOfNotAllowedElementsInRegionalPlanningPattern exactlyOneMaster atLeastOneSlave maxMasterSlavePatternInteractionAllowed atLeastOneNode presenceOfNotAllowedElementsInMasterSlavePattern"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noPatternSelected" value="if(type = PatternType::NoPattern) then false else true endif"/> <details key="atLeastOnePeer" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::InfoSharing or type = PatternType::CoordControl)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(Peer))->size()>0&#xA;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="peersMonitorSpeakOnlyEachOther" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::InfoSharing) then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.elements->select(oclIsKindOf(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Interaction).targetAndContextNotNull)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select( not (oclAsType(Interaction).context.oclIsKindOf(Monitor)&#xA;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;&#x9;&#x9;&#x9;and oclAsType(Interaction).target.oclIsKindOf(Monitor)))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size() = 0&#xA;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="presenceOfNotAllowedElements" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::InfoSharing or type = PatternType::CoordControl) then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;self.elements->select(oclIsKindOf(ManagingSystem))->reject(oclIsKindOf(Peer))->size() = 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="atLeastOneUnderlyingSubsystem" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::RegPlanning)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(UnderlyingSubsystem))->size()>0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="atLeastOneRegionalPlanner" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::RegPlanning)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(UnderlyingSubsystem))->size()>0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="intraComponentInteractionIsPCoord" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::RegPlanning)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Interaction).targetAndContextNotNull)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select( not oclIsKindOf(Coordination) or not oclAsType(Interaction).context.oclIsKindOf(Plan)&#xA;&#x9;&#x9; &#x9;&#x9;&#x9;&#x9;&#x9;or not oclAsType(Interaction).target.oclIsKindOf(Plan))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size() = 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="intraComponentInteractionIsMCoord" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::InfoSharing)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Interaction).targetAndContextNotNull)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select( not oclIsKindOf(Coordination) or not oclAsType(Interaction).context.oclIsKindOf(Monitor)&#xA;&#x9;&#x9; &#x9;&#x9;&#x9;&#x9;&#x9;or not oclAsType(Interaction).target.oclIsKindOf(Monitor))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size() = 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="NoIntraComponentInteraction" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::HierControl)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size() = 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="intraComponentInteractionIsCoord" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::CoordControl)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(IntraComponentInteraction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclAsType(Interaction).targetAndContextNotNull)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->select(oclIsKindOf(Delegation))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size() = 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="presenceOfNotAllowedElementsInRegionalPlanningPattern" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::RegPlanning)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(ManagingSystem))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->reject(oclIsKindOf(RegionalPlanner))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->reject(oclIsKindOf(UnderlyingSubsystem))->size() = 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="exactlyOneMaster" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::MasterSlave) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(Master))->size() = 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="atLeastOneSlave" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::MasterSlave) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(Slave))->size() >= 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="maxMasterSlavePatternInteractionAllowed" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::MasterSlave) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(Interaction))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->size() &lt;= 2*(self.elements->select(oclIsKindOf(Slave))->size()) + 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="atLeastOneNode" value="&#xA;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::CustomPattern) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(ManagingSystem))->size()>0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> <details key="presenceOfNotAllowedElementsInMasterSlavePattern" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(type = PatternType::MasterSlave)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then self.elements->select(oclIsKindOf(ManagingSystem))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->reject(oclIsKindOf(Master))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->reject(oclIsKindOf(Slave))->size() = 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//decentralizedPattern/PatternType"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/mi-da/cyphef/se.lnu.decentralizedPattern/model/patterns.ecore
ecore
patternGenerator Element ManagingSystem hasInterComponentInteractions hasIntraComponentInteractions getAllInterComponentInteractions hasMyTargetInterComponentInteractions getMyTargetInterComponentInteractions hasMyContextInterComponentInteractions getMyContextInterComponentInteractions getAllIntraComponentInteractions hasMyIntraComponentInteractions getAllMyIntraComponentInteractions analyze plan execute name knowledge monitor ManagedSystem name attributes MapeComponent Monitor check hasOneManagedCheck Analyze Plan Execute act hasOneManagedAct Knowledge Interaction context target targetAndContextNotNull DecentralizedControlPattern elements IntraComponentInteraction InterComponentInteraction ReadWriteInteraction Subsystem Delegation Coordination inverse decentralizedPattern Node Master Slave UnderlyingSubsystem hasAssociatedTargetPlanner hasAssociatedContextPlanner RegionalPlanner AbstractPeer Peer HPeer hasDirectManaged PatternType NoPattern NoPattern InfoSharing InfoSharing CustomPattern CustomPattern CoordControl CoordControl HierControl HierControl RegPlanning RegPlanning MasterSlave MasterSlave ConcretePattern type
null
{"directed":true,"nodes":[{"nsPrefix":"patternGenerator","nsURI":"http://www.example.org/patternGenerator","name":"patternGenerator","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManagingSystem","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManagedSystem","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapeComponent","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Analyze","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plan","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Execute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Knowledge","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecentralizedControlPattern","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntraComponentInteraction","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterComponentInteraction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadWriteInteraction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordination","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"nsPrefix":"decentralizedPattern","nsURI":"http://www.example.org/patternGenerator/decentralizedPattern","name":"decentralizedPattern","id":18,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasInterComponentInteractions","changeable":false,"lowerBound":1,"iD":false,"id":19,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasIntraComponentInteractions","changeable":false,"lowerBound":1,"iD":false,"id":20,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"getAllInterComponentInteractions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":21,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasMyTargetInterComponentInteractions","changeable":false,"lowerBound":1,"iD":false,"id":22,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"getMyTargetInterComponentInteractions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":23,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasMyContextInterComponentInteractions","changeable":false,"lowerBound":1,"iD":false,"id":24,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"getMyContextInterComponentInteractions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"getAllIntraComponentInteractions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":26,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasMyIntraComponentInteractions","changeable":false,"lowerBound":1,"iD":false,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"getAllMyIntraComponentInteractions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":28,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"analyze","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"execute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"monitor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"check","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasOneManagedCheck","changeable":false,"lowerBound":1,"iD":false,"id":58,"derived":true},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"act","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasOneManagedAct","changeable":false,"lowerBound":1,"iD":false,"id":65,"derived":true},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"targetAndContextNotNull","changeable":false,"lowerBound":1,"iD":false,"id":72,"derived":true},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Master","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slave","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnderlyingSubsystem","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegionalPlanner","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPeer","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Peer","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HPeer","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PatternType","instanceClass":null,"id":95,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcretePattern","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasAssociatedTargetPlanner","changeable":false,"lowerBound":1,"iD":false,"id":100,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasAssociatedContextPlanner","changeable":false,"lowerBound":1,"iD":false,"id":101,"derived":true},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"hasDirectManaged","changeable":false,"lowerBound":1,"iD":false,"id":108,"derived":true},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"name":"NoPattern","id":111,"value":0,"literal":"NoPattern","eClass":"EEnumLiteral"},{"name":"InfoSharing","id":112,"value":1,"literal":"InfoSharing","eClass":"EEnumLiteral"},{"name":"CustomPattern","id":113,"value":2,"literal":"CustomPattern","eClass":"EEnumLiteral"},{"name":"CoordControl","id":114,"value":3,"literal":"CoordControl","eClass":"EEnumLiteral"},{"name":"HierControl","id":115,"value":4,"literal":"HierControl","eClass":"EEnumLiteral"},{"name":"RegPlanning","id":116,"value":5,"literal":"RegPlanning","eClass":"EEnumLiteral"},{"name":"MasterSlave","id":117,"value":6,"literal":"MasterSlave","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":19,"target":36},{"source":19,"target":2},{"source":20,"target":37},{"source":20,"target":2},{"source":21,"target":13},{"source":21,"target":38},{"source":21,"target":2},{"source":38,"target":13},{"source":22,"target":39},{"source":22,"target":2},{"source":23,"target":13},{"source":23,"target":40},{"source":23,"target":2},{"source":40,"target":13},{"source":24,"target":41},{"source":24,"target":2},{"source":25,"target":13},{"source":25,"target":42},{"source":25,"target":2},{"source":42,"target":13},{"source":26,"target":12},{"source":26,"target":43},{"source":26,"target":2},{"source":43,"target":12},{"source":27,"target":44},{"source":27,"target":2},{"source":28,"target":12},{"source":28,"target":45},{"source":28,"target":2},{"source":45,"target":12},{"source":29,"target":6},{"source":29,"target":46},{"source":29,"target":2},{"source":46,"target":6},{"source":30,"target":7},{"source":30,"target":47},{"source":30,"target":2},{"source":47,"target":7},{"source":31,"target":8},{"source":31,"target":48},{"source":31,"target":2},{"source":48,"target":8},{"source":32,"target":49},{"source":32,"target":2},{"source":33,"target":9},{"source":33,"target":50},{"source":33,"target":2},{"source":50,"target":9},{"source":34,"target":5},{"source":34,"target":51},{"source":34,"target":2},{"source":51,"target":5},{"source":35,"target":15},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":52,"target":55},{"source":52,"target":3},{"source":53,"target":56},{"source":53,"target":3},{"source":54,"target":15},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":57,"target":15},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":15},{"source":58,"target":61},{"source":58,"target":5},{"source":59,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":62},{"source":62,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":63},{"source":63,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":64,"target":15},{"source":64,"target":67},{"source":64,"target":8},{"source":67,"target":15},{"source":65,"target":68},{"source":65,"target":8},{"source":66,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":69},{"source":69,"target":4},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":70,"target":4},{"source":70,"target":74},{"source":70,"target":10},{"source":74,"target":4},{"source":71,"target":4},{"source":71,"target":75},{"source":71,"target":10},{"source":75,"target":4},{"source":72,"target":76},{"source":72,"target":10},{"source":73,"target":1},{"source":11,"target":0},{"source":11,"target":77},{"source":77,"target":1},{"source":77,"target":78},{"source":77,"target":11},{"source":78,"target":1},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":79},{"source":79,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":80},{"source":80,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":81},{"source":81,"target":10},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":82},{"source":82,"target":1},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":83},{"source":83,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":84},{"source":17,"target":85},{"source":84,"target":17},{"source":84,"target":86},{"source":84,"target":17},{"source":86,"target":17},{"source":85,"target":12},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":18,"target":90},{"source":18,"target":91},{"source":18,"target":92},{"source":18,"target":93},{"source":18,"target":94},{"source":18,"target":95},{"source":18,"target":96},{"source":18,"target":0},{"source":87,"target":18},{"source":87,"target":2},{"source":87,"target":97},{"source":97,"target":2},{"source":88,"target":18},{"source":88,"target":2},{"source":88,"target":98},{"source":98,"target":2},{"source":89,"target":18},{"source":89,"target":2},{"source":89,"target":99},{"source":99,"target":2},{"source":90,"target":18},{"source":90,"target":2},{"source":90,"target":100},{"source":90,"target":101},{"source":90,"target":102},{"source":100,"target":103},{"source":100,"target":90},{"source":101,"target":104},{"source":101,"target":90},{"source":102,"target":2},{"source":91,"target":18},{"source":91,"target":2},{"source":91,"target":105},{"source":105,"target":2},{"source":92,"target":18},{"source":92,"target":2},{"source":92,"target":106},{"source":106,"target":2},{"source":93,"target":18},{"source":93,"target":92},{"source":93,"target":107},{"source":107,"target":92},{"source":94,"target":18},{"source":94,"target":92},{"source":94,"target":108},{"source":94,"target":109},{"source":108,"target":110},{"source":108,"target":94},{"source":109,"target":92},{"source":95,"target":18},{"source":95,"target":111},{"source":95,"target":112},{"source":95,"target":113},{"source":95,"target":114},{"source":95,"target":115},{"source":95,"target":116},{"source":95,"target":117},{"source":111,"target":95},{"source":112,"target":95},{"source":113,"target":95},{"source":114,"target":95},{"source":115,"target":95},{"source":116,"target":95},{"source":117,"target":95},{"source":96,"target":18},{"source":96,"target":11},{"source":96,"target":118},{"source":96,"target":119},{"source":118,"target":95},{"source":118,"target":120},{"source":118,"target":96},{"source":120,"target":95},{"source":119,"target":11}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="modelmerging" nsURI="platform:/resource/ModelMerging/modelmerging/metamodel/MatchRulesMetaModel.ecore#/" nsPrefix="modelmerging"> <eAnnotations source="kermeta.req"> <details key="platform:/resource/ModelMerging/modelmerging/Utils.kmt" value="platform:/resource/ModelMerging/modelmerging/Utils.kmt"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Utils"> <eOperations name="conformingClasses" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean&#xA;&#x9;if (s1.size) &lt; (s2.size) then&#xA;&#x9;&#x9;res := s1.forAll{s | s2.exists{t | conformingType(t, s)}}&#xA;&#xA;&#x9;else&#xA;&#x9;&#x9;res := s2.forAll{s | s1.exists{t | conformingType(t, s)}}&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="s1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Set"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Class"/> </eAnnotations> </eParameters> <eParameters name="s2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Set"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Class"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="conformingTypes" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean init true&#xA;&#x9;if (s1.size) == (s2.size) then&#xA;&#x9;&#x9;from var i : kermeta::reflection::Integer init 0&#xA;&#x9;&#x9;until ((i) &lt; (s1.size)) and (res)&#xA;&#x9;&#x9;loop&#xA;&#x9;&#x9;&#x9;res := conformingType(s1.elementAt(i), s2.elementAt(i))&#xA;&#x9;&#x9;end&#xA;&#xA;&#x9;else&#xA;&#x9;&#x9;res := false&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="s1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Sequence"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Type"/> </eAnnotations> </eParameters> <eParameters name="s2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Sequence"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Type"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="conformingType" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean init (isSubType(t1, t2)) or (isSubType(t2, t1))&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="t1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Type"/> <eParameters name="t2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Type"/> </eOperations> <eOperations name="equalsClassSet" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean init false&#xA;&#x9;if (s1.size) == (s2.size) then&#xA;&#x9;&#x9;res := s1.forAll{c1 | s2.exists{c2 | equalsType(c1, c2)}}&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="s1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Set"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Class"/> </eAnnotations> </eParameters> <eParameters name="s2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Set"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Class"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="equalsParameters" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean init true&#xA;&#x9;var ps1 : kermeta::standard::Sequence&lt;kermeta::reflection::Parameter> init p1.asSequence&#xA;&#x9;var ps2 : kermeta::standard::Sequence&lt;kermeta::reflection::Parameter> init p2.asSequence&#xA;&#x9;if ((p1.size) == (p2.size)) and ((p1.size) != (0)) then&#xA;&#x9;&#x9;from var i : kermeta::reflection::Integer init 0&#xA;&#x9;&#x9;until ((i) == ((p1.size) - (1))) and (res)&#xA;&#x9;&#x9;loop&#xA;&#x9;&#x9;&#x9;res := equalsParameter(ps1.elementAt(i), ps2.elementAt(i))&#xA;&#x9;&#x9;&#x9;i := (i) + (1)&#xA;&#x9;&#x9;end&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="p1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Set"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Parameter"/> </eAnnotations> </eParameters> <eParameters name="p2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Set"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Parameter"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="equalsParameter" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;result := (p1.name.equals(p2.name)) and (equalsType(p1.type, p2.type))&#xA;end"/> </eAnnotations> <eParameters name="p1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Parameter"/> <eParameters name="p2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Parameter"/> </eOperations> <eOperations name="equalsType" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean init false&#xA;&#x9;if (kermeta::reflection::DataType.isInstance(t1)) and (kermeta::reflection::DataType.isInstance(t2)) then&#xA;&#x9;&#x9;var d1 : kermeta::reflection::DataType&#xA;&#x9;&#x9;d1 ?= t1&#xA;&#x9;&#x9;var d2 : kermeta::reflection::DataType&#xA;&#x9;&#x9;d2 ?= t2&#xA;&#x9;&#x9;res := d1.name.equals(d2.name)&#xA;&#xA;&#x9;else&#xA;&#x9;&#x9;if (kermeta::reflection::Class.isInstance(t1)) and (kermeta::reflection::Class.isInstance(t2)) then&#xA;&#x9;&#x9;&#x9;var c1 : kermeta::reflection::Class&#xA;&#x9;&#x9;&#x9;c1 ?= t1&#xA;&#x9;&#x9;&#x9;var c2 : kermeta::reflection::Class&#xA;&#x9;&#x9;&#x9;c2 ?= t2&#xA;&#x9;&#x9;&#x9;res := c1.name.equals(c2.name)&#xA;&#xA;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;if (kermeta::reflection::VoidType.isInstance(t1)) and (kermeta::reflection::VoidType.isInstance(t2)) then&#xA;&#x9;&#x9;&#x9;&#x9;res := true&#xA;&#xA;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;stdio.writeln(&quot;can't compare types other than Void, DataType and Class&quot;)&#xA;&#xA;&#x9;&#x9;&#x9;end&#xA;&#xA;&#x9;&#x9;end&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="t1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Type"/> <eParameters name="t2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Type"/> </eOperations> <eOperations name="isSubType" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean init false&#xA;&#x9;if equalsType(t1, t2) then&#xA;&#x9;&#x9;res := true&#xA;&#xA;&#x9;else&#xA;&#x9;&#x9;if (kermeta::reflection::Class.isInstance(t1)) and (kermeta::reflection::Class.isInstance(t2)) then&#xA;&#x9;&#x9;&#x9;var c1 : kermeta::reflection::Class&#xA;&#x9;&#x9;&#x9;c1 ?= t1&#xA;&#x9;&#x9;&#x9;var c2 : kermeta::reflection::Class&#xA;&#x9;&#x9;&#x9;c2 ?= t2&#xA;&#x9;&#x9;&#x9;var super1 : kermeta::standard::Set&lt;kermeta::reflection::Class> init c1.superClass&#xA;&#x9;&#x9;&#x9;res := isSuperclass(c2, super1)&#xA;&#xA;&#x9;&#x9;end&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="t1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Type"/> <eParameters name="t2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Type"/> </eOperations> <eOperations name="isSuperclass" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Boolean"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean init false&#xA;&#x9;if (s.isNotEqual(void)) and ((s.size) > (0)) then&#xA;&#x9;&#x9;res := s.exists{cl | cl.name.equals(c.name)}&#xA;&#x9;&#x9;if (res) == (false) then&#xA;&#x9;&#x9;&#x9;var newSuperclassSet : kermeta::standard::Set&lt;kermeta::reflection::Class> init kermeta::standard::Set&lt;kermeta::reflection::Class>.new&#xA;&#x9;&#x9;&#x9;s.each{cl | if (cl.isNotEqual(void)) and (cl.superClass.isNotEqual(void)) then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;newSuperclassSet.addAll(cl.superClass)&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;end}&#xA;&#x9;&#x9;&#x9;res := isSuperclass(c, newSuperclassSet)&#xA;&#xA;&#x9;&#x9;end&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="c" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Class"/> <eParameters name="s" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Set"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Class"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="cloneProperty" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Property"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var prop : kermeta::language::structure::Property&#xA;&#x9;prop ?= source&#xA;&#x9;result := kermeta::language::structure::Property.clone(prop)&#xA;end"/> </eAnnotations> <eParameters name="source" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Property"/> </eOperations> <eOperations name="cloneClassDefinition" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/ClassDefinition"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var cd : kermeta::language::structure::ClassDefinition init kermeta::language::structure::ClassDefinition.new&#xA;&#x9;cd.name := source.name&#xA;&#x9;cd.isAbstract := source.isAbstract&#xA;&#x9;cd.~inv.addAll(kermeta::standard::Set&lt;kermeta::reflection::Constraint>.clone(source.~inv))&#xA;&#x9;cd.superType.addAll(source.superType)&#xA;&#x9;result := cd&#xA;end"/> </eAnnotations> <eParameters name="source" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/ClassDefinition"/> </eOperations> <eOperations name="cloneOperation" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Operation"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Operation init kermeta::language::structure::Operation.new&#xA;&#x9;res.isAbstract := op.isAbstract&#xA;&#x9;op.ownedParameter.each{param | res.ownedParameter.add(cloneParameter(param))}&#xA;&#x9;res.name := op.name&#xA;&#x9;res.type := op.type&#xA;&#x9;res.isOrdered := op.isOrdered&#xA;&#x9;res.isUnique := op.isUnique&#xA;&#x9;res.lower := op.lower&#xA;&#x9;res.upper := op.upper&#xA;&#x9;op.~pre.each{p | res.~pre.add(cloneConstraint(p))}&#xA;&#x9;op.~post.each{p | res.~post.add(cloneConstraint(p))}&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="op" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Operation"/> </eOperations> <eOperations name="cloneParameter" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Parameter"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var param : kermeta::language::structure::Parameter&#xA;&#x9;param ?= p&#xA;&#x9;result := kermeta::language::structure::Parameter.clone(param)&#xA;end"/> </eAnnotations> <eParameters name="p" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Parameter"/> </eOperations> <eOperations name="cloneConstraint" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Constraint"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var cons : kermeta::language::structure::Constraint&#xA;&#x9;cons ?= c&#xA;&#x9;result := kermeta::language::structure::Constraint.clone(cons)&#xA;end"/> </eAnnotations> <eParameters name="c" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Constraint"/> </eOperations> <eOperations name="cloneType" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Type"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Type&#xA;&#x9;if kermeta::reflection::Class.isInstance(t) then&#xA;&#x9;&#x9;var c : kermeta::language::structure::Class init kermeta::language::structure::Class.new&#xA;&#x9;&#x9;var cTemp : kermeta::language::structure::Class&#xA;&#x9;&#x9;cTemp ?= t&#xA;&#x9;&#x9;c.typeDefinition := cTemp.typeDefinition&#xA;&#x9;&#x9;c.typeContainer := cTemp.typeContainer&#xA;&#x9;&#x9;res := c&#xA;&#x9;&#x9;stdio.writeln(&quot;cloning class&quot;)&#xA;&#xA;&#x9;else&#xA;&#x9;&#x9;raise &quot;Cloning doesn't support type: &quot;.plus(t.toString)&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> </eAnnotations> <eParameters name="t" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Type"/> </eOperations> <eOperations name="composeConstraintsSequence" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Constraint"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var andExp1 : kermeta::language::behavior::CallFeature init kermeta::language::behavior::CallFeature.new&#xA;&#x9;andExp1.name := operator&#xA;&#x9;var tmpExp1 : kermeta::language::behavior::Expression&#xA;&#x9;var cons : kermeta::language::structure::Constraint&#xA;&#x9;cons ?= seq1.elementAt(0)&#xA;&#x9;tmpExp1 := cons.body&#xA;&#x9;from var i : kermeta::reflection::Integer init 1&#xA;&#x9;until (i) == (seq1.size)&#xA;&#x9;loop&#xA;&#x9;&#x9;andExp1.target := tmpExp1&#xA;&#x9;&#x9;cons ?= seq1.elementAt(i)&#xA;&#x9;&#x9;andExp1.parameters.add(cons.body)&#xA;&#x9;&#x9;tmpExp1 := andExp1&#xA;&#x9;&#x9;andExp1 := kermeta::language::behavior::CallFeature.new&#xA;&#x9;&#x9;andExp1.name := operator&#xA;&#x9;&#x9;i := (i) + (1)&#xA;&#x9;end&#xA;&#x9;cons.body := tmpExp1&#xA;&#x9;result := cloneConstraint(cons)&#xA;end"/> </eAnnotations> <eParameters name="seq1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Sequence"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Constraint"/> </eAnnotations> </eParameters> <eParameters name="operator" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/String"/> </eOperations> <eOperations name="composeConstraints" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Constraint"> <eAnnotations source="kermeta"> <details key="body" value="do&#xA;&#x9;var exp : kermeta::language::behavior::CallFeature init kermeta::language::behavior::CallFeature.new&#xA;&#x9;exp.name := operator&#xA;&#x9;var cons : kermeta::language::structure::Constraint&#xA;&#x9;cons ?= c1&#xA;&#x9;exp.target := cons.body&#xA;&#x9;cons ?= c2&#xA;&#x9;exp.parameters.add(cons.body)&#xA;&#x9;cons := kermeta::language::structure::Constraint.new&#xA;&#x9;cons.body := exp&#xA;&#x9;result := cons&#xA;end"/> </eAnnotations> <eParameters name="c1" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Constraint"/> <eParameters name="c2" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Constraint"/> <eParameters name="operator" eType="ecore:EDataType ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/String"/> </eOperations> </eClassifiers> <eSubpackages name="metamodel" nsURI="platform:/resource/ModelMerging/modelmerging/metamodel/MatchRulesMetaModel.ecore/metamodel" nsPrefix="metamodel"> <eClassifiers xsi:type="ecore:EClass" name="MatchRuleFile"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="#//metamodel/MatchRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//metamodel/BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//metamodel/String"> <eAnnotations source="kermeta"> <details key="isComposite" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta"> <details key="isAbstract" value="true"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="utils" eType="#//Utils"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="ecore:EClass ../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Sequence"> <eAnnotations source="kermeta.typeVariableBindings"> <details key="0" value="kermeta::reflection::Object"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//metamodel/BooleanExpression"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;operand.context := self.context&#xA;&#x9;if operator.equals(&quot;not&quot;) then&#xA;&#x9;&#x9;result := not (operand.evaluate)&#xA;&#xA;&#x9;else&#xA;&#x9;&#x9;raise &quot;unary operator not supported&quot;&#xA;&#xA;&#x9;end&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="#//metamodel/BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//metamodel/String"> <eAnnotations source="kermeta"> <details key="isComposite" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" abstract="true" eSuperTypes="#//metamodel/BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//metamodel/String"> <eAnnotations source="kermeta"> <details key="isComposite" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassPredicate" abstract="true" eSuperTypes="#//metamodel/Predicate"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyPredicate" abstract="true" eSuperTypes="#//metamodel/Predicate"/> <eClassifiers xsi:type="ecore:EClass" name="OperationPredicate" abstract="true" eSuperTypes="#//metamodel/Predicate"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="#//metamodel/BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//metamodel/BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//metamodel/BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//metamodel/BinaryExpression"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;left.context := self.context&#xA;&#x9;right.context := self.context&#xA;&#x9;result := (left.evaluate) and (right.evaluate)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//metamodel/BinaryExpression"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;left.context := self.context&#xA;&#x9;right.context := self.context&#xA;&#x9;result := (left.evaluate) or (right.evaluate)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BothAbstractClasses" eSuperTypes="#//metamodel/ClassPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;var e1 : kermeta::reflection::ClassDefinition&#xA;&#x9;e1 ?= context.elementAt(0)&#xA;&#x9;var e2 : kermeta::reflection::ClassDefinition&#xA;&#x9;e2 ?= context.elementAt(1)&#xA;&#x9;result := ((e1.isAbstract) and (e2.isAbstract)) or ((not (e1.isAbstract)) and (not (e2.isAbstract)))&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SameSuperclasses" eSuperTypes="#//metamodel/ClassPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var e1 : kermeta::reflection::ClassDefinition&#xA;&#x9;e1 ?= context.elementAt(0)&#xA;&#x9;var e2 : kermeta::reflection::ClassDefinition&#xA;&#x9;e2 ?= context.elementAt(1)&#xA;&#x9;var u : modelmerging::Utils init self.utils&#xA;&#x9;result := utils.equalsClassSet(e1.superType, e2.superType)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConformingSuperclasses" eSuperTypes="#//metamodel/ClassPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var e1 : kermeta::reflection::ClassDefinition&#xA;&#x9;e1 ?= context.elementAt(0)&#xA;&#x9;var e2 : kermeta::reflection::ClassDefinition&#xA;&#x9;e2 ?= context.elementAt(1)&#xA;&#x9;result := utils.conformingClasses(e1.superType, e2.superType)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SameType" eSuperTypes="#//metamodel/PropertyPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var e1 : kermeta::reflection::Property&#xA;&#x9;e1 ?= context.elementAt(0)&#xA;&#x9;var e2 : kermeta::reflection::Property&#xA;&#x9;e2 ?= context.elementAt(1)&#xA;&#x9;result := utils.equalsType(e1.type, e2.type)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConformingType" eSuperTypes="#//metamodel/PropertyPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var e1 : kermeta::reflection::Property&#xA;&#x9;e1 ?= context.elementAt(0)&#xA;&#x9;var e2 : kermeta::reflection::Property&#xA;&#x9;e2 ?= context.elementAt(1)&#xA;&#x9;result := utils.conformingType(e1.type, e2.type)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SameMultiplicity" eSuperTypes="#//metamodel/PropertyPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;var e1 : kermeta::reflection::Property&#xA;&#x9;e1 ?= context.elementAt(0)&#xA;&#x9;var e2 : kermeta::reflection::Property&#xA;&#x9;e2 ?= context.elementAt(1)&#xA;&#x9;result := ((e1.lower) == (e2.lower)) and (e1.upper.equals(e2.upper))&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SameContainment" eSuperTypes="#//metamodel/PropertyPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;var e1 : kermeta::reflection::Property&#xA;&#x9;e1 ?= context.elementAt(0)&#xA;&#x9;var e2 : kermeta::reflection::Property&#xA;&#x9;e2 ?= context.elementAt(1)&#xA;&#x9;result := ((e1.isComposite) and (e2.isComposite)) or ((not (e1.isComposite)) and (not (e2.isComposite)))&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainedMultiplicity" eSuperTypes="#//metamodel/PropertyPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;var e1 : kermeta::reflection::Property&#xA;&#x9;e1 ?= context.elementAt(0)&#xA;&#x9;var e2 : kermeta::reflection::Property&#xA;&#x9;e2 ?= context.elementAt(1)&#xA;&#x9;result := (((e1.lower) >= (e2.lower)) and (e1.upper.isLowerOrEqual(e2.upper))) or (((e1.lower) &lt;= (e2.lower)) and (e1.upper.isGreaterOrEqual(e2.upper)))&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BothAbstractOperations" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;result := ((o1.isAbstract) and (o2.isAbstract)) or ((not (o1.isAbstract)) and (not (o2.isAbstract)))&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SameReturnType" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;result := utils.equalsType(o1.type, o2.type)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConformingReturnType" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;result := utils.conformingType(o1.type, o2.type)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SameParameters" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;result := utils.equalsParameters(o1.ownedParameter, o2.ownedParameter)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConformingParameters" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;var paramsNames1 : kermeta::standard::Sequence&lt;kermeta::reflection::String> init o1.ownedParameter.collect{p | p.name}&#xA;&#x9;var paramsNames2 : kermeta::standard::Sequence&lt;kermeta::reflection::String> init o2.ownedParameter.collect{p | p.name}&#xA;&#x9;if paramsNames1.equals(paramsNames2) then&#xA;&#x9;&#x9;var params1 : kermeta::standard::Sequence&lt;kermeta::reflection::Type> init o1.ownedParameter.collect{p | p.type}&#xA;&#x9;&#x9;var params2 : kermeta::standard::Sequence&lt;kermeta::reflection::Type> init o2.ownedParameter.collect{p | p.type}&#xA;&#x9;&#x9;result := utils.conformingTypes(params1, params2)&#xA;&#xA;&#x9;else&#xA;&#x9;&#x9;result := false&#xA;&#xA;&#x9;end&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainedParameters" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;if (o1.ownedParameter.size) >= (o2.ownedParameter.size) then&#xA;&#x9;&#x9;result := o2.ownedParameter.forAll{p2 | o1.ownedParameter.exists{p1 | utils.equalsParameter(p1, p2)}}&#xA;&#xA;&#x9;else&#xA;&#x9;&#x9;result := o1.ownedParameter.forAll{p1 | o2.ownedParameter.exists{p2 | utils.equalsParameter(p1, p2)}}&#xA;&#xA;&#x9;end&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SameTypeOfOperation" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;result := ((o1.superOperation.isNotEqual(void)) and (o2.superOperation.isNotEqual(void))) or ((o1.superOperation.equals(void)) and (o2.superOperation.equals(void)))&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SameExceptions" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;var res : kermeta::reflection::Boolean init false&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;if (o1.raisedException.size) == (o2.raisedException.size) then&#xA;&#x9;&#x9;if (o1.raisedException.size) == (0) then&#xA;&#x9;&#x9;&#x9;res := true&#xA;&#xA;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;res := o1.raisedException.forAll{e1 | o2.raisedException.exists{e2 | self.utils.equalsType(e1, e2)}}&#xA;&#xA;&#x9;&#x9;end&#xA;&#xA;&#x9;end&#xA;&#x9;result := res&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConformingExceptions" eSuperTypes="#//metamodel/OperationPredicate"> <eOperations name="evaluate" eType="#//metamodel/Boolean"> <eAnnotations source="kermeta" references="#//metamodel/BooleanExpression/evaluate"> <details key="body" value="do&#xA;&#x9;self.utils := modelmerging::Utils.new&#xA;&#x9;var o1 : kermeta::reflection::Operation&#xA;&#x9;o1 ?= context.elementAt(0)&#xA;&#x9;var o2 : kermeta::reflection::Operation&#xA;&#x9;o2 ?= context.elementAt(1)&#xA;&#x9;result := utils.conformingTypes(o1.raisedException.asSequence, o2.raisedException.asSequence)&#xA;end"/> <details key="superOperation" value="modelmerging::metamodel::BooleanExpression"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/weaving_projects/ModelMerging/modelmerging/metamodel/MatchRulesMetaModel.ecore
ecore
modelmerging Utils conformingClasses s1 s2 conformingTypes s1 s2 conformingType t1 t2 equalsClassSet s1 s2 equalsParameters p1 p2 equalsParameter p1 p2 equalsType t1 t2 isSubType t1 t2 isSuperclass c s cloneProperty source cloneClassDefinition source cloneOperation op cloneParameter p cloneConstraint c cloneType t composeConstraintsSequence seq1 operator composeConstraints c1 c2 operator metamodel MatchRuleFile rules MatchRule expression name BooleanExpression evaluate utils context UnaryExpression evaluate operand operator Predicate name ClassPredicate PropertyPredicate OperationPredicate BinaryExpression left right AndExpression evaluate OrExpression evaluate BothAbstractClasses evaluate SameSuperclasses evaluate ConformingSuperclasses evaluate SameType evaluate ConformingType evaluate SameMultiplicity evaluate SameContainment evaluate ContainedMultiplicity evaluate BothAbstractOperations evaluate SameReturnType evaluate ConformingReturnType evaluate SameParameters evaluate ConformingParameters evaluate ContainedParameters evaluate SameTypeOfOperation evaluate SameExceptions evaluate ConformingExceptions evaluate String java.lang.String java.lang.String Boolean java.lang.Boolean java.lang.Boolean
null
{"directed":true,"nodes":[{"nsPrefix":"modelmerging","nsURI":"platform:/resource/ModelMerging/modelmerging/metamodel/MatchRulesMetaModel.ecore#/","name":"modelmerging","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utils","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"metamodel","nsURI":"platform:/resource/ModelMerging/modelmerging/metamodel/MatchRulesMetaModel.ecore/metamodel","name":"metamodel","id":2,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"conformingClasses","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"conformingTypes","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"conformingType","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsClassSet","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsParameters","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsParameter","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsType","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSubType","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperclass","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneProperty","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneClassDefinition","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneOperation","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneParameter","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneConstraint","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneType","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"composeConstraintsSequence","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"composeConstraints","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"s1","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"s2","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"s1","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"s2","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t1","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"t2","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"s1","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"s2","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p1","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"p2","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p1","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"p2","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t1","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"t2","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EParameter"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t1","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"t2","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"c","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"s","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"op","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"c","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"seq1","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"operator","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"c1","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"c2","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"operator","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchRuleFile","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchRule","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":true,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPredicate","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyPredicate","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationPredicate","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BothAbstractClasses","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameSuperclasses","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConformingSuperclasses","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameType","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConformingType","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameMultiplicity","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameContainment","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainedMultiplicity","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BothAbstractOperations","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameReturnType","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConformingReturnType","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameParameters","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConformingParameters","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainedParameters","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameTypeOfOperation","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameExceptions","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConformingExceptions","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":123,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":124,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"utils","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":3,"target":20},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":22},{"source":21,"target":23},{"source":21,"target":3},{"source":22,"target":24},{"source":22,"target":3},{"source":4,"target":25},{"source":4,"target":1},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":28},{"source":26,"target":4},{"source":27,"target":29},{"source":27,"target":4},{"source":5,"target":30},{"source":5,"target":1},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":33},{"source":31,"target":5},{"source":32,"target":34},{"source":32,"target":5},{"source":6,"target":35},{"source":6,"target":1},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":38},{"source":36,"target":6},{"source":37,"target":39},{"source":37,"target":6},{"source":7,"target":40},{"source":7,"target":1},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":43},{"source":41,"target":7},{"source":42,"target":44},{"source":42,"target":7},{"source":8,"target":45},{"source":8,"target":1},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":48},{"source":46,"target":8},{"source":47,"target":49},{"source":47,"target":8},{"source":9,"target":50},{"source":9,"target":1},{"source":9,"target":51},{"source":9,"target":52},{"source":51,"target":53},{"source":51,"target":9},{"source":52,"target":54},{"source":52,"target":9},{"source":10,"target":55},{"source":10,"target":1},{"source":10,"target":56},{"source":10,"target":57},{"source":56,"target":58},{"source":56,"target":10},{"source":57,"target":59},{"source":57,"target":10},{"source":11,"target":60},{"source":11,"target":1},{"source":11,"target":61},{"source":11,"target":62},{"source":61,"target":63},{"source":61,"target":11},{"source":62,"target":64},{"source":62,"target":11},{"source":12,"target":65},{"source":12,"target":1},{"source":12,"target":66},{"source":66,"target":67},{"source":66,"target":12},{"source":13,"target":68},{"source":13,"target":1},{"source":13,"target":69},{"source":69,"target":70},{"source":69,"target":13},{"source":14,"target":71},{"source":14,"target":1},{"source":14,"target":72},{"source":72,"target":73},{"source":72,"target":14},{"source":15,"target":74},{"source":15,"target":1},{"source":15,"target":75},{"source":75,"target":76},{"source":75,"target":15},{"source":16,"target":77},{"source":16,"target":1},{"source":16,"target":78},{"source":78,"target":79},{"source":78,"target":16},{"source":17,"target":80},{"source":17,"target":1},{"source":17,"target":81},{"source":81,"target":82},{"source":81,"target":17},{"source":18,"target":83},{"source":18,"target":1},{"source":18,"target":84},{"source":18,"target":85},{"source":84,"target":86},{"source":84,"target":18},{"source":85,"target":87},{"source":85,"target":18},{"source":19,"target":88},{"source":19,"target":1},{"source":19,"target":89},{"source":19,"target":90},{"source":19,"target":91},{"source":89,"target":92},{"source":89,"target":19},{"source":90,"target":93},{"source":90,"target":19},{"source":91,"target":94},{"source":91,"target":19},{"source":2,"target":95},{"source":2,"target":96},{"source":2,"target":97},{"source":2,"target":98},{"source":2,"target":99},{"source":2,"target":100},{"source":2,"target":101},{"source":2,"target":102},{"source":2,"target":103},{"source":2,"target":104},{"source":2,"target":105},{"source":2,"target":106},{"source":2,"target":107},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":2,"target":113},{"source":2,"target":114},{"source":2,"target":115},{"source":2,"target":116},{"source":2,"target":117},{"source":2,"target":118},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":2,"target":0},{"source":95,"target":2},{"source":95,"target":125},{"source":125,"target":96},{"source":125,"target":126},{"source":125,"target":95},{"source":126,"target":96},{"source":96,"target":2},{"source":96,"target":127},{"source":96,"target":128},{"source":127,"target":97},{"source":127,"target":129},{"source":127,"target":96},{"source":129,"target":97},{"source":128,"target":123},{"source":128,"target":130},{"source":128,"target":96},{"source":130,"target":123},{"source":97,"target":2},{"source":97,"target":131},{"source":97,"target":132},{"source":97,"target":133},{"source":131,"target":124},{"source":131,"target":134},{"source":131,"target":97},{"source":134,"target":124},{"source":132,"target":1},{"source":132,"target":135},{"source":132,"target":97},{"source":135,"target":1},{"source":133,"target":136},{"source":133,"target":97},{"source":98,"target":2},{"source":98,"target":97},{"source":98,"target":137},{"source":98,"target":138},{"source":98,"target":139},{"source":98,"target":140},{"source":137,"target":124},{"source":137,"target":141},{"source":137,"target":98},{"source":141,"target":124},{"source":138,"target":97},{"source":138,"target":142},{"source":138,"target":98},{"source":142,"target":97},{"source":139,"target":123},{"source":139,"target":143},{"source":139,"target":98},{"source":143,"target":123},{"source":140,"target":97},{"source":99,"target":2},{"source":99,"target":97},{"source":99,"target":144},{"source":99,"target":145},{"source":144,"target":123},{"source":144,"target":146},{"source":144,"target":99},{"source":146,"target":123},{"source":145,"target":97},{"source":100,"target":2},{"source":100,"target":99},{"source":100,"target":147},{"source":147,"target":99},{"source":101,"target":2},{"source":101,"target":99},{"source":101,"target":148},{"source":148,"target":99},{"source":102,"target":2},{"source":102,"target":99},{"source":102,"target":149},{"source":149,"target":99},{"source":103,"target":2},{"source":103,"target":97},{"source":103,"target":150},{"source":103,"target":151},{"source":103,"target":152},{"source":150,"target":97},{"source":150,"target":153},{"source":150,"target":103},{"source":153,"target":97},{"source":151,"target":97},{"source":151,"target":154},{"source":151,"target":103},{"source":154,"target":97},{"source":152,"target":97},{"source":104,"target":2},{"source":104,"target":103},{"source":104,"target":155},{"source":104,"target":156},{"source":155,"target":124},{"source":155,"target":157},{"source":155,"target":104},{"source":157,"target":124},{"source":156,"target":103},{"source":105,"target":2},{"source":105,"target":103},{"source":105,"target":158},{"source":105,"target":159},{"source":158,"target":124},{"source":158,"target":160},{"source":158,"target":105},{"source":160,"target":124},{"source":159,"target":103},{"source":106,"target":2},{"source":106,"target":100},{"source":106,"target":161},{"source":106,"target":162},{"source":161,"target":124},{"source":161,"target":163},{"source":161,"target":106},{"source":163,"target":124},{"source":162,"target":100},{"source":107,"target":2},{"source":107,"target":100},{"source":107,"target":164},{"source":107,"target":165},{"source":164,"target":124},{"source":164,"target":166},{"source":164,"target":107},{"source":166,"target":124},{"source":165,"target":100},{"source":108,"target":2},{"source":108,"target":100},{"source":108,"target":167},{"source":108,"target":168},{"source":167,"target":124},{"source":167,"target":169},{"source":167,"target":108},{"source":169,"target":124},{"source":168,"target":100},{"source":109,"target":2},{"source":109,"target":101},{"source":109,"target":170},{"source":109,"target":171},{"source":170,"target":124},{"source":170,"target":172},{"source":170,"target":109},{"source":172,"target":124},{"source":171,"target":101},{"source":110,"target":2},{"source":110,"target":101},{"source":110,"target":173},{"source":110,"target":174},{"source":173,"target":124},{"source":173,"target":175},{"source":173,"target":110},{"source":175,"target":124},{"source":174,"target":101},{"source":111,"target":2},{"source":111,"target":101},{"source":111,"target":176},{"source":111,"target":177},{"source":176,"target":124},{"source":176,"target":178},{"source":176,"target":111},{"source":178,"target":124},{"source":177,"target":101},{"source":112,"target":2},{"source":112,"target":101},{"source":112,"target":179},{"source":112,"target":180},{"source":179,"target":124},{"source":179,"target":181},{"source":179,"target":112},{"source":181,"target":124},{"source":180,"target":101},{"source":113,"target":2},{"source":113,"target":101},{"source":113,"target":182},{"source":113,"target":183},{"source":182,"target":124},{"source":182,"target":184},{"source":182,"target":113},{"source":184,"target":124},{"source":183,"target":101},{"source":114,"target":2},{"source":114,"target":102},{"source":114,"target":185},{"source":114,"target":186},{"source":185,"target":124},{"source":185,"target":187},{"source":185,"target":114},{"source":187,"target":124},{"source":186,"target":102},{"source":115,"target":2},{"source":115,"target":102},{"source":115,"target":188},{"source":115,"target":189},{"source":188,"target":124},{"source":188,"target":190},{"source":188,"target":115},{"source":190,"target":124},{"source":189,"target":102},{"source":116,"target":2},{"source":116,"target":102},{"source":116,"target":191},{"source":116,"target":192},{"source":191,"target":124},{"source":191,"target":193},{"source":191,"target":116},{"source":193,"target":124},{"source":192,"target":102},{"source":117,"target":2},{"source":117,"target":102},{"source":117,"target":194},{"source":117,"target":195},{"source":194,"target":124},{"source":194,"target":196},{"source":194,"target":117},{"source":196,"target":124},{"source":195,"target":102},{"source":118,"target":2},{"source":118,"target":102},{"source":118,"target":197},{"source":118,"target":198},{"source":197,"target":124},{"source":197,"target":199},{"source":197,"target":118},{"source":199,"target":124},{"source":198,"target":102},{"source":119,"target":2},{"source":119,"target":102},{"source":119,"target":200},{"source":119,"target":201},{"source":200,"target":124},{"source":200,"target":202},{"source":200,"target":119},{"source":202,"target":124},{"source":201,"target":102},{"source":120,"target":2},{"source":120,"target":102},{"source":120,"target":203},{"source":120,"target":204},{"source":203,"target":124},{"source":203,"target":205},{"source":203,"target":120},{"source":205,"target":124},{"source":204,"target":102},{"source":121,"target":2},{"source":121,"target":102},{"source":121,"target":206},{"source":121,"target":207},{"source":206,"target":124},{"source":206,"target":208},{"source":206,"target":121},{"source":208,"target":124},{"source":207,"target":102},{"source":122,"target":2},{"source":122,"target":102},{"source":122,"target":209},{"source":122,"target":210},{"source":209,"target":124},{"source":209,"target":211},{"source":209,"target":122},{"source":211,"target":124},{"source":210,"target":102},{"source":123,"target":2},{"source":124,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="abapobj" nsURI="http://rcer.sf.net/rom/abapobj" nsPrefix="net.sf.rcer.rom"> <eClassifiers xsi:type="ecore:EEnum" name="AttributeScope"> <eLiterals name="INSTANCE_ATTRIBUTE"/> <eLiterals name="STATIC_ATTRIBUTE" value="1"/> <eLiterals name="CONSTANT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Visibility"> <eLiterals name="PRIVATE"/> <eLiterals name="PROTECTED" value="1"/> <eLiterals name="PUBLIC" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttributeTypingType"> <eLiterals name="LIKE"/> <eLiterals name="TYPE" value="1"/> <eLiterals name="TYPE_REF_TO" value="3"/> <eLiterals name="CODING" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MethodScope"> <eLiterals name="INSTANCE"/> <eLiterals name="STATIC" value="1" literal="STATIC"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MethodParameterDeclarationType"> <eLiterals name="IMPORTING"/> <eLiterals name="EXPORTING" value="1"/> <eLiterals name="CHANGING" value="2"/> <eLiterals name="RETURNING" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForwardDeclarations" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typePools" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceForwardDefinitions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classForwardDefinitions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ABAPInterface" eSuperTypes="rom.ecore#//RepositoryObject #//ForwardDeclarations"> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitInterface" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unicodeChecked" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//InterfaceMethod" eKeys="#//InterfaceMethod/name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaces" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//InterfaceAttribute" containment="true" eKeys="#//InterfaceAttribute/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//InterfaceEvent" containment="true" eKeys="#//InterfaceEvent/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typing" ordered="false" unique="false" lowerBound="1" eType="#//AttributeTypingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" ordered="false" unique="false" lowerBound="1" eType="#//AttributeScope"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassAttribute" eSuperTypes="#//InterfaceAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//Visibility" defaultValueLiteral="PUBLIC"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" ordered="false" unique="false" lowerBound="1" eType="#//MethodScope"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventHandler" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventClass" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventName" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classBasedExceptions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodParameter" eKeys="#//MethodParameter/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//MethodException" eKeys="#//MethodException/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassMethod" eSuperTypes="#//InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//Visibility"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" ordered="false" unique="false" lowerBound="1" eType="#//MethodScope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//EventParameter" eKeys="#//EventParameter/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassEvent" eSuperTypes="#//InterfaceEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//Visibility"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declarationType" lowerBound="1" eType="#//MethodParameterDeclarationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callByValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typing" ordered="false" unique="false" lowerBound="1" eType="#//AttributeTypingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodException"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typing" ordered="false" unique="false" lowerBound="1" eType="#//AttributeTypingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ClassCreationScope"> <eLiterals name="PRIVATE"/> <eLiterals name="PROTECTED" value="1"/> <eLiterals name="PUBLIC" value="2"/> <eLiterals name="ABSTRACT" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ABAPClass" eSuperTypes="rom.ecore#//RepositoryObject #//ForwardDeclarations"> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationScope" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedPointArithmetics" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unicodeChecked" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="#//InterfaceImplementation" containment="true" eKeys="#//InterfaceImplementation/interfaceName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="friendClassNames" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//ClassAttribute" containment="true" eKeys="#//InterfaceAttribute/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//ClassMethod" eKeys="#//InterfaceMethod/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//ClassEvent" containment="true" eKeys="#//InterfaceEvent/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceImplementation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight24/17_abapobj.ecore
ecore
abapobj AttributeScope INSTANCE_ATTRIBUTE INSTANCE_ATTRIBUTE STATIC_ATTRIBUTE STATIC_ATTRIBUTE CONSTANT CONSTANT Visibility PRIVATE PRIVATE PROTECTED PROTECTED PUBLIC PUBLIC AttributeTypingType LIKE LIKE TYPE TYPE TYPE_REF_TO TYPE_REF_TO CODING CODING MethodScope INSTANCE INSTANCE STATIC STATIC MethodParameterDeclarationType IMPORTING IMPORTING EXPORTING EXPORTING CHANGING CHANGING RETURNING RETURNING ForwardDeclarations typePools interfaceForwardDefinitions classForwardDefinitions ABAPInterface description collection exitInterface false unicodeChecked true methods interfaces attributes events InterfaceAttribute name description typing typeName scope readOnly false defaultValue ClassAttribute visibility PUBLIC InterfaceMethod name scope eventHandler eventClass eventName classBasedExceptions parameters exceptions ClassMethod visibility abstract false final false InterfaceEvent name description scope parameters ClassEvent visibility MethodParameter name description declarationType callByValue false typing typeName defaultValue optional false MethodException name description EventParameter name typing typeName defaultValue optional false ClassCreationScope PRIVATE PRIVATE PROTECTED PROTECTED PUBLIC PUBLIC ABSTRACT ABSTRACT ABAPClass description collection superClassName creationScope final false fixedPointArithmetics true unicodeChecked true interfaces friendClassNames attributes methods events InterfaceImplementation interfaceName abstract false final false
null
{"directed":true,"nodes":[{"nsPrefix":"net.sf.rcer.rom","nsURI":"http://rcer.sf.net/rom/abapobj","name":"abapobj","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeScope","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeTypingType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MethodScope","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MethodParameterDeclarationType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForwardDeclarations","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ABAPInterface","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassAttribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethod","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMethod","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceEvent","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassEvent","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodException","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassCreationScope","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ABAPClass","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceImplementation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"name":"INSTANCE_ATTRIBUTE","id":20,"value":0,"literal":"INSTANCE_ATTRIBUTE","eClass":"EEnumLiteral"},{"name":"STATIC_ATTRIBUTE","id":21,"value":1,"literal":"STATIC_ATTRIBUTE","eClass":"EEnumLiteral"},{"name":"CONSTANT","id":22,"value":2,"literal":"CONSTANT","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":23,"value":0,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":24,"value":1,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":25,"value":2,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"LIKE","id":26,"value":0,"literal":"LIKE","eClass":"EEnumLiteral"},{"name":"TYPE","id":27,"value":1,"literal":"TYPE","eClass":"EEnumLiteral"},{"name":"TYPE_REF_TO","id":28,"value":3,"literal":"TYPE_REF_TO","eClass":"EEnumLiteral"},{"name":"CODING","id":29,"value":4,"literal":"CODING","eClass":"EEnumLiteral"},{"name":"INSTANCE","id":30,"value":0,"literal":"INSTANCE","eClass":"EEnumLiteral"},{"name":"STATIC","id":31,"value":1,"literal":"STATIC","eClass":"EEnumLiteral"},{"name":"IMPORTING","id":32,"value":0,"literal":"IMPORTING","eClass":"EEnumLiteral"},{"name":"EXPORTING","id":33,"value":1,"literal":"EXPORTING","eClass":"EEnumLiteral"},{"name":"CHANGING","id":34,"value":2,"literal":"CHANGING","eClass":"EEnumLiteral"},{"name":"RETURNING","id":35,"value":3,"literal":"RETURNING","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typePools","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceForwardDefinitions","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classForwardDefinitions","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":43,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"exitInterface","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"unicodeChecked","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typing","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"readOnly","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"PUBLIC","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"eventHandler","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"eventClass","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"eventName","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classBasedExceptions","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"declarationType","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"callByValue","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typing","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"optional","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typing","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"optional","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"name":"PRIVATE","id":141,"value":0,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":142,"value":1,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":143,"value":2,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"ABSTRACT","id":144,"value":3,"literal":"ABSTRACT","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":146,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"superClassName","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"creationScope","changeable":true,"lowerBound":1,"iD":false,"id":148,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"fixedPointArithmetics","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"unicodeChecked","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"friendClassNames","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"interfaceName","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":2},{"source":24,"target":2},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":26,"target":3},{"source":27,"target":3},{"source":28,"target":3},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":4},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":32,"target":5},{"source":33,"target":5},{"source":34,"target":5},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":36,"target":39},{"source":36,"target":6},{"source":37,"target":40},{"source":37,"target":6},{"source":38,"target":41},{"source":38,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":42,"target":52},{"source":42,"target":7},{"source":43,"target":53},{"source":43,"target":7},{"source":44,"target":54},{"source":44,"target":7},{"source":45,"target":55},{"source":45,"target":7},{"source":46,"target":10},{"source":46,"target":56},{"source":46,"target":7},{"source":46,"target":57},{"source":56,"target":10},{"source":47,"target":58},{"source":47,"target":7},{"source":48,"target":8},{"source":48,"target":59},{"source":48,"target":7},{"source":48,"target":60},{"source":59,"target":8},{"source":49,"target":12},{"source":49,"target":61},{"source":49,"target":7},{"source":49,"target":62},{"source":61,"target":12},{"source":51,"target":6},{"source":8,"target":0},{"source":8,"target":60},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":60,"target":69},{"source":60,"target":8},{"source":63,"target":70},{"source":63,"target":8},{"source":64,"target":3},{"source":64,"target":71},{"source":64,"target":8},{"source":71,"target":3},{"source":65,"target":72},{"source":65,"target":8},{"source":66,"target":1},{"source":66,"target":73},{"source":66,"target":8},{"source":73,"target":1},{"source":67,"target":74},{"source":67,"target":8},{"source":68,"target":75},{"source":68,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":76},{"source":9,"target":77},{"source":76,"target":2},{"source":76,"target":78},{"source":76,"target":9},{"source":78,"target":2},{"source":77,"target":8},{"source":10,"target":0},{"source":10,"target":57},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":57,"target":86},{"source":57,"target":10},{"source":79,"target":4},{"source":79,"target":87},{"source":79,"target":10},{"source":87,"target":4},{"source":80,"target":88},{"source":80,"target":10},{"source":81,"target":89},{"source":81,"target":10},{"source":82,"target":90},{"source":82,"target":10},{"source":83,"target":91},{"source":83,"target":10},{"source":84,"target":14},{"source":84,"target":92},{"source":84,"target":10},{"source":84,"target":93},{"source":92,"target":14},{"source":85,"target":15},{"source":85,"target":94},{"source":85,"target":10},{"source":85,"target":95},{"source":94,"target":15},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":96,"target":2},{"source":96,"target":100},{"source":96,"target":11},{"source":100,"target":2},{"source":97,"target":101},{"source":97,"target":11},{"source":98,"target":102},{"source":98,"target":11},{"source":99,"target":10},{"source":12,"target":0},{"source":12,"target":62},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":62,"target":106},{"source":62,"target":12},{"source":103,"target":107},{"source":103,"target":12},{"source":104,"target":4},{"source":104,"target":108},{"source":104,"target":12},{"source":108,"target":4},{"source":105,"target":16},{"source":105,"target":109},{"source":105,"target":12},{"source":105,"target":110},{"source":109,"target":16},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":111},{"source":13,"target":112},{"source":111,"target":2},{"source":111,"target":113},{"source":111,"target":13},{"source":113,"target":2},{"source":112,"target":12},{"source":14,"target":0},{"source":14,"target":93},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":14,"target":117},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":93,"target":121},{"source":93,"target":14},{"source":114,"target":122},{"source":114,"target":14},{"source":115,"target":5},{"source":115,"target":123},{"source":115,"target":14},{"source":123,"target":5},{"source":116,"target":124},{"source":116,"target":14},{"source":117,"target":3},{"source":117,"target":125},{"source":117,"target":14},{"source":125,"target":3},{"source":118,"target":126},{"source":118,"target":14},{"source":119,"target":127},{"source":119,"target":14},{"source":120,"target":128},{"source":120,"target":14},{"source":15,"target":0},{"source":15,"target":95},{"source":15,"target":129},{"source":95,"target":130},{"source":95,"target":15},{"source":129,"target":131},{"source":129,"target":15},{"source":16,"target":0},{"source":16,"target":110},{"source":16,"target":132},{"source":16,"target":133},{"source":16,"target":134},{"source":16,"target":135},{"source":110,"target":136},{"source":110,"target":16},{"source":132,"target":3},{"source":132,"target":137},{"source":132,"target":16},{"source":137,"target":3},{"source":133,"target":138},{"source":133,"target":16},{"source":134,"target":139},{"source":134,"target":16},{"source":135,"target":140},{"source":135,"target":16},{"source":17,"target":0},{"source":17,"target":141},{"source":17,"target":142},{"source":17,"target":143},{"source":17,"target":144},{"source":141,"target":17},{"source":142,"target":17},{"source":143,"target":17},{"source":144,"target":17},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":149},{"source":18,"target":150},{"source":18,"target":151},{"source":18,"target":152},{"source":18,"target":153},{"source":18,"target":154},{"source":18,"target":155},{"source":18,"target":156},{"source":18,"target":157},{"source":18,"target":158},{"source":145,"target":159},{"source":145,"target":18},{"source":146,"target":160},{"source":146,"target":18},{"source":147,"target":161},{"source":147,"target":18},{"source":148,"target":162},{"source":148,"target":18},{"source":149,"target":163},{"source":149,"target":18},{"source":150,"target":164},{"source":150,"target":18},{"source":151,"target":165},{"source":151,"target":18},{"source":152,"target":19},{"source":152,"target":166},{"source":152,"target":18},{"source":152,"target":167},{"source":166,"target":19},{"source":153,"target":168},{"source":153,"target":18},{"source":154,"target":9},{"source":154,"target":169},{"source":154,"target":18},{"source":154,"target":60},{"source":169,"target":9},{"source":155,"target":11},{"source":155,"target":170},{"source":155,"target":18},{"source":155,"target":57},{"source":170,"target":11},{"source":156,"target":13},{"source":156,"target":171},{"source":156,"target":18},{"source":156,"target":62},{"source":171,"target":13},{"source":158,"target":6},{"source":19,"target":0},{"source":19,"target":167},{"source":19,"target":172},{"source":19,"target":173},{"source":167,"target":174},{"source":167,"target":19},{"source":172,"target":175},{"source":172,"target":19},{"source":173,"target":176},{"source":173,"target":19}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lnxpacker" nsURI="http://torusfw.org/org.torusfw.tools.linux/packager.ecore" nsPrefix="LnxPacker"> <eClassifiers xsi:type="ecore:EClass" name="PackageDescriptor"> <eOperations name="getFieldFromType" eType="#//DescriptionField"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for ( DescriptionField f : getFields() )&#xA;{&#xA;&#x9;if ( ( f.getType() != null ) &amp;&amp; ( f.getType() == type ) )&#xA;&#x9;{&#xA;&#x9;&#x9;return f;&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="Gets a field entry from its type."/> </eAnnotations> <eParameters name="type" eType="#//FieldType"/> </eOperations> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getFieldValueFromType ( FieldType.PACKAGE );"/> <details key="documentation" value="Package name accessor."/> </eAnnotations> </eOperations> <eOperations name="getFieldValueFromType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="DescriptionField f = getFieldFromType ( type );&#xA;if ( f != null )&#xA;{&#xA;&#x9;return f.getValue();&#xA;}&#xA;return null;"/> <details key="documentation" value="Gets a field value from its type."/> </eAnnotations> <eParameters name="type" eType="#//FieldType"/> </eOperations> <eOperations name="getVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getFieldValueFromType ( FieldType.VERSION );"/> <details key="documentation" value="Package version accessor."/> </eAnnotations> </eOperations> <eOperations name="getArchitecture" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getFieldValueFromType ( FieldType.ARCHITECTURE );"/> <details key="documentation" value="Package architecture accessor."/> </eAnnotations> </eOperations> <eOperations name="getShortDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getFieldValueFromType ( FieldType.DESCRIPTION );"/> <details key="documentation" value="Package short description accessor."/> </eAnnotations> </eOperations> <eOperations name="getLongDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getFieldValueFromType ( FieldType.FULLDESCRIPTION );"/> <details key="documentation" value="Package full description accessor."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//DescriptionField" containment="true" eOpposite="#//DescriptionField/package" eKeys="#//DescriptionField/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescriptionField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//FieldType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//PackageDescriptor" eOpposite="#//PackageDescriptor/fields"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FieldType"> <eLiterals name="unknown" value="-1" literal="Unknown"/> <eLiterals name="package" literal="Package"/> <eLiterals name="version" value="1" literal="Version"/> <eLiterals name="architecture" value="2" literal="Architecture"/> <eLiterals name="maintainer" value="3" literal="Maintainer"/> <eLiterals name="description" value="4" literal="Description"/> <eLiterals name="fulldescription" value="5" literal="FullDescription"/> <eLiterals name="section" value="6" literal="Section"/> <eLiterals name="priority" value="7" literal="Priority"/> <eLiterals name="homepage" value="8" literal="Homepage"/> <eLiterals name="installedsize" value="9" literal="Installed-Size"/> <eLiterals name="depends" value="10" literal="Depends"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageComponent" eSuperTypes="../../org.torusfw.buckytools.core/model/component.ecore#//Component"> <eOperations name="buildSpec" eExceptions="ecore:EDataType ../../org.torusfw.buckytools.core/model/component.ecore#//SpecBuildingException"> <eParameters name="specBuilder" eType="ecore:EDataType ../../org.torusfw.buckytools.core/model/component.ecore#//CSpecBuilder"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//PackageDescriptor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="deb file name accessor."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/packager.ecore
ecore
lnxpacker PackageDescriptor getFieldFromType type getName getFieldValueFromType type getVersion getArchitecture getShortDescription getLongDescription fields DescriptionField value name type package FieldType unknown Unknown package Package version Version architecture Architecture maintainer Maintainer description Description fulldescription FullDescription section Section priority Priority homepage Homepage installedsize Installed-Size depends Depends PackageComponent buildSpec specBuilder descriptor debFileName
null
{"directed":true,"nodes":[{"nsPrefix":"LnxPacker","nsURI":"http://torusfw.org/org.torusfw.tools.linux/packager.ecore","name":"lnxpacker","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDescriptor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptionField","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FieldType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageComponent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFieldFromType","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFieldValueFromType","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVersion","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitecture","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getShortDescription","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLongDescription","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EParameter"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"name":"unknown","id":33,"value":-1,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"package","id":34,"value":0,"literal":"Package","eClass":"EEnumLiteral"},{"name":"version","id":35,"value":1,"literal":"Version","eClass":"EEnumLiteral"},{"name":"architecture","id":36,"value":2,"literal":"Architecture","eClass":"EEnumLiteral"},{"name":"maintainer","id":37,"value":3,"literal":"Maintainer","eClass":"EEnumLiteral"},{"name":"description","id":38,"value":4,"literal":"Description","eClass":"EEnumLiteral"},{"name":"fulldescription","id":39,"value":5,"literal":"FullDescription","eClass":"EEnumLiteral"},{"name":"section","id":40,"value":6,"literal":"Section","eClass":"EEnumLiteral"},{"name":"priority","id":41,"value":7,"literal":"Priority","eClass":"EEnumLiteral"},{"name":"homepage","id":42,"value":8,"literal":"Homepage","eClass":"EEnumLiteral"},{"name":"installedsize","id":43,"value":9,"literal":"Installed-Size","eClass":"EEnumLiteral"},{"name":"depends","id":44,"value":10,"literal":"Depends","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildSpec","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"debFileName","changeable":false,"lowerBound":0,"iD":false,"id":47,"derived":true},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"specBuilder","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":5,"target":2},{"source":5,"target":13},{"source":5,"target":1},{"source":5,"target":14},{"source":13,"target":2},{"source":14,"target":3},{"source":14,"target":15},{"source":14,"target":5},{"source":15,"target":3},{"source":6,"target":16},{"source":6,"target":1},{"source":7,"target":17},{"source":7,"target":1},{"source":7,"target":18},{"source":18,"target":3},{"source":18,"target":19},{"source":18,"target":7},{"source":19,"target":3},{"source":8,"target":20},{"source":8,"target":1},{"source":9,"target":21},{"source":9,"target":1},{"source":10,"target":22},{"source":10,"target":1},{"source":11,"target":23},{"source":11,"target":1},{"source":12,"target":2},{"source":12,"target":24},{"source":12,"target":1},{"source":12,"target":25},{"source":12,"target":26},{"source":24,"target":2},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":26},{"source":2,"target":28},{"source":2,"target":25},{"source":27,"target":29},{"source":27,"target":2},{"source":26,"target":30},{"source":26,"target":2},{"source":28,"target":3},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":3},{"source":25,"target":1},{"source":25,"target":32},{"source":25,"target":2},{"source":25,"target":12},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":33,"target":3},{"source":34,"target":3},{"source":35,"target":3},{"source":36,"target":3},{"source":37,"target":3},{"source":38,"target":3},{"source":39,"target":3},{"source":40,"target":3},{"source":41,"target":3},{"source":42,"target":3},{"source":43,"target":3},{"source":44,"target":3},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":45,"target":4},{"source":45,"target":49},{"source":45,"target":50},{"source":49,"target":51},{"source":49,"target":45},{"source":46,"target":1},{"source":46,"target":52},{"source":46,"target":4},{"source":52,"target":1},{"source":47,"target":53},{"source":47,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="drn" nsURI="http://www.drone.sar/Drn" nsPrefix="drn"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignement" upperBound="-1" eType="#//Assignement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="main" eType="#//RefPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="limit" upperBound="-1" eType="#//Limit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Limit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vmax" eSuperTypes="#//Limit"/> <eClassifiers xsi:type="ecore:EClass" name="Hmax" eSuperTypes="#//Limit"/> <eClassifiers xsi:type="ecore:EClass" name="Assignement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametre" upperBound="-1" eType="#//Parametre" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operandes" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parametre"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeatCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repeatVAR" eType="#//Parametre"/> <eStructuralFeatures xsi:type="ecore:EReference" name="with" upperBound="-1" eType="#//With" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefPart" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable_partie" eType="#//Assignement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="params" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rotate" upperBound="-1" eType="#//Rotate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depx" upperBound="-1" eType="#//DepX_Impl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depy" upperBound="-1" eType="#//DepY_Impl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depxz" upperBound="-1" eType="#//DepXZ_IMPL" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depxy" upperBound="-1" eType="#//DepXY_IMPL" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depz" upperBound="-1" eType="#//DepZ_Impl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepY_Impl" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distanceVar" eType="#//Parametre"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FORWARD" eSuperTypes="#//DepY_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="BACKWARD" eSuperTypes="#//DepY_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="DepX_Impl" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distanceVar" eType="#//Parametre"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LEFT" eSuperTypes="#//DepX_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="RIGHT" eSuperTypes="#//DepX_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="DepZ_Impl" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distanceVar" eType="#//Parametre"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UP" eSuperTypes="#//DepZ_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="DOWN" eSuperTypes="#//DepZ_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="DepXY_IMPL" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepXY" eSuperTypes="#//DepXY_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distanceVar" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CERCLEXY" eSuperTypes="#//DepXY_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rayonCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rayonVar" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CARREXY" eSuperTypes="#//DepXY_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coteCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coteVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepYZ_IMPL" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepYZ" eSuperTypes="#//DepYZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distanceVar" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CERCLEYZ" eSuperTypes="#//DepYZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rayonCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rayonVar" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CARREYZ" eSuperTypes="#//DepYZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coteCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coteVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepXZ_IMPL" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="DepXZ" eSuperTypes="#//DepXZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distanceVar" eType="#//Parametre"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepXYZ_IMPL" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepXYZ" eSuperTypes="#//DepXYZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distanceVar" eType="#//Parametre"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flip" eSuperTypes="#//DepXYZ_IMPL"/> <eClassifiers xsi:type="ecore:EClass" name="Rotate" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angleCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="angleVAR" eType="#//Parametre"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempsVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TakeOff" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Land" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="With"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="option" upperBound="-1" eType="#//Option" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Option"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Led_Impl" eSuperTypes="#//Option"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//ColorLed"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LedBlink" eSuperTypes="#//Option"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//ColorLed"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blink_per_secCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blink_per_secVAR" eType="#//Parametre"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CameraFront" eSuperTypes="#//Option"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//Mode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CameraBottom" eSuperTypes="#//Option"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//Mode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorLed"> <eLiterals name="BLUE" literal="BLUE"/> <eLiterals name="RED" value="1" literal="RED"/> <eLiterals name="YELLOW" value="2" literal="YELLOW"/> <eLiterals name="GREEN" value="3" literal="GREEN"/> <eLiterals name="WHITE" value="4" literal="WHITE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Mode"> <eLiterals name="OFF" literal="OFF"/> <eLiterals name="ON" value="1" literal="ON"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EBool"> <eLiterals name="TRUE" literal="TRUE"/> <eLiterals name="FALSE" value="1" literal="FALSE"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/47hm4n3/idmDrone/plugin/sar.drone/model/generated/Drn.ecore
ecore
drn Model context assignement main Context limit Limit name value Vmax Hmax Assignement name parametre operandes Parametre name Expression repeatCST repeatVAR with then RefPart variable_partie params And name rotate depx depy depxz depxy depz DepY_Impl name distanceVar distanceCST tempsCST tempsVAR FORWARD BACKWARD DepX_Impl name distanceCST distanceVar tempsCST tempsVAR LEFT RIGHT DepZ_Impl name distanceCST distanceVar tempsCST tempsVAR UP DOWN DepXY_IMPL name tempsCST tempsVAR DepXY distanceCST distanceVar CERCLEXY rayonCST rayonVar CARREXY coteCST coteVAR DepYZ_IMPL name tempsCST tempsVAR DepYZ distanceCST distanceVar CERCLEYZ rayonCST rayonVar CARREYZ coteCST coteVAR DepXZ_IMPL DepXZ name distanceCST distanceVar tempsCST tempsVAR DepXYZ_IMPL name DepXYZ distanceCST distanceVar tempsCST tempsVAR Flip Rotate name angleCST angleVAR tempsCST tempsVAR Wait name tempsCST tempsVAR TakeOff name Land name With name option Option name Led_Impl color LedBlink color blink_per_secCST blink_per_secVAR CameraFront mode CameraBottom mode ColorLed BLUE BLUE RED RED YELLOW YELLOW GREEN GREEN WHITE WHITE Mode OFF OFF ON ON EBool TRUE TRUE FALSE FALSE
null
{"directed":true,"nodes":[{"nsPrefix":"drn","nsURI":"http://www.drone.sar/Drn","name":"drn","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Limit","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vmax","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hmax","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parametre","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPart","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepY_Impl","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FORWARD","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BACKWARD","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepX_Impl","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LEFT","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RIGHT","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepZ_Impl","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UP","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DOWN","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXY_IMPL","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXY","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CERCLEXY","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CARREXY","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepYZ_IMPL","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepYZ","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CERCLEYZ","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CARREYZ","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXZ_IMPL","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXZ","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXYZ_IMPL","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXYZ","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flip","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotate","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TakeOff","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Land","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"With","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Led_Impl","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LedBlink","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CameraFront","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CameraBottom","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorLed","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EBool","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"main","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operandes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repeatCST","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repeatVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"with","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable_partie","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"params","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depxz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distanceVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distanceVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distanceVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distanceVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rayonCST","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rayonVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coteCST","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"coteVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distanceVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rayonCST","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rayonVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coteCST","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"coteVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distanceVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distanceVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angleCST","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"angleVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempsVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"option","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blink_per_secCST","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"blink_per_secVAR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"name":"BLUE","id":250,"value":0,"literal":"BLUE","eClass":"EEnumLiteral"},{"name":"RED","id":251,"value":1,"literal":"RED","eClass":"EEnumLiteral"},{"name":"YELLOW","id":252,"value":2,"literal":"YELLOW","eClass":"EEnumLiteral"},{"name":"GREEN","id":253,"value":3,"literal":"GREEN","eClass":"EEnumLiteral"},{"name":"WHITE","id":254,"value":4,"literal":"WHITE","eClass":"EEnumLiteral"},{"name":"OFF","id":255,"value":0,"literal":"OFF","eClass":"EEnumLiteral"},{"name":"ON","id":256,"value":1,"literal":"ON","eClass":"EEnumLiteral"},{"name":"TRUE","id":257,"value":0,"literal":"TRUE","eClass":"EEnumLiteral"},{"name":"FALSE","id":258,"value":1,"literal":"FALSE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":1,"target":0},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":46,"target":2},{"source":46,"target":49},{"source":46,"target":1},{"source":49,"target":2},{"source":47,"target":6},{"source":47,"target":50},{"source":47,"target":1},{"source":50,"target":6},{"source":48,"target":9},{"source":48,"target":51},{"source":48,"target":1},{"source":51,"target":9},{"source":2,"target":0},{"source":2,"target":52},{"source":52,"target":3},{"source":52,"target":53},{"source":52,"target":2},{"source":53,"target":3},{"source":3,"target":0},{"source":3,"target":54},{"source":3,"target":55},{"source":54,"target":56},{"source":54,"target":3},{"source":55,"target":57},{"source":55,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":58},{"source":58,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":59},{"source":59,"target":3},{"source":6,"target":0},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":60,"target":63},{"source":60,"target":6},{"source":61,"target":7},{"source":61,"target":64},{"source":61,"target":6},{"source":64,"target":7},{"source":62,"target":8},{"source":62,"target":65},{"source":62,"target":6},{"source":65,"target":8},{"source":7,"target":0},{"source":7,"target":66},{"source":66,"target":67},{"source":66,"target":7},{"source":8,"target":0},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":68,"target":72},{"source":68,"target":8},{"source":69,"target":7},{"source":69,"target":73},{"source":69,"target":8},{"source":73,"target":7},{"source":70,"target":37},{"source":70,"target":74},{"source":70,"target":8},{"source":74,"target":37},{"source":71,"target":8},{"source":71,"target":75},{"source":71,"target":8},{"source":75,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":76,"target":6},{"source":76,"target":79},{"source":76,"target":9},{"source":79,"target":6},{"source":77,"target":80},{"source":77,"target":9},{"source":78,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":10,"target":86},{"source":10,"target":87},{"source":10,"target":88},{"source":81,"target":89},{"source":81,"target":10},{"source":82,"target":33},{"source":82,"target":90},{"source":82,"target":10},{"source":90,"target":33},{"source":83,"target":14},{"source":83,"target":91},{"source":83,"target":10},{"source":91,"target":14},{"source":84,"target":11},{"source":84,"target":92},{"source":84,"target":10},{"source":92,"target":11},{"source":85,"target":28},{"source":85,"target":93},{"source":85,"target":10},{"source":93,"target":28},{"source":86,"target":20},{"source":86,"target":94},{"source":86,"target":10},{"source":94,"target":20},{"source":87,"target":17},{"source":87,"target":95},{"source":87,"target":10},{"source":95,"target":17},{"source":88,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":96,"target":102},{"source":96,"target":11},{"source":97,"target":7},{"source":97,"target":103},{"source":97,"target":11},{"source":103,"target":7},{"source":98,"target":104},{"source":98,"target":11},{"source":99,"target":105},{"source":99,"target":11},{"source":100,"target":7},{"source":100,"target":106},{"source":100,"target":11},{"source":106,"target":7},{"source":101,"target":8},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":107},{"source":107,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":108},{"source":108,"target":11},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":109,"target":115},{"source":109,"target":14},{"source":110,"target":116},{"source":110,"target":14},{"source":111,"target":7},{"source":111,"target":117},{"source":111,"target":14},{"source":117,"target":7},{"source":112,"target":118},{"source":112,"target":14},{"source":113,"target":7},{"source":113,"target":119},{"source":113,"target":14},{"source":119,"target":7},{"source":114,"target":8},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":120},{"source":120,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":121},{"source":121,"target":14},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":122},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":122,"target":128},{"source":122,"target":17},{"source":123,"target":129},{"source":123,"target":17},{"source":124,"target":7},{"source":124,"target":130},{"source":124,"target":17},{"source":130,"target":7},{"source":125,"target":131},{"source":125,"target":17},{"source":126,"target":7},{"source":126,"target":132},{"source":126,"target":17},{"source":132,"target":7},{"source":127,"target":8},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":133},{"source":133,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":134},{"source":134,"target":17},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":135},{"source":20,"target":136},{"source":20,"target":137},{"source":20,"target":138},{"source":135,"target":139},{"source":135,"target":20},{"source":136,"target":140},{"source":136,"target":20},{"source":137,"target":7},{"source":137,"target":141},{"source":137,"target":20},{"source":141,"target":7},{"source":138,"target":8},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":142},{"source":21,"target":143},{"source":21,"target":144},{"source":142,"target":145},{"source":142,"target":21},{"source":143,"target":7},{"source":143,"target":146},{"source":143,"target":21},{"source":146,"target":7},{"source":144,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":147},{"source":22,"target":148},{"source":22,"target":149},{"source":147,"target":150},{"source":147,"target":22},{"source":148,"target":7},{"source":148,"target":151},{"source":148,"target":22},{"source":151,"target":7},{"source":149,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":152},{"source":23,"target":153},{"source":23,"target":154},{"source":152,"target":155},{"source":152,"target":23},{"source":153,"target":7},{"source":153,"target":156},{"source":153,"target":23},{"source":156,"target":7},{"source":154,"target":20},{"source":24,"target":0},{"source":24,"target":8},{"source":24,"target":157},{"source":24,"target":158},{"source":24,"target":159},{"source":24,"target":160},{"source":157,"target":161},{"source":157,"target":24},{"source":158,"target":162},{"source":158,"target":24},{"source":159,"target":7},{"source":159,"target":163},{"source":159,"target":24},{"source":163,"target":7},{"source":160,"target":8},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":164},{"source":25,"target":165},{"source":25,"target":166},{"source":164,"target":167},{"source":164,"target":25},{"source":165,"target":7},{"source":165,"target":168},{"source":165,"target":25},{"source":168,"target":7},{"source":166,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":169},{"source":26,"target":170},{"source":26,"target":171},{"source":169,"target":172},{"source":169,"target":26},{"source":170,"target":7},{"source":170,"target":173},{"source":170,"target":26},{"source":173,"target":7},{"source":171,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":174},{"source":27,"target":175},{"source":27,"target":176},{"source":174,"target":177},{"source":174,"target":27},{"source":175,"target":7},{"source":175,"target":178},{"source":175,"target":27},{"source":178,"target":7},{"source":176,"target":24},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":179},{"source":179,"target":8},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":180},{"source":29,"target":181},{"source":29,"target":182},{"source":29,"target":183},{"source":29,"target":184},{"source":29,"target":185},{"source":180,"target":186},{"source":180,"target":29},{"source":181,"target":187},{"source":181,"target":29},{"source":182,"target":7},{"source":182,"target":188},{"source":182,"target":29},{"source":188,"target":7},{"source":183,"target":189},{"source":183,"target":29},{"source":184,"target":7},{"source":184,"target":190},{"source":184,"target":29},{"source":190,"target":7},{"source":185,"target":28},{"source":30,"target":0},{"source":30,"target":8},{"source":30,"target":191},{"source":30,"target":192},{"source":191,"target":193},{"source":191,"target":30},{"source":192,"target":8},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":194},{"source":31,"target":195},{"source":31,"target":196},{"source":31,"target":197},{"source":31,"target":198},{"source":194,"target":199},{"source":194,"target":31},{"source":195,"target":7},{"source":195,"target":200},{"source":195,"target":31},{"source":200,"target":7},{"source":196,"target":201},{"source":196,"target":31},{"source":197,"target":7},{"source":197,"target":202},{"source":197,"target":31},{"source":202,"target":7},{"source":198,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":203},{"source":203,"target":30},{"source":33,"target":0},{"source":33,"target":8},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":33,"target":208},{"source":33,"target":209},{"source":204,"target":210},{"source":204,"target":33},{"source":205,"target":211},{"source":205,"target":33},{"source":206,"target":7},{"source":206,"target":212},{"source":206,"target":33},{"source":212,"target":7},{"source":207,"target":213},{"source":207,"target":33},{"source":208,"target":7},{"source":208,"target":214},{"source":208,"target":33},{"source":214,"target":7},{"source":209,"target":8},{"source":34,"target":0},{"source":34,"target":8},{"source":34,"target":215},{"source":34,"target":216},{"source":34,"target":217},{"source":34,"target":218},{"source":215,"target":219},{"source":215,"target":34},{"source":216,"target":220},{"source":216,"target":34},{"source":217,"target":7},{"source":217,"target":221},{"source":217,"target":34},{"source":221,"target":7},{"source":218,"target":8},{"source":35,"target":0},{"source":35,"target":8},{"source":35,"target":222},{"source":35,"target":223},{"source":222,"target":224},{"source":222,"target":35},{"source":223,"target":8},{"source":36,"target":0},{"source":36,"target":8},{"source":36,"target":225},{"source":36,"target":226},{"source":225,"target":227},{"source":225,"target":36},{"source":226,"target":8},{"source":37,"target":0},{"source":37,"target":228},{"source":37,"target":229},{"source":228,"target":230},{"source":228,"target":37},{"source":229,"target":38},{"source":229,"target":231},{"source":229,"target":37},{"source":231,"target":38},{"source":38,"target":0},{"source":38,"target":232},{"source":232,"target":233},{"source":232,"target":38},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":234},{"source":39,"target":235},{"source":234,"target":43},{"source":234,"target":236},{"source":234,"target":39},{"source":236,"target":43},{"source":235,"target":38},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":237},{"source":40,"target":238},{"source":40,"target":239},{"source":40,"target":240},{"source":237,"target":43},{"source":237,"target":241},{"source":237,"target":40},{"source":241,"target":43},{"source":238,"target":242},{"source":238,"target":40},{"source":239,"target":7},{"source":239,"target":243},{"source":239,"target":40},{"source":243,"target":7},{"source":240,"target":38},{"source":41,"target":0},{"source":41,"target":38},{"source":41,"target":244},{"source":41,"target":245},{"source":244,"target":44},{"source":244,"target":246},{"source":244,"target":41},{"source":246,"target":44},{"source":245,"target":38},{"source":42,"target":0},{"source":42,"target":38},{"source":42,"target":247},{"source":42,"target":248},{"source":247,"target":44},{"source":247,"target":249},{"source":247,"target":42},{"source":249,"target":44},{"source":248,"target":38},{"source":43,"target":0},{"source":43,"target":250},{"source":43,"target":251},{"source":43,"target":252},{"source":43,"target":253},{"source":43,"target":254},{"source":250,"target":43},{"source":251,"target":43},{"source":252,"target":43},{"source":253,"target":43},{"source":254,"target":43},{"source":44,"target":0},{"source":44,"target":255},{"source":44,"target":256},{"source":255,"target":44},{"source":256,"target":44},{"source":45,"target":0},{"source":45,"target":257},{"source":45,"target":258},{"source":257,"target":45},{"source":258,"target":45}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ptnetLoLA" nsURI="http://www.informatik.hu-berlin.de/top/tools/editors/petrinets" nsPrefix="ptnetLoLA"> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalMarking" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" volatile="true" transient="true" defaultValueLiteral="0" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PtNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialMarking" lowerBound="1" eType="#//Marking" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalMarking" eType="#//Marking" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Arc" changeable="false" derived="true" eOpposite="#//Arc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Arc" changeable="false" derived="true" eOpposite="#//Arc/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Marking"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//RefMarkedPlace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1" eType="#//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefMarkedPlace" eSuperTypes="#//PlaceReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node" eOpposite="#//Node/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node" eOpposite="#//Node/incoming"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcToPlace" eSuperTypes="#//Arc"/> <eClassifiers xsi:type="ecore:EClass" name="ArcToTransition" eSuperTypes="#//Arc"/> <eClassifiers xsi:type="ecore:EEnum" name="NodeType"> <eLiterals name="internal"/> <eLiterals name="input" value="1"/> <eLiterals name="output" value="2"/> <eLiterals name="inout" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionExt" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceExt" eSuperTypes="#//Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStart" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="False"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcToPlaceExt" eSuperTypes="#//ArcToPlace"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcToTransitionExt" eSuperTypes="#//ArcToTransition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight045/96_ptnetLoLA.ecore
ecore
ptnetLoLA Place token 0 finalMarking 0 PtNet places transitions initialMarking annotation arcs finalMarking Transition Node name annotation incoming outgoing Marking places PlaceReference place RefMarkedPlace token 1 Annotation text Arc source target weight 1 ArcToPlace ArcToTransition NodeType internal internal input input output output inout inout TransitionExt probability 1.0 minTime 0 cost 0 maxTime 0 PlaceExt probability 1.0 isStart False ArcToPlaceExt probability 1.0 ArcToTransitionExt probability 1.0
null
{"directed":true,"nodes":[{"nsPrefix":"ptnetLoLA","nsURI":"http://www.informatik.hu-berlin.de/top/tools/editors/petrinets","name":"ptnetLoLA","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PtNet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marking","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceReference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefMarkedPlace","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToPlace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToTransition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NodeType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionExt","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceExt","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToPlaceExt","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToTransitionExt","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":true,"unique":true,"name":"finalMarking","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialMarking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalMarking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":false,"resolveProxies":true,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":false,"resolveProxies":true,"lowerBound":0,"id":38,"derived":true},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"internal","id":60,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"input","id":61,"value":1,"literal":"input","eClass":"EEnumLiteral"},{"name":"output","id":62,"value":2,"literal":"output","eClass":"EEnumLiteral"},{"name":"inout","id":63,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"minTime","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"cost","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"False","unsettable":false,"transient":false,"unique":true,"name":"isStart","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":22,"target":1},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":1},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":2},{"source":29,"target":3},{"source":24,"target":5},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":5},{"source":25,"target":8},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":8},{"source":26,"target":9},{"source":26,"target":32},{"source":26,"target":2},{"source":32,"target":9},{"source":27,"target":5},{"source":27,"target":33},{"source":27,"target":2},{"source":33,"target":5},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":34},{"source":34,"target":4},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":35,"target":39},{"source":35,"target":4},{"source":36,"target":8},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":8},{"source":37,"target":9},{"source":37,"target":41},{"source":37,"target":4},{"source":37,"target":42},{"source":41,"target":9},{"source":38,"target":9},{"source":38,"target":43},{"source":38,"target":4},{"source":38,"target":44},{"source":43,"target":9},{"source":5,"target":0},{"source":5,"target":45},{"source":45,"target":7},{"source":45,"target":46},{"source":45,"target":5},{"source":46,"target":7},{"source":6,"target":0},{"source":6,"target":47},{"source":47,"target":1},{"source":47,"target":48},{"source":47,"target":6},{"source":48,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":49},{"source":7,"target":50},{"source":49,"target":51},{"source":49,"target":7},{"source":50,"target":6},{"source":8,"target":0},{"source":8,"target":52},{"source":52,"target":53},{"source":52,"target":8},{"source":9,"target":0},{"source":9,"target":44},{"source":9,"target":42},{"source":9,"target":54},{"source":44,"target":4},{"source":44,"target":55},{"source":44,"target":9},{"source":44,"target":38},{"source":55,"target":4},{"source":42,"target":4},{"source":42,"target":56},{"source":42,"target":9},{"source":42,"target":37},{"source":56,"target":4},{"source":54,"target":57},{"source":54,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":58},{"source":58,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":59},{"source":59,"target":9},{"source":12,"target":0},{"source":12,"target":60},{"source":12,"target":61},{"source":12,"target":62},{"source":12,"target":63},{"source":60,"target":12},{"source":61,"target":12},{"source":62,"target":12},{"source":63,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":64,"target":69},{"source":64,"target":13},{"source":65,"target":70},{"source":65,"target":13},{"source":66,"target":71},{"source":66,"target":13},{"source":67,"target":72},{"source":67,"target":13},{"source":68,"target":3},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":73},{"source":14,"target":74},{"source":14,"target":75},{"source":73,"target":76},{"source":73,"target":14},{"source":74,"target":77},{"source":74,"target":14},{"source":75,"target":1},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":78},{"source":15,"target":79},{"source":78,"target":80},{"source":78,"target":15},{"source":79,"target":10},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":81},{"source":16,"target":82},{"source":81,"target":83},{"source":81,"target":16},{"source":82,"target":11}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="QualityMetamodel" nsURI="http://www.univaq.disim.it/mde/qualitymm" nsPrefix="QM"> <eClassifiers xsi:type="ecore:EClass" name="QualityModel" eSuperTypes="#//QMM_OCL/Module"> <eStructuralFeatures xsi:type="ecore:EReference" name="metricProviders" upperBound="-1" eType="#//MetricProvider" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityTypes" upperBound="-1" eType="#//ValueType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityAttributes" upperBound="-1" eType="#//QualityAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityValues" upperBound="-1" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualityAttribute" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityAttributes" upperBound="-1" eType="#//QualityAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1" eType="#//ValueType" eOpposite="#//ValueType/val"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType" abstract="true" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="val" lowerBound="1" eType="#//Value" eOpposite="#//Value/valueType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="measuredBy" lowerBound="1" eType="#//MetricProvider"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="calculatedBy" lowerBound="1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedValues" lowerBound="1" upperBound="-1" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricProvider"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedValueMetric" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="average" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="median" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standardDeviation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationMetric" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="set" lowerBound="1" upperBound="-1" eType="#//EnumerationItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//EnumerationItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eSubpackages name="QMM_OCL" nsURI="http://www.univaq.disim.it/mde/qualitymm/ocl" nsPrefix="QMM_OCL"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1" eType="#//QMM_OCL/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="#//QMM_OCL/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charStart" lowerBound="1" eType="#//QMM_OCL/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charEnd" lowerBound="1" eType="#//QMM_OCL/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//QMM_OCL/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1" eType="#//QMM_OCL/OclMetamodel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//QMM_OCL/Import" containment="true" eOpposite="#//QMM_OCL/Import/module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//QMM_OCL/ModuleElement" containment="true" eOpposite="#//QMM_OCL/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//QMM_OCL/Module" eOpposite="#//QMM_OCL/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//QMM_OCL/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//QMM_OCL/Module" eOpposite="#//QMM_OCL/Module/imports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#//QMM_OCL/IfExp" eOpposite="#//QMM_OCL/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#//QMM_OCL/PropertyCallExp" eOpposite="#//QMM_OCL/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#//QMM_OCL/LetExp" eOpposite="#//QMM_OCL/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#//QMM_OCL/LoopExp" eOpposite="#//QMM_OCL/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#//QMM_OCL/OperationCall" eOpposite="#//QMM_OCL/OperationCall/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#//QMM_OCL/LocalVariable" eOpposite="#//QMM_OCL/LocalVariable/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#//QMM_OCL/IfExp" eOpposite="#//QMM_OCL/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="#//QMM_OCL/Operation" eOpposite="#//QMM_OCL/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#//QMM_OCL/IfExp" eOpposite="#//QMM_OCL/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="#//QMM_OCL/Attribute" eOpposite="#//QMM_OCL/Attribute/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOperator" ordered="false" eType="#//QMM_OCL/OperatorCallExp" eOpposite="#//QMM_OCL/OperatorCallExp/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#//QMM_OCL/VariableDeclaration" eOpposite="#//QMM_OCL/VariableDeclaration/variableExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SelfExp" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EnvExp" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#//QMM_OCL/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#//QMM_OCL/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#//QMM_OCL/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#//QMM_OCL/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#//QMM_OCL/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//QMM_OCL/CollectionPart" containment="true" eOpposite="#//QMM_OCL/CollectionPart/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionPart" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#//QMM_OCL/CollectionExp" eOpposite="#//QMM_OCL/CollectionExp/parts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange" eSuperTypes="#//QMM_OCL/CollectionPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem" eSuperTypes="#//QMM_OCL/CollectionPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#//QMM_OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#//QMM_OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#//QMM_OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#//QMM_OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#//QMM_OCL/TuplePart" containment="true" eOpposite="#//QMM_OCL/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#//QMM_OCL/LocalVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#//QMM_OCL/TupleExp" eOpposite="#//QMM_OCL/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//QMM_OCL/MapElement" containment="true" eOpposite="#//QMM_OCL/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#//QMM_OCL/MapExp" eOpposite="#//QMM_OCL/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#//QMM_OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCallExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/staticPropertyCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticCall" lowerBound="1" eType="#//QMM_OCL/StaticPropertyCall" containment="true" eOpposite="#//QMM_OCL/StaticPropertyCall/staticCallExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCall" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticCallExp" lowerBound="1" eType="#//QMM_OCL/StaticPropertyCallExp" eOpposite="#//QMM_OCL/StaticPropertyCallExp/staticCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticNavigationOrAttributeCall" eSuperTypes="#//QMM_OCL/StaticPropertyCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="StaticNavigationOrAttributeCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticOperationCall" eSuperTypes="#//QMM_OCL/StaticPropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//QMM_OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="StaticOperationCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="calls" lowerBound="1" upperBound="-1" eType="#//QMM_OCL/PropertyCall" containment="true" eOpposite="#//QMM_OCL/PropertyCall/callExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCall" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="callExp" lowerBound="1" eType="#//QMM_OCL/PropertyCallExp" eOpposite="#//QMM_OCL/PropertyCallExp/calls"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCall" eSuperTypes="#//QMM_OCL/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="NavigationOrAttributeCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCall" eSuperTypes="#//QMM_OCL/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="OperationCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//QMM_OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/appliedOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="RelOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="EqOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="AddOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="IntOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="MulOpCallExp" eSuperTypes="#//QMM_OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LambdaCallExp" eSuperTypes="#//QMM_OCL/VariableExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BraceExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCall" eSuperTypes="#//QMM_OCL/OperationCall"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//QMM_OCL/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#//QMM_OCL/Iterator" containment="true" eOpposite="#//QMM_OCL/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//QMM_OCL/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//QMM_OCL/LocalVariable" containment="true" eOpposite="#//QMM_OCL/LocalVariable/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//QMM_OCL/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="IteratorExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//QMM_OCL/LocalVariable" containment="true" eOpposite="#//QMM_OCL/LocalVariable/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#//QMM_OCL/VariableExp" eOpposite="#//QMM_OCL/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#//QMM_OCL/LetExp" eOpposite="#//QMM_OCL/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#//QMM_OCL/IterateExp" eOpposite="#//QMM_OCL/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#//QMM_OCL/LoopExp" eOpposite="#//QMM_OCL/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//QMM_OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#//QMM_OCL/Operation" eOpposite="#//QMM_OCL/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="OclType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="#//QMM_OCL/OclContextDefinition" eOpposite="#//QMM_OCL/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="#//QMM_OCL/OclExpression" eOpposite="#//QMM_OCL/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//QMM_OCL/Operation" eOpposite="#//QMM_OCL/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#//QMM_OCL/MapType" eOpposite="#//QMM_OCL/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#//QMM_OCL/Attribute" eOpposite="#//QMM_OCL/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#//QMM_OCL/MapType" eOpposite="#//QMM_OCL/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#//QMM_OCL/CollectionType" eOpposite="#//QMM_OCL/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="#//QMM_OCL/TupleTypeAttribute" eOpposite="#//QMM_OCL/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="#//QMM_OCL/VariableDeclaration" eOpposite="#//QMM_OCL/VariableDeclaration/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lambdaReturnType" eType="#//QMM_OCL/LambdaType" eOpposite="#//QMM_OCL/LambdaType/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lambdaArgType" eType="#//QMM_OCL/LambdaType" eOpposite="#//QMM_OCL/LambdaType/argumentTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticPropertyCall" eType="#//QMM_OCL/StaticPropertyCallExp" eOpposite="#//QMM_OCL/StaticPropertyCallExp/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElementExp" eSuperTypes="#//QMM_OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//QMM_OCL/OclModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String" defaultValueLiteral="OclType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//QMM_OCL/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//QMM_OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//QMM_OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//QMM_OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//QMM_OCL/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//QMM_OCL/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//QMM_OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//QMM_OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//QMM_OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//QMM_OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#//QMM_OCL/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//QMM_OCL/TupleTypeAttribute" containment="true" eOpposite="#//QMM_OCL/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#//QMM_OCL/TupleType" eOpposite="#//QMM_OCL/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclModel" eOpposite="#//QMM_OCL/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaType" eSuperTypes="#//QMM_OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/lambdaReturnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentTypes" upperBound="-1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/lambdaArgType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnvType" eSuperTypes="#//QMM_OCL/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#//QMM_OCL/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclFeature" containment="true" eOpposite="#//QMM_OCL/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#//QMM_OCL/OclContextDefinition" containment="true" eOpposite="#//QMM_OCL/OclContextDefinition/definition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" lowerBound="1" eType="#//QMM_OCL/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#//QMM_OCL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclFeatureDefinition" eOpposite="#//QMM_OCL/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#//QMM_OCL/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#//QMM_OCL/OclFeatureDefinition" eOpposite="#//QMM_OCL/OclFeatureDefinition/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//QMM_OCL/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//QMM_OCL/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//QMM_OCL/Parameter" containment="true" eOpposite="#//QMM_OCL/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclType" containment="true" eOpposite="#//QMM_OCL/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclExpression" containment="true" eOpposite="#//QMM_OCL/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" abstract="true" eSuperTypes="#//QMM_OCL/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#//QMM_OCL/OclModelElement" eOpposite="#//QMM_OCL/OclModelElement/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclMetamodel" eSuperTypes="#//QMM_OCL/OclModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#//QMM_OCL/OclInstanceModel" eOpposite="#//QMM_OCL/OclInstanceModel/metamodel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//QMM_OCL/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclInstanceModel" eSuperTypes="#//QMM_OCL/OclModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#//QMM_OCL/OclMetamodel" eOpposite="#//QMM_OCL/OclMetamodel/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MDEGroup/QualityModel/model/qualityMetamodel.ecore
ecore
QualityMetamodel QualityModel metricProviders qualityTypes qualityAttributes qualityValues QualityAttribute value qualityAttributes Value valueType description ValueType val SingleValue measuredBy AggregatedValue calculatedBy Operation name aggregatedValues body ref MetricProvider name description id TextValueType value RangeValueType min max AggregatedValueMetric minimum maximum average median standardDeviation EnumerationMetric set value EnumerationItem name RealValueType value BooleanValueType value IntegerValueType value QMM_OCL LocatedElement line -1 column -1 charStart -1 charEnd -1 NamedElement name Module metamodels imports elements ModuleElement module Import module OclExpression type ifExp3 appliedProperty letExp loopExp parentOperation initializedVariable ifExp2 owningOperation ifExp1 owningAttribute appliedOperator VariableExp referredVariable SuperExp SelfExp EnvExp PrimitiveExp StringExp stringSymbol BooleanExp booleanSymbol NumericExp RealExp realSymbol IntegerExp integerSymbol CollectionExp parts CollectionPart collection CollectionRange first last CollectionItem item BagExp OrderedSetExp SequenceExp SetExp TupleExp tuplePart TuplePart tuple MapExp elements MapElement map key value EnumLiteralExp name OclUndefinedExp StaticPropertyCallExp source staticCall StaticPropertyCall staticCallExp StaticNavigationOrAttributeCall name StaticNavigationOrAttributeCall StaticOperationCall arguments operationName StaticOperationCall PropertyCallExp calls source PropertyCall callExp NavigationOrAttributeCall name NavigationOrAttributeCall OperationCall arguments operationName OperationCall OperatorCallExp argument operationName source NotOpCallExp RelOpCallExp EqOpCallExp AddOpCallExp IntOpCallExp MulOpCallExp LambdaCallExp arguments BraceExp exp CollectionOperationCall LoopExp body iterators IterateExp result IteratorExp name IteratorExp LetExp variable in_ IfExp thenExpression condition elseExpression VariableDeclaration varName type variableExp LocalVariable letExp initExpression baseExp eq Iterator loopExpr Parameter operation CollectionType elementType OclType name OclType definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration lambdaReturnType lambdaArgType staticPropertyCall OclModelElementExp model name OclType Primitive StringType BooleanType NumericType IntegerType RealType BagType OrderedSetType SequenceType SetType OclAnyType TupleType attributes TupleTypeAttribute type tupleType name OclModelElement model MapType valueType keyType LambdaType returnType argumentTypes EnvType OclFeatureDefinition feature context_ static OclContextDefinition definition context_ OclFeature definition eq Attribute initExpression type Operation parameters returnType body OclModel elements OclMetamodel model uri OclInstanceModel metamodel Boolean boolean boolean Double double double Integer int int String java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"QM","nsURI":"http://www.univaq.disim.it/mde/qualitymm","name":"QualityMetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityAttribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricProvider","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextValueType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeValueType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedValueMetric","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationMetric","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationItem","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValueType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValueType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"nsPrefix":"QMM_OCL","nsURI":"http://www.univaq.disim.it/mde/qualitymm/ocl","name":"QMM_OCL","id":17,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metricProviders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualityTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualityAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualityValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualityAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measuredBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calculatedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggregatedValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"median","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"standardDeviation","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExp","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvExp","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionPart","instanceClass":null,"abstract":true,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCallExp","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCall","instanceClass":null,"abstract":true,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticNavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticOperationCall","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCall","instanceClass":null,"abstract":true,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOpCallExp","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelOpCallExp","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqOpCallExp","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddOpCallExp","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOpCallExp","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOpCallExp","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaCallExp","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BraceExp","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCall","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElementExp","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaType","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvType","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":true,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclMetamodel","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclInstanceModel","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":180,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":181,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":182,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":183,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"line","changeable":false,"lowerBound":1,"iD":false,"id":184,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"column","changeable":false,"lowerBound":1,"iD":false,"id":185,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charStart","changeable":false,"lowerBound":1,"iD":false,"id":186,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charEnd","changeable":false,"lowerBound":1,"iD":false,"id":187,"derived":true},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticPropertyCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticCallExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"StaticNavigationOrAttributeCall","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"StaticNavigationOrAttributeCall","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"StaticOperationCall","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"StaticOperationCall","unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"NavigationOrAttributeCall","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"NavigationOrAttributeCall","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"OperationCall","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OperationCall","unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"IteratorExp","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"IteratorExp","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":375,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"OclType","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OclType","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":398,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaReturnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaArgType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":429,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"OclType","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OclType","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":465,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":19,"target":8},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":8},{"source":20,"target":4},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":4},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":2},{"source":22,"target":3},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":3},{"source":23,"target":18},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":29,"target":3},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":3},{"source":30,"target":2},{"source":30,"target":33},{"source":30,"target":2},{"source":33,"target":2},{"source":31,"target":28},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":34,"target":4},{"source":34,"target":37},{"source":34,"target":3},{"source":34,"target":38},{"source":37,"target":4},{"source":35,"target":39},{"source":35,"target":3},{"source":36,"target":28},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":38},{"source":4,"target":40},{"source":38,"target":3},{"source":38,"target":41},{"source":38,"target":4},{"source":38,"target":34},{"source":41,"target":3},{"source":40,"target":28},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":42},{"source":5,"target":43},{"source":42,"target":8},{"source":42,"target":44},{"source":42,"target":5},{"source":44,"target":8},{"source":43,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":7},{"source":45,"target":47},{"source":45,"target":6},{"source":47,"target":7},{"source":46,"target":3},{"source":7,"target":0},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":48,"target":52},{"source":48,"target":7},{"source":49,"target":3},{"source":49,"target":53},{"source":49,"target":7},{"source":53,"target":3},{"source":50,"target":54},{"source":50,"target":7},{"source":51,"target":55},{"source":51,"target":56},{"source":51,"target":7},{"source":56,"target":55},{"source":8,"target":0},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":57,"target":60},{"source":57,"target":8},{"source":58,"target":61},{"source":58,"target":8},{"source":59,"target":62},{"source":59,"target":8},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":63},{"source":9,"target":64},{"source":63,"target":65},{"source":63,"target":9},{"source":64,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":66,"target":69},{"source":66,"target":10},{"source":67,"target":70},{"source":67,"target":10},{"source":68,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":71,"target":77},{"source":71,"target":11},{"source":72,"target":78},{"source":72,"target":11},{"source":73,"target":79},{"source":73,"target":11},{"source":74,"target":80},{"source":74,"target":11},{"source":75,"target":81},{"source":75,"target":11},{"source":76,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":82,"target":13},{"source":82,"target":85},{"source":82,"target":12},{"source":85,"target":13},{"source":83,"target":13},{"source":83,"target":86},{"source":83,"target":12},{"source":86,"target":13},{"source":84,"target":4},{"source":13,"target":0},{"source":13,"target":87},{"source":87,"target":88},{"source":87,"target":13},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":89},{"source":14,"target":90},{"source":89,"target":91},{"source":89,"target":14},{"source":90,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":92},{"source":15,"target":93},{"source":92,"target":94},{"source":92,"target":15},{"source":93,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":95},{"source":16,"target":96},{"source":95,"target":97},{"source":95,"target":16},{"source":96,"target":4},{"source":17,"target":98},{"source":17,"target":99},{"source":17,"target":18},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":55},{"source":17,"target":102},{"source":17,"target":103},{"source":17,"target":104},{"source":17,"target":105},{"source":17,"target":106},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":17,"target":113},{"source":17,"target":114},{"source":17,"target":115},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":17,"target":120},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":17,"target":131},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":17,"target":137},{"source":17,"target":138},{"source":17,"target":139},{"source":17,"target":140},{"source":17,"target":141},{"source":17,"target":142},{"source":17,"target":143},{"source":17,"target":144},{"source":17,"target":145},{"source":17,"target":146},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":28},{"source":17,"target":149},{"source":17,"target":150},{"source":17,"target":151},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":17,"target":155},{"source":17,"target":156},{"source":17,"target":157},{"source":17,"target":158},{"source":17,"target":159},{"source":17,"target":160},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":17,"target":166},{"source":17,"target":167},{"source":17,"target":168},{"source":17,"target":169},{"source":17,"target":170},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":17,"target":177},{"source":17,"target":178},{"source":17,"target":179},{"source":17,"target":180},{"source":17,"target":181},{"source":17,"target":182},{"source":17,"target":183},{"source":17,"target":0},{"source":98,"target":17},{"source":98,"target":184},{"source":98,"target":185},{"source":98,"target":186},{"source":98,"target":187},{"source":184,"target":182},{"source":184,"target":188},{"source":184,"target":98},{"source":188,"target":182},{"source":185,"target":182},{"source":185,"target":189},{"source":185,"target":98},{"source":189,"target":182},{"source":186,"target":182},{"source":186,"target":190},{"source":186,"target":98},{"source":190,"target":182},{"source":187,"target":182},{"source":187,"target":191},{"source":187,"target":98},{"source":191,"target":182},{"source":99,"target":17},{"source":99,"target":98},{"source":99,"target":192},{"source":99,"target":193},{"source":192,"target":194},{"source":192,"target":99},{"source":193,"target":98},{"source":18,"target":17},{"source":18,"target":99},{"source":18,"target":195},{"source":18,"target":196},{"source":18,"target":197},{"source":18,"target":198},{"source":195,"target":178},{"source":195,"target":199},{"source":195,"target":18},{"source":199,"target":178},{"source":196,"target":101},{"source":196,"target":200},{"source":196,"target":18},{"source":196,"target":201},{"source":200,"target":101},{"source":197,"target":100},{"source":197,"target":202},{"source":197,"target":18},{"source":197,"target":203},{"source":202,"target":100},{"source":198,"target":99},{"source":100,"target":17},{"source":100,"target":98},{"source":100,"target":203},{"source":100,"target":204},{"source":203,"target":18},{"source":203,"target":205},{"source":203,"target":100},{"source":203,"target":197},{"source":205,"target":18},{"source":204,"target":98},{"source":101,"target":17},{"source":101,"target":99},{"source":101,"target":201},{"source":101,"target":206},{"source":201,"target":18},{"source":201,"target":207},{"source":201,"target":101},{"source":201,"target":196},{"source":207,"target":18},{"source":206,"target":99},{"source":55,"target":17},{"source":55,"target":98},{"source":55,"target":208},{"source":55,"target":209},{"source":55,"target":210},{"source":55,"target":211},{"source":55,"target":212},{"source":55,"target":213},{"source":55,"target":214},{"source":55,"target":215},{"source":55,"target":216},{"source":55,"target":217},{"source":55,"target":218},{"source":55,"target":219},{"source":55,"target":220},{"source":208,"target":153},{"source":208,"target":221},{"source":208,"target":55},{"source":208,"target":222},{"source":221,"target":153},{"source":209,"target":148},{"source":209,"target":223},{"source":209,"target":55},{"source":209,"target":224},{"source":223,"target":148},{"source":210,"target":130},{"source":210,"target":225},{"source":210,"target":55},{"source":210,"target":226},{"source":225,"target":130},{"source":211,"target":147},{"source":211,"target":227},{"source":211,"target":55},{"source":211,"target":228},{"source":227,"target":147},{"source":212,"target":144},{"source":212,"target":229},{"source":212,"target":55},{"source":212,"target":230},{"source":229,"target":144},{"source":213,"target":133},{"source":213,"target":231},{"source":213,"target":55},{"source":213,"target":232},{"source":231,"target":133},{"source":214,"target":149},{"source":214,"target":233},{"source":214,"target":55},{"source":214,"target":234},{"source":233,"target":149},{"source":215,"target":148},{"source":215,"target":235},{"source":215,"target":55},{"source":215,"target":236},{"source":235,"target":148},{"source":216,"target":176},{"source":216,"target":237},{"source":216,"target":55},{"source":216,"target":238},{"source":237,"target":176},{"source":217,"target":148},{"source":217,"target":239},{"source":217,"target":55},{"source":217,"target":240},{"source":239,"target":148},{"source":218,"target":175},{"source":218,"target":241},{"source":218,"target":55},{"source":218,"target":242},{"source":241,"target":175},{"source":219,"target":134},{"source":219,"target":243},{"source":219,"target":55},{"source":219,"target":244},{"source":243,"target":134},{"source":220,"target":98},{"source":102,"target":17},{"source":102,"target":55},{"source":102,"target":245},{"source":102,"target":246},{"source":245,"target":28},{"source":245,"target":247},{"source":245,"target":102},{"source":245,"target":248},{"source":247,"target":28},{"source":246,"target":55},{"source":103,"target":17},{"source":103,"target":55},{"source":103,"target":249},{"source":249,"target":55},{"source":104,"target":17},{"source":104,"target":55},{"source":104,"target":250},{"source":250,"target":55},{"source":105,"target":17},{"source":105,"target":55},{"source":105,"target":251},{"source":251,"target":55},{"source":106,"target":17},{"source":106,"target":55},{"source":106,"target":252},{"source":252,"target":55},{"source":107,"target":17},{"source":107,"target":106},{"source":107,"target":253},{"source":107,"target":254},{"source":253,"target":183},{"source":253,"target":255},{"source":253,"target":107},{"source":255,"target":183},{"source":254,"target":106},{"source":108,"target":17},{"source":108,"target":106},{"source":108,"target":256},{"source":108,"target":257},{"source":256,"target":180},{"source":256,"target":258},{"source":256,"target":108},{"source":258,"target":180},{"source":257,"target":106},{"source":109,"target":17},{"source":109,"target":106},{"source":109,"target":259},{"source":259,"target":106},{"source":110,"target":17},{"source":110,"target":109},{"source":110,"target":260},{"source":110,"target":261},{"source":260,"target":181},{"source":260,"target":262},{"source":260,"target":110},{"source":262,"target":181},{"source":261,"target":109},{"source":111,"target":17},{"source":111,"target":109},{"source":111,"target":263},{"source":111,"target":264},{"source":263,"target":182},{"source":263,"target":265},{"source":263,"target":111},{"source":265,"target":182},{"source":264,"target":109},{"source":112,"target":17},{"source":112,"target":55},{"source":112,"target":266},{"source":112,"target":267},{"source":266,"target":113},{"source":266,"target":268},{"source":266,"target":112},{"source":266,"target":269},{"source":268,"target":113},{"source":267,"target":55},{"source":113,"target":17},{"source":113,"target":98},{"source":113,"target":269},{"source":113,"target":270},{"source":269,"target":112},{"source":269,"target":271},{"source":269,"target":113},{"source":269,"target":266},{"source":271,"target":112},{"source":270,"target":98},{"source":114,"target":17},{"source":114,"target":113},{"source":114,"target":272},{"source":114,"target":273},{"source":114,"target":274},{"source":272,"target":55},{"source":272,"target":275},{"source":272,"target":114},{"source":275,"target":55},{"source":273,"target":55},{"source":273,"target":276},{"source":273,"target":114},{"source":276,"target":55},{"source":274,"target":113},{"source":115,"target":17},{"source":115,"target":113},{"source":115,"target":277},{"source":115,"target":278},{"source":277,"target":55},{"source":277,"target":279},{"source":277,"target":115},{"source":279,"target":55},{"source":278,"target":113},{"source":116,"target":17},{"source":116,"target":112},{"source":116,"target":280},{"source":280,"target":112},{"source":117,"target":17},{"source":117,"target":112},{"source":117,"target":281},{"source":281,"target":112},{"source":118,"target":17},{"source":118,"target":112},{"source":118,"target":282},{"source":282,"target":112},{"source":119,"target":17},{"source":119,"target":112},{"source":119,"target":283},{"source":283,"target":112},{"source":120,"target":17},{"source":120,"target":55},{"source":120,"target":284},{"source":120,"target":285},{"source":284,"target":121},{"source":284,"target":286},{"source":284,"target":120},{"source":284,"target":287},{"source":286,"target":121},{"source":285,"target":55},{"source":121,"target":17},{"source":121,"target":149},{"source":121,"target":287},{"source":121,"target":288},{"source":287,"target":120},{"source":287,"target":289},{"source":287,"target":121},{"source":287,"target":284},{"source":289,"target":120},{"source":288,"target":149},{"source":122,"target":17},{"source":122,"target":55},{"source":122,"target":290},{"source":122,"target":291},{"source":290,"target":123},{"source":290,"target":292},{"source":290,"target":122},{"source":290,"target":293},{"source":292,"target":123},{"source":291,"target":55},{"source":123,"target":17},{"source":123,"target":98},{"source":123,"target":293},{"source":123,"target":294},{"source":123,"target":295},{"source":123,"target":296},{"source":293,"target":122},{"source":293,"target":297},{"source":293,"target":123},{"source":293,"target":290},{"source":297,"target":122},{"source":294,"target":55},{"source":294,"target":298},{"source":294,"target":123},{"source":298,"target":55},{"source":295,"target":55},{"source":295,"target":299},{"source":295,"target":123},{"source":299,"target":55},{"source":296,"target":98},{"source":124,"target":17},{"source":124,"target":55},{"source":124,"target":300},{"source":124,"target":301},{"source":300,"target":183},{"source":300,"target":302},{"source":300,"target":124},{"source":302,"target":183},{"source":301,"target":55},{"source":125,"target":17},{"source":125,"target":55},{"source":125,"target":303},{"source":303,"target":55},{"source":126,"target":17},{"source":126,"target":55},{"source":126,"target":304},{"source":126,"target":305},{"source":126,"target":306},{"source":304,"target":153},{"source":304,"target":307},{"source":304,"target":126},{"source":304,"target":308},{"source":307,"target":153},{"source":305,"target":127},{"source":305,"target":309},{"source":305,"target":126},{"source":305,"target":310},{"source":309,"target":127},{"source":306,"target":55},{"source":127,"target":17},{"source":127,"target":98},{"source":127,"target":310},{"source":127,"target":311},{"source":310,"target":126},{"source":310,"target":312},{"source":310,"target":127},{"source":310,"target":305},{"source":312,"target":126},{"source":311,"target":98},{"source":128,"target":17},{"source":128,"target":127},{"source":128,"target":313},{"source":128,"target":314},{"source":313,"target":183},{"source":313,"target":315},{"source":313,"target":128},{"source":315,"target":183},{"source":314,"target":127},{"source":129,"target":17},{"source":129,"target":127},{"source":129,"target":316},{"source":129,"target":317},{"source":129,"target":318},{"source":316,"target":55},{"source":316,"target":319},{"source":316,"target":129},{"source":319,"target":55},{"source":317,"target":183},{"source":317,"target":320},{"source":317,"target":129},{"source":320,"target":183},{"source":318,"target":127},{"source":130,"target":17},{"source":130,"target":55},{"source":130,"target":321},{"source":130,"target":226},{"source":130,"target":322},{"source":321,"target":131},{"source":321,"target":323},{"source":321,"target":130},{"source":321,"target":324},{"source":323,"target":131},{"source":226,"target":55},{"source":226,"target":325},{"source":226,"target":130},{"source":226,"target":210},{"source":325,"target":55},{"source":322,"target":55},{"source":131,"target":17},{"source":131,"target":98},{"source":131,"target":324},{"source":131,"target":326},{"source":324,"target":130},{"source":324,"target":327},{"source":324,"target":131},{"source":324,"target":321},{"source":327,"target":130},{"source":326,"target":98},{"source":132,"target":17},{"source":132,"target":131},{"source":132,"target":328},{"source":132,"target":329},{"source":328,"target":183},{"source":328,"target":330},{"source":328,"target":132},{"source":330,"target":183},{"source":329,"target":131},{"source":133,"target":17},{"source":133,"target":131},{"source":133,"target":232},{"source":133,"target":331},{"source":133,"target":332},{"source":232,"target":55},{"source":232,"target":333},{"source":232,"target":133},{"source":232,"target":213},{"source":333,"target":55},{"source":331,"target":183},{"source":331,"target":334},{"source":331,"target":133},{"source":334,"target":183},{"source":332,"target":131},{"source":134,"target":17},{"source":134,"target":55},{"source":134,"target":335},{"source":134,"target":336},{"source":134,"target":244},{"source":134,"target":337},{"source":335,"target":55},{"source":335,"target":338},{"source":335,"target":134},{"source":338,"target":55},{"source":336,"target":183},{"source":336,"target":339},{"source":336,"target":134},{"source":339,"target":183},{"source":244,"target":55},{"source":244,"target":340},{"source":244,"target":134},{"source":244,"target":219},{"source":340,"target":55},{"source":337,"target":55},{"source":135,"target":17},{"source":135,"target":134},{"source":135,"target":341},{"source":341,"target":134},{"source":136,"target":17},{"source":136,"target":134},{"source":136,"target":342},{"source":342,"target":134},{"source":137,"target":17},{"source":137,"target":134},{"source":137,"target":343},{"source":343,"target":134},{"source":138,"target":17},{"source":138,"target":134},{"source":138,"target":344},{"source":344,"target":134},{"source":139,"target":17},{"source":139,"target":134},{"source":139,"target":345},{"source":345,"target":134},{"source":140,"target":17},{"source":140,"target":134},{"source":140,"target":346},{"source":346,"target":134},{"source":141,"target":17},{"source":141,"target":102},{"source":141,"target":347},{"source":141,"target":348},{"source":347,"target":55},{"source":347,"target":349},{"source":347,"target":141},{"source":349,"target":55},{"source":348,"target":102},{"source":142,"target":17},{"source":142,"target":55},{"source":142,"target":350},{"source":142,"target":351},{"source":350,"target":55},{"source":350,"target":352},{"source":350,"target":142},{"source":352,"target":55},{"source":351,"target":55},{"source":143,"target":17},{"source":143,"target":133},{"source":143,"target":353},{"source":353,"target":133},{"source":144,"target":17},{"source":144,"target":131},{"source":144,"target":230},{"source":144,"target":354},{"source":144,"target":355},{"source":230,"target":55},{"source":230,"target":356},{"source":230,"target":144},{"source":230,"target":212},{"source":356,"target":55},{"source":354,"target":150},{"source":354,"target":357},{"source":354,"target":144},{"source":354,"target":358},{"source":357,"target":150},{"source":355,"target":131},{"source":145,"target":17},{"source":145,"target":144},{"source":145,"target":359},{"source":145,"target":360},{"source":359,"target":149},{"source":359,"target":361},{"source":359,"target":145},{"source":359,"target":362},{"source":361,"target":149},{"source":360,"target":144},{"source":146,"target":17},{"source":146,"target":144},{"source":146,"target":363},{"source":146,"target":364},{"source":363,"target":183},{"source":363,"target":365},{"source":363,"target":146},{"source":365,"target":183},{"source":364,"target":144},{"source":147,"target":17},{"source":147,"target":55},{"source":147,"target":366},{"source":147,"target":228},{"source":147,"target":367},{"source":366,"target":149},{"source":366,"target":368},{"source":366,"target":147},{"source":366,"target":369},{"source":368,"target":149},{"source":228,"target":55},{"source":228,"target":370},{"source":228,"target":147},{"source":228,"target":211},{"source":370,"target":55},{"source":367,"target":55},{"source":148,"target":17},{"source":148,"target":55},{"source":148,"target":236},{"source":148,"target":240},{"source":148,"target":224},{"source":148,"target":371},{"source":236,"target":55},{"source":236,"target":372},{"source":236,"target":148},{"source":236,"target":215},{"source":372,"target":55},{"source":240,"target":55},{"source":240,"target":373},{"source":240,"target":148},{"source":240,"target":217},{"source":373,"target":55},{"source":224,"target":55},{"source":224,"target":374},{"source":224,"target":148},{"source":224,"target":209},{"source":374,"target":55},{"source":371,"target":55},{"source":28,"target":17},{"source":28,"target":98},{"source":28,"target":375},{"source":28,"target":376},{"source":28,"target":248},{"source":28,"target":377},{"source":375,"target":183},{"source":375,"target":378},{"source":375,"target":28},{"source":378,"target":183},{"source":376,"target":153},{"source":376,"target":379},{"source":376,"target":28},{"source":376,"target":380},{"source":379,"target":153},{"source":248,"target":102},{"source":248,"target":381},{"source":248,"target":28},{"source":248,"target":245},{"source":381,"target":102},{"source":377,"target":98},{"source":149,"target":17},{"source":149,"target":28},{"source":149,"target":369},{"source":149,"target":234},{"source":149,"target":362},{"source":149,"target":382},{"source":149,"target":383},{"source":369,"target":147},{"source":369,"target":384},{"source":369,"target":149},{"source":369,"target":366},{"source":384,"target":147},{"source":234,"target":55},{"source":234,"target":385},{"source":234,"target":149},{"source":234,"target":214},{"source":385,"target":55},{"source":362,"target":145},{"source":362,"target":386},{"source":362,"target":149},{"source":362,"target":359},{"source":386,"target":145},{"source":382,"target":183},{"source":382,"target":387},{"source":382,"target":149},{"source":387,"target":183},{"source":383,"target":28},{"source":150,"target":17},{"source":150,"target":28},{"source":150,"target":358},{"source":150,"target":388},{"source":358,"target":144},{"source":358,"target":389},{"source":358,"target":150},{"source":358,"target":354},{"source":389,"target":144},{"source":388,"target":28},{"source":151,"target":17},{"source":151,"target":28},{"source":151,"target":390},{"source":151,"target":391},{"source":390,"target":176},{"source":390,"target":392},{"source":390,"target":151},{"source":390,"target":393},{"source":392,"target":176},{"source":391,"target":28},{"source":152,"target":17},{"source":152,"target":153},{"source":152,"target":394},{"source":152,"target":395},{"source":394,"target":153},{"source":394,"target":396},{"source":394,"target":152},{"source":394,"target":397},{"source":396,"target":153},{"source":395,"target":153},{"source":153,"target":17},{"source":153,"target":98},{"source":153,"target":398},{"source":153,"target":399},{"source":153,"target":222},{"source":153,"target":400},{"source":153,"target":401},{"source":153,"target":402},{"source":153,"target":403},{"source":153,"target":397},{"source":153,"target":404},{"source":153,"target":380},{"source":153,"target":405},{"source":153,"target":406},{"source":153,"target":308},{"source":153,"target":407},{"source":398,"target":183},{"source":398,"target":408},{"source":398,"target":153},{"source":408,"target":183},{"source":399,"target":173},{"source":399,"target":409},{"source":399,"target":153},{"source":399,"target":410},{"source":409,"target":173},{"source":222,"target":55},{"source":222,"target":411},{"source":222,"target":153},{"source":222,"target":208},{"source":411,"target":55},{"source":400,"target":176},{"source":400,"target":412},{"source":400,"target":153},{"source":400,"target":413},{"source":412,"target":176},{"source":401,"target":169},{"source":401,"target":414},{"source":401,"target":153},{"source":401,"target":415},{"source":414,"target":169},{"source":402,"target":175},{"source":402,"target":416},{"source":402,"target":153},{"source":402,"target":417},{"source":416,"target":175},{"source":403,"target":169},{"source":403,"target":418},{"source":403,"target":153},{"source":403,"target":419},{"source":418,"target":169},{"source":397,"target":152},{"source":397,"target":420},{"source":397,"target":153},{"source":397,"target":394},{"source":420,"target":152},{"source":404,"target":167},{"source":404,"target":421},{"source":404,"target":153},{"source":404,"target":422},{"source":421,"target":167},{"source":380,"target":28},{"source":380,"target":423},{"source":380,"target":153},{"source":380,"target":376},{"source":423,"target":28},{"source":405,"target":170},{"source":405,"target":424},{"source":405,"target":153},{"source":405,"target":425},{"source":424,"target":170},{"source":406,"target":170},{"source":406,"target":426},{"source":406,"target":153},{"source":406,"target":427},{"source":426,"target":170},{"source":308,"target":126},{"source":308,"target":428},{"source":308,"target":153},{"source":308,"target":304},{"source":428,"target":126},{"source":407,"target":98},{"source":154,"target":17},{"source":154,"target":55},{"source":154,"target":429},{"source":154,"target":430},{"source":154,"target":431},{"source":429,"target":177},{"source":429,"target":432},{"source":429,"target":154},{"source":432,"target":177},{"source":430,"target":183},{"source":430,"target":433},{"source":430,"target":154},{"source":433,"target":183},{"source":431,"target":55},{"source":155,"target":17},{"source":155,"target":153},{"source":155,"target":434},{"source":434,"target":153},{"source":156,"target":17},{"source":156,"target":155},{"source":156,"target":435},{"source":435,"target":155},{"source":157,"target":17},{"source":157,"target":155},{"source":157,"target":436},{"source":436,"target":155},{"source":158,"target":17},{"source":158,"target":155},{"source":158,"target":437},{"source":437,"target":155},{"source":159,"target":17},{"source":159,"target":158},{"source":159,"target":438},{"source":438,"target":158},{"source":160,"target":17},{"source":160,"target":158},{"source":160,"target":439},{"source":439,"target":158},{"source":161,"target":17},{"source":161,"target":152},{"source":161,"target":440},{"source":440,"target":152},{"source":162,"target":17},{"source":162,"target":152},{"source":162,"target":441},{"source":441,"target":152},{"source":163,"target":17},{"source":163,"target":152},{"source":163,"target":442},{"source":442,"target":152},{"source":164,"target":17},{"source":164,"target":152},{"source":164,"target":443},{"source":443,"target":152},{"source":165,"target":17},{"source":165,"target":153},{"source":165,"target":444},{"source":444,"target":153},{"source":166,"target":17},{"source":166,"target":153},{"source":166,"target":445},{"source":166,"target":446},{"source":445,"target":167},{"source":445,"target":447},{"source":445,"target":166},{"source":445,"target":448},{"source":447,"target":167},{"source":446,"target":153},{"source":167,"target":17},{"source":167,"target":98},{"source":167,"target":422},{"source":167,"target":448},{"source":167,"target":449},{"source":167,"target":450},{"source":422,"target":153},{"source":422,"target":451},{"source":422,"target":167},{"source":422,"target":404},{"source":451,"target":153},{"source":448,"target":166},{"source":448,"target":452},{"source":448,"target":167},{"source":448,"target":445},{"source":452,"target":166},{"source":449,"target":183},{"source":449,"target":453},{"source":449,"target":167},{"source":453,"target":183},{"source":450,"target":98},{"source":168,"target":17},{"source":168,"target":153},{"source":168,"target":454},{"source":168,"target":455},{"source":454,"target":177},{"source":454,"target":456},{"source":454,"target":168},{"source":454,"target":457},{"source":456,"target":177},{"source":455,"target":153},{"source":169,"target":17},{"source":169,"target":153},{"source":169,"target":415},{"source":169,"target":419},{"source":169,"target":458},{"source":415,"target":153},{"source":415,"target":459},{"source":415,"target":169},{"source":415,"target":401},{"source":459,"target":153},{"source":419,"target":153},{"source":419,"target":460},{"source":419,"target":169},{"source":419,"target":403},{"source":460,"target":153},{"source":458,"target":153},{"source":170,"target":17},{"source":170,"target":153},{"source":170,"target":425},{"source":170,"target":427},{"source":170,"target":461},{"source":425,"target":153},{"source":425,"target":462},{"source":425,"target":170},{"source":425,"target":405},{"source":462,"target":153},{"source":427,"target":153},{"source":427,"target":463},{"source":427,"target":170},{"source":427,"target":406},{"source":463,"target":153},{"source":461,"target":153},{"source":171,"target":17},{"source":171,"target":153},{"source":171,"target":464},{"source":464,"target":153},{"source":172,"target":17},{"source":172,"target":100},{"source":172,"target":465},{"source":172,"target":466},{"source":172,"target":467},{"source":172,"target":468},{"source":465,"target":174},{"source":465,"target":469},{"source":465,"target":172},{"source":465,"target":470},{"source":469,"target":174},{"source":466,"target":173},{"source":466,"target":471},{"source":466,"target":172},{"source":466,"target":472},{"source":471,"target":173},{"source":467,"target":180},{"source":467,"target":473},{"source":467,"target":172},{"source":473,"target":180},{"source":468,"target":100},{"source":173,"target":17},{"source":173,"target":98},{"source":173,"target":472},{"source":173,"target":410},{"source":173,"target":474},{"source":472,"target":172},{"source":472,"target":475},{"source":472,"target":173},{"source":472,"target":466},{"source":475,"target":172},{"source":410,"target":153},{"source":410,"target":476},{"source":410,"target":173},{"source":410,"target":399},{"source":476,"target":153},{"source":474,"target":98},{"source":174,"target":17},{"source":174,"target":99},{"source":174,"target":470},{"source":174,"target":477},{"source":174,"target":478},{"source":470,"target":172},{"source":470,"target":479},{"source":470,"target":174},{"source":470,"target":465},{"source":479,"target":172},{"source":477,"target":183},{"source":477,"target":480},{"source":477,"target":174},{"source":480,"target":183},{"source":478,"target":99},{"source":175,"target":17},{"source":175,"target":174},{"source":175,"target":242},{"source":175,"target":417},{"source":175,"target":481},{"source":242,"target":55},{"source":242,"target":482},{"source":242,"target":175},{"source":242,"target":218},{"source":482,"target":55},{"source":417,"target":153},{"source":417,"target":483},{"source":417,"target":175},{"source":417,"target":402},{"source":483,"target":153},{"source":481,"target":174},{"source":176,"target":17},{"source":176,"target":174},{"source":176,"target":393},{"source":176,"target":413},{"source":176,"target":238},{"source":176,"target":484},{"source":393,"target":151},{"source":393,"target":485},{"source":393,"target":176},{"source":393,"target":390},{"source":485,"target":151},{"source":413,"target":153},{"source":413,"target":486},{"source":413,"target":176},{"source":413,"target":400},{"source":486,"target":153},{"source":238,"target":55},{"source":238,"target":487},{"source":238,"target":176},{"source":238,"target":216},{"source":487,"target":55},{"source":484,"target":174},{"source":177,"target":17},{"source":177,"target":99},{"source":177,"target":457},{"source":177,"target":488},{"source":457,"target":168},{"source":457,"target":489},{"source":457,"target":177},{"source":457,"target":454},{"source":489,"target":168},{"source":488,"target":99},{"source":178,"target":17},{"source":178,"target":177},{"source":178,"target":490},{"source":178,"target":491},{"source":178,"target":492},{"source":490,"target":179},{"source":490,"target":493},{"source":490,"target":178},{"source":490,"target":494},{"source":493,"target":179},{"source":491,"target":183},{"source":491,"target":495},{"source":491,"target":178},{"source":495,"target":183},{"source":492,"target":177},{"source":179,"target":17},{"source":179,"target":177},{"source":179,"target":494},{"source":179,"target":496},{"source":494,"target":178},{"source":494,"target":497},{"source":494,"target":179},{"source":494,"target":490},{"source":497,"target":178},{"source":496,"target":177},{"source":180,"target":17},{"source":181,"target":17},{"source":182,"target":17},{"source":183,"target":17}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="edl" nsURI="http://www.cuni.cz/mff/d3s/jdeeco/edl/EDL" nsPrefix="cz.cuni.mff.d3s.jdeeco.edl.model"> <eClassifiers xsi:type="ecore:EClass" name="EdlDocument"> <eStructuralFeatures xsi:type="ecore:EReference" name="ensembles" upperBound="-1" eType="#//EnsembleDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataContracts" upperBound="-1" eType="#//DataContractDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1" eType="#//QualifiedName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeTypes" upperBound="-1" eType="#//TypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnsembleDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" lowerBound="1" upperBound="-1" eType="#//RoleDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aliases" upperBound="-1" eType="#//AliasDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//EquitableQuery" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="id" lowerBound="1" eType="#//IdDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parentEnsemble" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childEnsembles" upperBound="-1" eType="#//ChildDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exchangeRules" upperBound="-1" eType="#//ExchangeRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fitness" eType="#//Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalKnowledgeExchange" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schedulingOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schedulingPeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1000"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinition" eSuperTypes="#//ChildDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereFilter" eType="#//EquitableQuery" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AliasDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aliasValue" lowerBound="1" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssigned" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//QualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinalityMax" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinalityMin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//QualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExchangeRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//QualifiedName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" lowerBound="1" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedName"> <eOperations name="toString" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="toParts" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//ComparableQuery"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeVariable" eSuperTypes="#//ComparableQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" lowerBound="1" eType="#//QualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true" eSuperTypes="#//ComparableQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operatorType" eType="#//BinaryOperatorType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" abstract="true" interface="true"> <eOperations name="accept"> <eGenericType eTypeParameter="#//Query/accept/T"/> <eTypeParameters name="T"/> <eParameters name="visitor"> <eGenericType eClassifier="#//QueryVisitor"> <eTypeArguments eTypeParameter="#//Query/accept/T"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" eSuperTypes="#//ComparableQuery"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EquitableQuery" abstract="true" interface="true" eSuperTypes="#//Query"/> <eClassifiers xsi:type="ecore:EClass" name="BoolLiteral" eSuperTypes="#//EquitableQuery"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationOperator" eSuperTypes="#//EquitableQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//EquitableQuery" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//EquitableQuery" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationOperatorType" defaultValueLiteral="=="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalOperator" eSuperTypes="#//EquitableQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//EquitableQuery" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//EquitableQuery" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//BoolOperatorType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BoolOperatorType"> <eLiterals name="And" literal="&amp;&amp;"/> <eLiterals name="Or" value="1" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Negation" eSuperTypes="#//EquitableQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="nested" lowerBound="1" eType="#//EquitableQuery" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//EquitableQuery"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" eSuperTypes="#//ComparableQuery"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComparableQuery" abstract="true" interface="true" eSuperTypes="#//EquitableQuery"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveOperator" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeOperator" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveInverse" eSuperTypes="#//ComparableQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="nested" lowerBound="1" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOperatorType"> <eLiterals name="Addition" literal="+"/> <eLiterals name="Subtraction" value="1" literal="-"/> <eLiterals name="Multiplication" value="2" literal="*"/> <eLiterals name="Division" value="3" literal="/"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationOperatorType"> <eLiterals name="Equality" literal="=="/> <eLiterals name="NonEquality" value="1" literal="!="/> <eLiterals name="GreaterThan" value="2" literal=">"/> <eLiterals name="LessThan" value="3" literal="&lt;"/> <eLiterals name="GreaterOrEqual" value="4" literal=">="/> <eLiterals name="LessOrEqual" value="5" literal="&lt;="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataContractDefinition" eSuperTypes="#//TypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//QualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//FieldDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryVisitor" abstract="true"> <eTypeParameters name="T"/> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//AdditiveInverse"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//BinaryOperator"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//BoolLiteral"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//FloatLiteral"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//FunctionCall"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//KnowledgeVariable"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//LogicalOperator"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//Negation"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//NumericLiteral"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//RelationOperator"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//StringLiteral"/> </eOperations> <eOperations name="visit"> <eGenericType eTypeParameter="#//QueryVisitor/T"/> <eParameters name="query" eType="#//Sum"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" abstract="true" eSuperTypes="#//ComparableQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1" eType="#//QualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sum" eSuperTypes="#//Aggregation"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//Query" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/d3scomp/JDEECo/jdeeco-edl-model/model/edl.ecore
ecore
edl EdlDocument ensembles dataContracts package knowledgeTypes EnsembleDefinition name roles aliases constraints id parentEnsemble childEnsembles exchangeRules fitness externalKnowledgeExchange schedulingOffset 0 schedulingPeriod 1000 RoleDefinition exclusive false whereFilter AliasDefinition aliasId aliasValue IdDefinition isAssigned fieldName value type ChildDefinition name cardinalityMax 1 cardinalityMin 1 type ExchangeRule field query QualifiedName toString toParts prefix name FunctionCall name parameters KnowledgeVariable path BinaryOperator left right operatorType Query accept T visitor NumericLiteral value EquitableQuery BoolLiteral value RelationOperator left right type == LogicalOperator left right type BoolOperatorType And && Or || Negation nested StringLiteral value FloatLiteral value ComparableQuery AdditiveOperator MultiplicativeOperator AdditiveInverse nested BinaryOperatorType Addition + Subtraction - Multiplication * Division / RelationOperatorType Equality == NonEquality != GreaterThan > LessThan < GreaterOrEqual >= LessOrEqual <= DataContractDefinition FieldDeclaration name type TypeDefinition name fields QueryVisitor T visit query visit query visit query visit query visit query visit query visit query visit query visit query visit query visit query visit query Aggregation collection Sum item
null
{"directed":true,"nodes":[{"nsPrefix":"cz.cuni.mff.d3s.jdeeco.edl.model","nsURI":"http://www.cuni.cz/mff/d3s/jdeeco/edl/EDL","name":"edl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdlDocument","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnsembleDefinition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdDefinition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExchangeRule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeVariable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquitableQuery","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationOperator","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BoolOperatorType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparableQuery","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveOperator","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeOperator","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveInverse","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperatorType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationOperatorType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataContractDefinition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryVisitor","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sum","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ensembles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataContracts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledgeTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aliases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parentEnsemble","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childEnsembles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exchangeRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fitness","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalKnowledgeExchange","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"schedulingOffset","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"schedulingPeriod","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasId","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aliasValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAssigned","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldName","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"cardinalityMax","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"cardinalityMin","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":1,"id":95,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"toParts","lowerBound":0,"id":96,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operatorType","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"id":119,"eClass":"EGenericType"},{"name":"T","id":120,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EParameter"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"==","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"name":"And","id":145,"value":0,"literal":"&&","eClass":"EEnumLiteral"},{"name":"Or","id":146,"value":1,"literal":"||","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nested","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nested","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"Addition","id":162,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"Subtraction","id":163,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"Multiplication","id":164,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"Division","id":165,"value":3,"literal":"/","eClass":"EEnumLiteral"},{"name":"Equality","id":166,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"NonEquality","id":167,"value":1,"literal":"!=","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":168,"value":2,"literal":">","eClass":"EEnumLiteral"},{"name":"LessThan","id":169,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"name":"GreaterOrEqual","id":170,"value":4,"literal":">=","eClass":"EEnumLiteral"},{"name":"LessOrEqual","id":171,"value":5,"literal":"<=","eClass":"EEnumLiteral"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"name":"T","id":181,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EParameter"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EParameter"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":34,"target":2},{"source":34,"target":38},{"source":34,"target":1},{"source":38,"target":2},{"source":35,"target":28},{"source":35,"target":39},{"source":35,"target":1},{"source":39,"target":28},{"source":36,"target":8},{"source":36,"target":40},{"source":36,"target":1},{"source":40,"target":8},{"source":37,"target":30},{"source":37,"target":41},{"source":37,"target":1},{"source":41,"target":30},{"source":2,"target":0},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":42,"target":54},{"source":42,"target":2},{"source":43,"target":3},{"source":43,"target":55},{"source":43,"target":2},{"source":55,"target":3},{"source":44,"target":4},{"source":44,"target":56},{"source":44,"target":2},{"source":56,"target":4},{"source":45,"target":14},{"source":45,"target":57},{"source":45,"target":2},{"source":57,"target":14},{"source":46,"target":5},{"source":46,"target":58},{"source":46,"target":2},{"source":58,"target":5},{"source":47,"target":59},{"source":47,"target":2},{"source":48,"target":6},{"source":48,"target":60},{"source":48,"target":2},{"source":60,"target":6},{"source":49,"target":7},{"source":49,"target":61},{"source":49,"target":2},{"source":61,"target":7},{"source":50,"target":12},{"source":50,"target":62},{"source":50,"target":2},{"source":62,"target":12},{"source":51,"target":63},{"source":51,"target":2},{"source":52,"target":64},{"source":52,"target":2},{"source":53,"target":65},{"source":53,"target":2},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":66,"target":69},{"source":66,"target":3},{"source":67,"target":14},{"source":67,"target":70},{"source":67,"target":3},{"source":70,"target":14},{"source":68,"target":6},{"source":4,"target":0},{"source":4,"target":71},{"source":4,"target":72},{"source":71,"target":73},{"source":71,"target":4},{"source":72,"target":12},{"source":72,"target":74},{"source":72,"target":4},{"source":74,"target":12},{"source":5,"target":0},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":75,"target":79},{"source":75,"target":5},{"source":76,"target":80},{"source":76,"target":5},{"source":77,"target":12},{"source":77,"target":81},{"source":77,"target":5},{"source":81,"target":12},{"source":78,"target":8},{"source":78,"target":82},{"source":78,"target":5},{"source":82,"target":8},{"source":6,"target":0},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":83,"target":87},{"source":83,"target":6},{"source":84,"target":88},{"source":84,"target":6},{"source":85,"target":89},{"source":85,"target":6},{"source":86,"target":8},{"source":86,"target":90},{"source":86,"target":6},{"source":90,"target":8},{"source":7,"target":0},{"source":7,"target":91},{"source":7,"target":92},{"source":91,"target":8},{"source":91,"target":93},{"source":91,"target":7},{"source":93,"target":8},{"source":92,"target":12},{"source":92,"target":94},{"source":92,"target":7},{"source":94,"target":12},{"source":8,"target":0},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":95,"target":99},{"source":95,"target":8},{"source":96,"target":100},{"source":96,"target":8},{"source":97,"target":101},{"source":97,"target":8},{"source":98,"target":102},{"source":98,"target":8},{"source":9,"target":0},{"source":9,"target":22},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":103,"target":106},{"source":103,"target":9},{"source":104,"target":12},{"source":104,"target":107},{"source":104,"target":9},{"source":107,"target":12},{"source":105,"target":22},{"source":10,"target":0},{"source":10,"target":22},{"source":10,"target":108},{"source":10,"target":109},{"source":108,"target":8},{"source":108,"target":110},{"source":108,"target":10},{"source":110,"target":8},{"source":109,"target":22},{"source":11,"target":0},{"source":11,"target":22},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":111,"target":12},{"source":111,"target":115},{"source":111,"target":11},{"source":115,"target":12},{"source":112,"target":12},{"source":112,"target":116},{"source":112,"target":11},{"source":116,"target":12},{"source":113,"target":26},{"source":113,"target":117},{"source":113,"target":11},{"source":117,"target":26},{"source":114,"target":22},{"source":12,"target":0},{"source":12,"target":118},{"source":118,"target":119},{"source":118,"target":12},{"source":118,"target":120},{"source":118,"target":121},{"source":119,"target":120},{"source":121,"target":31},{"source":121,"target":122},{"source":121,"target":118},{"source":122,"target":123},{"source":122,"target":31},{"source":123,"target":120},{"source":13,"target":0},{"source":13,"target":22},{"source":13,"target":124},{"source":13,"target":125},{"source":124,"target":126},{"source":124,"target":13},{"source":125,"target":22},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":127},{"source":127,"target":12},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":128},{"source":15,"target":129},{"source":128,"target":130},{"source":128,"target":15},{"source":129,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":131},{"source":16,"target":132},{"source":16,"target":133},{"source":16,"target":134},{"source":131,"target":14},{"source":131,"target":135},{"source":131,"target":16},{"source":135,"target":14},{"source":132,"target":14},{"source":132,"target":136},{"source":132,"target":16},{"source":136,"target":14},{"source":133,"target":27},{"source":133,"target":137},{"source":133,"target":16},{"source":137,"target":27},{"source":134,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":138},{"source":17,"target":139},{"source":17,"target":140},{"source":17,"target":141},{"source":138,"target":14},{"source":138,"target":142},{"source":138,"target":17},{"source":142,"target":14},{"source":139,"target":14},{"source":139,"target":143},{"source":139,"target":17},{"source":143,"target":14},{"source":140,"target":18},{"source":140,"target":144},{"source":140,"target":17},{"source":144,"target":18},{"source":141,"target":14},{"source":18,"target":0},{"source":18,"target":145},{"source":18,"target":146},{"source":145,"target":18},{"source":146,"target":18},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":147},{"source":19,"target":148},{"source":147,"target":14},{"source":147,"target":149},{"source":147,"target":19},{"source":149,"target":14},{"source":148,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":150},{"source":20,"target":151},{"source":150,"target":152},{"source":150,"target":20},{"source":151,"target":14},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":153},{"source":21,"target":154},{"source":153,"target":155},{"source":153,"target":21},{"source":154,"target":22},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":156},{"source":156,"target":14},{"source":23,"target":0},{"source":23,"target":11},{"source":23,"target":157},{"source":157,"target":11},{"source":24,"target":0},{"source":24,"target":11},{"source":24,"target":158},{"source":158,"target":11},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":159},{"source":25,"target":160},{"source":159,"target":12},{"source":159,"target":161},{"source":159,"target":25},{"source":161,"target":12},{"source":160,"target":22},{"source":26,"target":0},{"source":26,"target":162},{"source":26,"target":163},{"source":26,"target":164},{"source":26,"target":165},{"source":162,"target":26},{"source":163,"target":26},{"source":164,"target":26},{"source":165,"target":26},{"source":27,"target":0},{"source":27,"target":166},{"source":27,"target":167},{"source":27,"target":168},{"source":27,"target":169},{"source":27,"target":170},{"source":27,"target":171},{"source":166,"target":27},{"source":167,"target":27},{"source":168,"target":27},{"source":169,"target":27},{"source":170,"target":27},{"source":171,"target":27},{"source":28,"target":0},{"source":28,"target":30},{"source":28,"target":172},{"source":172,"target":30},{"source":29,"target":0},{"source":29,"target":173},{"source":29,"target":174},{"source":173,"target":175},{"source":173,"target":29},{"source":174,"target":8},{"source":174,"target":176},{"source":174,"target":29},{"source":176,"target":8},{"source":30,"target":0},{"source":30,"target":177},{"source":30,"target":178},{"source":177,"target":179},{"source":177,"target":30},{"source":178,"target":29},{"source":178,"target":180},{"source":178,"target":30},{"source":180,"target":29},{"source":31,"target":0},{"source":31,"target":181},{"source":31,"target":182},{"source":31,"target":183},{"source":31,"target":184},{"source":31,"target":185},{"source":31,"target":186},{"source":31,"target":187},{"source":31,"target":188},{"source":31,"target":189},{"source":31,"target":190},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":182,"target":194},{"source":182,"target":31},{"source":182,"target":195},{"source":194,"target":181},{"source":195,"target":25},{"source":195,"target":196},{"source":195,"target":182},{"source":196,"target":25},{"source":183,"target":197},{"source":183,"target":31},{"source":183,"target":198},{"source":197,"target":181},{"source":198,"target":11},{"source":198,"target":199},{"source":198,"target":183},{"source":199,"target":11},{"source":184,"target":200},{"source":184,"target":31},{"source":184,"target":201},{"source":200,"target":181},{"source":201,"target":15},{"source":201,"target":202},{"source":201,"target":184},{"source":202,"target":15},{"source":185,"target":203},{"source":185,"target":31},{"source":185,"target":204},{"source":203,"target":181},{"source":204,"target":21},{"source":204,"target":205},{"source":204,"target":185},{"source":205,"target":21},{"source":186,"target":206},{"source":186,"target":31},{"source":186,"target":207},{"source":206,"target":181},{"source":207,"target":9},{"source":207,"target":208},{"source":207,"target":186},{"source":208,"target":9},{"source":187,"target":209},{"source":187,"target":31},{"source":187,"target":210},{"source":209,"target":181},{"source":210,"target":10},{"source":210,"target":211},{"source":210,"target":187},{"source":211,"target":10},{"source":188,"target":212},{"source":188,"target":31},{"source":188,"target":213},{"source":212,"target":181},{"source":213,"target":17},{"source":213,"target":214},{"source":213,"target":188},{"source":214,"target":17},{"source":189,"target":215},{"source":189,"target":31},{"source":189,"target":216},{"source":215,"target":181},{"source":216,"target":19},{"source":216,"target":217},{"source":216,"target":189},{"source":217,"target":19},{"source":190,"target":218},{"source":190,"target":31},{"source":190,"target":219},{"source":218,"target":181},{"source":219,"target":13},{"source":219,"target":220},{"source":219,"target":190},{"source":220,"target":13},{"source":191,"target":221},{"source":191,"target":31},{"source":191,"target":222},{"source":221,"target":181},{"source":222,"target":16},{"source":222,"target":223},{"source":222,"target":191},{"source":223,"target":16},{"source":192,"target":224},{"source":192,"target":31},{"source":192,"target":225},{"source":224,"target":181},{"source":225,"target":20},{"source":225,"target":226},{"source":225,"target":192},{"source":226,"target":20},{"source":193,"target":227},{"source":193,"target":31},{"source":193,"target":228},{"source":227,"target":181},{"source":228,"target":33},{"source":228,"target":229},{"source":228,"target":193},{"source":229,"target":33},{"source":32,"target":0},{"source":32,"target":22},{"source":32,"target":230},{"source":32,"target":231},{"source":230,"target":8},{"source":230,"target":232},{"source":230,"target":32},{"source":232,"target":8},{"source":231,"target":22},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":233},{"source":33,"target":234},{"source":233,"target":12},{"source":233,"target":235},{"source":233,"target":33},{"source":235,"target":12},{"source":234,"target":32}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="engine" nsURI="http:///org/eclipse/tptp/platform/analysis/engine.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine"> <eClassifiers xsi:type="ecore:EClass" name="IAlgorithm"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction for representing an algorithm. Each algorithm has associated list of data on which algorithm will execute.&#xD;&#xA;"/> </eAnnotations> <eOperations name="getTitle" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eParameters name="algorithmData" eType="#//IData"/> </eOperations> <eOperations name="supports" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="isQuick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlFileURL" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/URL"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//algorithm/IParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction for representing the data of an algorithm."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="algorithmType" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlFileURL" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/URL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputFilters" upperBound="-1" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputFilters" upperBound="-1" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//algorithm/IArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMatch" eSuperTypes="#//IResult"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The match class is an abstraction for result of a successful application of a rule to the resource(s). The match contains the collection of links to places in resources that collectively represent the match."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//MatchStatus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The status of the match, used to keep track of ignored matches, fixed problem, problems submited to bug tracker, etc."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="links" lowerBound="1" upperBound="-1" eType="#//IMatchLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMatchLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceLastModified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MatchStatus"> <eLiterals name="UNRESOLVED"/> <eLiterals name="FIX_APPLIED" value="1"/> <eLiterals name="DEFECT_SUBMITED" value="2"/> <eLiterals name="IGNORED" value="3"/> <eLiterals name="OUT_OF_SYNC" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMetric" eSuperTypes="#//IResult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaNumber"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A category represents logical grouping of objects."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//ICategoryDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objects" upperBound="-1" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IReview"> <eOperations name="includes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="algorithmData" eType="#//IData"/> <eParameters name="category" eType="#//ICategory"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A unique, descriptive name of this category"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A detailed description of this category"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngineListener" abstract="true" eSuperTypes="../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/EclipseProgressMonitor"> <eOperations name="beginTask"> <eParameters name="taskName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eParameters name="totalWork" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="scope" eType="#//IAnalysisScope"/> <eParameters name="review" eType="#//IReview"/> </eOperations> <eOperations name="error"> <eParameters name="throwable" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaThrowable"/> <eParameters name="message" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eOperations> <eOperations name="processedResult"> <eParameters name="result" eType="#//IResult"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAlgorithmRunner"> <eOperations name="run"> <eParameters name="engine" eType="#//IEngine"/> <eParameters name="algorithms" eType="#//types/AlgorithmArray"/> <eParameters name="analysisScope" eType="#//IAnalysisScope"/> <eParameters name="listener" eType="#//IEngineListener"/> </eOperations> <eOperations name="supports" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="algorithm" eType="#//IAlgorithm"/> </eOperations> <eOperations name="estimateWork" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the number of units of work expected to be performed by this runner to execute enabled algorithms on the given analysis scope."/> </eAnnotations> <eParameters name="scope" eType="#//IAnalysisScope"/> <eParameters name="algorithms" eType="#//types/AlgorithmArray"/> <eParameters name="engine" eType="#//IEngine"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAnalysisScope"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootResources" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/EclipseResourceArray" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngine"> <eOperations name="init"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initialize the engine after the extensions have been installed."/> </eAnnotations> <eParameters name="algorithmExtensions" eType="#//types/AlgorithmExtensionArray"/> <eParameters name="runnerExtensions" eType="#//types/RunnerExtensionArray"/> </eOperations> <eOperations name="analyze"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Execute the engine on the current analysis scope."/> </eAnnotations> <eParameters name="listener" eType="#//IEngineListener"/> </eOperations> <eOperations name="getReviews" eType="#//types/ReviewArray"/> <eOperations name="getCategories" eType="#//types/CategoryArray"/> <eOperations name="getTemplateCategories" eType="#//types/CategoryArray"/> <eOperations name="getRunners" eType="#//types/AlgorithmRunnerArray"/> <eOperations name="getCategory" eType="#//ICategory"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="getTemplateCategory" eType="#//ICategory"> <eParameters name="template" eType="#//algorithm/ITemplateAlgorithm"/> </eOperations> <eOperations name="getEnabledData" eType="#//types/DataArray"> <eParameters name="alg" eType="#//IAlgorithm"/> </eOperations> <eOperations name="getAlgorithmExtension" eType="#//IAlgorithmExtension"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="getAlgorithmExtension" eType="#//IAlgorithmExtension"> <eParameters name="template" eType="#//algorithm/ITemplateAlgorithm"/> </eOperations> <eOperations name="create" eType="#//IData" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="template" eType="#//algorithm/ITemplateAlgorithm"/> <eParameters name="cat" eType="#//ICategory"/> </eOperations> <eOperations name="delete"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="move" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="data" eType="#//IData"/> <eParameters name="cat" eType="#//ICategory"/> </eOperations> <eOperations name="getEngineDataListeners" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaList"/> <eOperations name="isRunning" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="cancel"/> <eOperations name="getAlgorithm" eType="#//IAlgorithm"> <eParameters name="data" eType="#//IData"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="analysisScope" lowerBound="1" eType="#//IAnalysisScope" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enableStateTracker" lowerBound="1" eType="#//IEnableStateTracker" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentReview" lowerBound="1" eType="#//IReview" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputFilters" upperBound="-1" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISolution"> <eOperations name="supportsHeadlessMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="canFix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="match" eType="#//IMatch"/> </eOperations> <eOperations name="fix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="match" eType="#//IMatch"/> <eParameters name="headless" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="undoFix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="match" eType="#//IMatch"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEnableStateTracker"> <eOperations name="isEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="isEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="category" eType="#//ICategory"/> </eOperations> <eOperations name="setEnabled"> <eParameters name="data" eType="#//IData"/> <eParameters name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="setEnabled"> <eParameters name="category" eType="#//ICategory"/> <eParameters name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabledAlgorithmNames" upperBound="-1" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabledCategoryNames" upperBound="-1" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngineManager"> <eOperations name="loadEngines"/> <eOperations name="saveEngine" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="engine" eType="#//IEngine"/> </eOperations> <eOperations name="saveEngines" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"/> <eOperations name="getEngines" eType="#//types/EngineArray"/> <eOperations name="newEngine" eType="#//IEngine"> <eParameters name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eOperations> <eOperations name="findEngine" eType="#//IEngine"> <eParameters name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eOperations> <eOperations name="getEngineFile" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"> <eParameters name="engine" eType="#//IEngine"/> </eOperations> <eOperations name="doNotSaveOnExit"> <eParameters name="engine" eType="#//IEngine"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseDirectory" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICategoryDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A unique, descriptive name of this category"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A detailed description of this category"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativeDirectory" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAlgorithmExtension"> <eOperations name="init" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="pluginBaseDir" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> <eParameters name="workspaceBaseDir" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> <eParameters name="newVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getAlgorithms" eType="#//types/AlgorithmArray"/> <eOperations name="getAlgorithmData" eType="#//types/DataArray"> <eParameters name="categoryDescriptor" eType="#//ICategoryDescriptor"/> </eOperations> <eOperations name="getTemplateAlgorithms" eType="#//types/TemplateAlgorithmArray"> <eParameters name="categoryDescriptor" eType="#//ICategoryDescriptor"/> </eOperations> <eOperations name="getSolutions" eType="#//types/SolutionArray"> <eParameters name="problemData" eType="#//algorithm/IProblemData"/> <eParameters name="match" eType="#//IMatch"/> </eOperations> <eOperations name="getCategoryReviewList" eType="#//ICategoryReviewList"/> <eOperations name="create" eType="#//IData" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="template" eType="#//algorithm/ITemplateAlgorithm"/> <eParameters name="descr" eType="#//ICategoryDescriptor"/> </eOperations> <eOperations name="save" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="move" eExceptions="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaException"> <eParameters name="data" eType="#//IData"/> <eParameters name="categoryDescriptor" eType="#//ICategoryDescriptor"/> </eOperations> <eOperations name="delete"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="getPluginDirectory" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> <eOperations name="getWorkspaceDirectory" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRunnerExtension"> <eStructuralFeatures xsi:type="ecore:EReference" name="runner" lowerBound="1" eType="#//IAlgorithmRunner" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICategoryReviewList"> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//IReview" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//ICategoryDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateCategories" upperBound="-1" eType="#//ICategoryDescriptor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IResult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="algorithmName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IResultSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reviewName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scopeName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootResourceNames" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaStringArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="engineName" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="analysisTimeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="results" upperBound="-1" eType="#//IResult" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngineDataListener" abstract="true"> <eOperations name="created"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="deleted"> <eParameters name="data" eType="#//IData"/> </eOperations> <eOperations name="moved"> <eParameters name="data" eType="#//IData"/> <eParameters name="oldCategory" eType="#//ICategory"/> </eOperations> </eClassifiers> <eSubpackages name="algorithm" nsURI="http:///org/eclipse/tptp/platform/analysis/engine/algorithm.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine.algorithm"> <eClassifiers xsi:type="ecore:EClass" name="IProblemData" eSuperTypes="#//IData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//algorithm/ProblemSeverity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IResourceAlgorithm" eSuperTypes="#//IAlgorithm"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A resource algorithm executes on an Eclipse resource."/> </eAnnotations> <eOperations name="analyze"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Apply this algorithm to the given resource"/> </eAnnotations> <eParameters name="resource" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/EclipseResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The resource on which algorithm should run"/> </eAnnotations> </eParameters> <eParameters name="data" eType="#//types/DataArray"/> <eParameters name="categoryDescriptor" eType="#//types/CategoryDescriptorArray"/> <eParameters name="listener" eType="#//IEngineListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The listener that will be notified by the algorithm"/> </eAnnotations> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IArgument"> <eOperations name="getValue" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaObject"/> <eOperations name="setValue"> <eParameters name="value" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITemplateAlgorithm" eSuperTypes="#//IAlgorithm"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template algorithm supports generic creation of the algorithm data."/> </eAnnotations> <eOperations name="newAlgorithmData" eType="#//IData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProblemSeverity"> <eLiterals name="HIGH" value="5"/> <eLiterals name="MEDIUM" value="3"/> <eLiterals name="LOW" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowedValues" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaStringArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IIntegerArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEObjectArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eobject" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/EMFObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IDoubleArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ILongArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IStringArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMethodArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IMethodProxy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IClassArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="clazz" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IClassProxy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IInterfaceArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="interf" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IInterfaceProxy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPackageArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="pkg" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IPackageProxy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchEqualsFilter" eSuperTypes="../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/EMFEqualsFilter"> <eStructuralFeatures xsi:type="ecore:EReference" name="iMatch" eType="#//IMatch" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IStringArrayArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringArray" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaStringArray"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBooleanArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" eType="ecore:EDataType ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//types/JavaBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IComponentArgument" eSuperTypes="#//algorithm/IArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="compnt" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//proxy/IComponentTypeProxy" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="types" nsURI="http:///org/eclipse/tptp/platform/analysis/engine/types.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine.types"> <eClassifiers xsi:type="ecore:EDataType" name="DataArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IData[]"/> <eClassifiers xsi:type="ecore:EDataType" name="SolutionArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.ISolution[]"/> <eClassifiers xsi:type="ecore:EDataType" name="TemplateAlgorithmArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[]"/> <eClassifiers xsi:type="ecore:EDataType" name="AlgorithmArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IAlgorithm[]"/> <eClassifiers xsi:type="ecore:EDataType" name="AlgorithmExtensionArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[]"/> <eClassifiers xsi:type="ecore:EDataType" name="AlgorithmRunnerArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[]"/> <eClassifiers xsi:type="ecore:EDataType" name="ReviewArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IReview[]"/> <eClassifiers xsi:type="ecore:EDataType" name="CategoryArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.ICategory[]"/> <eClassifiers xsi:type="ecore:EDataType" name="RunnerExtensionArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[]"/> <eClassifiers xsi:type="ecore:EDataType" name="EngineArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.IEngine[]"/> <eClassifiers xsi:type="ecore:EDataType" name="CategoryDescriptorArray" instanceClassName="org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[]"/> </eSubpackages> <eSubpackages name="review" nsURI="http:///org/eclipse/tptp/platform/analysis/engine/review.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine.review"> <eClassifiers xsi:type="ecore:EClass" name="CompleteReview" eSuperTypes="#//IReview"/> <eClassifiers xsi:type="ecore:EClass" name="CategoryReview" eSuperTypes="#//IReview"> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryDescriptor" lowerBound="1" eType="#//ICategoryDescriptor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterReview" eSuperTypes="#//IReview"> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReview" eSuperTypes="#//IReview"> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" lowerBound="1" upperBound="-1" eType="#//IReview" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndReview" eSuperTypes="#//review/MultiReview"/> <eClassifiers xsi:type="ecore:EClass" name="OrReview" eSuperTypes="#//review/MultiReview"/> </eSubpackages> <eSubpackages name="runner" nsURI="http:///org/eclipse/tptp/platform/analysis/engine/runner.ecore" nsPrefix="org.eclipse.tptp.platform.analysis.engine.runner"> <eClassifiers xsi:type="ecore:EClass" name="SingleFileRunner" eSuperTypes="#//IAlgorithmRunner"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceFilter" eType="ecore:EClass ../org.eclipse.tptp.platform.analysis.static.util/TPTPStaticAnalysisUtilities.ecore#//filter/AbstractFilter" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/engine.ecore
ecore
engine IAlgorithm getTitle algorithmData supports data isQuick name type xmlFileURL parameters IData name algorithmType xmlFileURL userDefined inputFilters outputFilters arguments IMatch status links IMatchLink resourceName startPosition endPosition lineNumber resourceLastModified MatchStatus UNRESOLVED UNRESOLVED FIX_APPLIED FIX_APPLIED DEFECT_SUBMITED DEFECT_SUBMITED IGNORED IGNORED OUT_OF_SYNC OUT_OF_SYNC IMetric value ICategory descriptor objects IReview includes algorithmData category name description IEngineListener beginTask taskName totalWork scope review error throwable message processedResult result IAlgorithmRunner run engine algorithms analysisScope listener supports algorithm estimateWork scope algorithms engine name IAnalysisScope name rootResources IEngine init algorithmExtensions runnerExtensions analyze listener getReviews getCategories getTemplateCategories getRunners getCategory data getTemplateCategory template getEnabledData alg getAlgorithmExtension data getAlgorithmExtension template create template cat delete data move data cat getEngineDataListeners isRunning cancel getAlgorithm data name analysisScope enableStateTracker currentReview inputFilters ISolution supportsHeadlessMode canFix match fix match headless undoFix match name IEnableStateTracker isEnabled data isEnabled category setEnabled data enabled setEnabled category enabled disabledAlgorithmNames disabledCategoryNames IEngineManager loadEngines saveEngine engine saveEngines getEngines newEngine name findEngine name getEngineFile engine doNotSaveOnExit engine baseDirectory ICategoryDescriptor name description relativeDirectory IAlgorithmExtension init pluginBaseDir workspaceBaseDir newVersion getAlgorithms getAlgorithmData categoryDescriptor getTemplateAlgorithms categoryDescriptor getSolutions problemData match getCategoryReviewList create template descr save data move data categoryDescriptor delete data getPluginDirectory getWorkspaceDirectory IRunnerExtension runner ICategoryReviewList reviews categories templateCategories IResult categoryName algorithmName dataName IResultSet reviewName scopeName rootResourceNames engineName analysisTimeStamp results IEngineDataListener created data deleted data moved data oldCategory algorithm IProblemData severity IResourceAlgorithm analyze resource data categoryDescriptor listener IArgument getValue setValue value editable true hidden false ITemplateAlgorithm newAlgorithmData ProblemSeverity HIGH HIGH MEDIUM MEDIUM LOW LOW IParameter name description type allowedValues editable true hidden false IIntegerArgument intValue IEObjectArgument eobject IDoubleArgument doubleValue ILongArgument longValue IStringArgument stringValue IMethodArgument method IClassArgument clazz IInterfaceArgument interf IPackageArgument pkg MatchEqualsFilter iMatch IStringArrayArgument stringArray IBooleanArgument booleanValue IComponentArgument compnt types DataArray org.eclipse.tptp.platform.analysis.engine.IData[] org.eclipse.tptp.platform.analysis.engine.IData[] SolutionArray org.eclipse.tptp.platform.analysis.engine.ISolution[] org.eclipse.tptp.platform.analysis.engine.ISolution[] TemplateAlgorithmArray org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[] org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[] AlgorithmArray org.eclipse.tptp.platform.analysis.engine.IAlgorithm[] org.eclipse.tptp.platform.analysis.engine.IAlgorithm[] AlgorithmExtensionArray org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[] org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[] AlgorithmRunnerArray org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[] org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[] ReviewArray org.eclipse.tptp.platform.analysis.engine.IReview[] org.eclipse.tptp.platform.analysis.engine.IReview[] CategoryArray org.eclipse.tptp.platform.analysis.engine.ICategory[] org.eclipse.tptp.platform.analysis.engine.ICategory[] RunnerExtensionArray org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[] org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[] EngineArray org.eclipse.tptp.platform.analysis.engine.IEngine[] org.eclipse.tptp.platform.analysis.engine.IEngine[] CategoryDescriptorArray org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[] org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[] review CompleteReview CategoryReview categoryDescriptor FilterReview filter MultiReview reviews AndReview OrReview runner SingleFileRunner resourceFilter
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine.ecore","name":"engine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAlgorithm","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IData","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMatch","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMatchLink","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MatchStatus","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMetric","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICategory","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IReview","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngineListener","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAlgorithmRunner","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAnalysisScope","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngine","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISolution","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEnableStateTracker","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngineManager","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICategoryDescriptor","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAlgorithmExtension","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRunnerExtension","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICategoryReviewList","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IResult","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IResultSet","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngineDataListener","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine.algorithm","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine/algorithm.ecore","name":"algorithm","id":23,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine.types","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine/types.ecore","name":"types","id":24,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine.review","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine/review.ecore","name":"review","id":25,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.tptp.platform.analysis.engine.runner","nsURI":"http:///org/eclipse/tptp/platform/analysis/engine/runner.ecore","name":"runner","id":26,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTitle","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supports","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isQuick","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xmlFileURL","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithmData","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IParameter","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"algorithmType","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xmlFileURL","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefined","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArgument","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceName","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startPosition","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endPosition","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineNumber","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceLastModified","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"name":"UNRESOLVED","id":76,"value":0,"literal":"UNRESOLVED","eClass":"EEnumLiteral"},{"name":"FIX_APPLIED","id":77,"value":1,"literal":"FIX_APPLIED","eClass":"EEnumLiteral"},{"name":"DEFECT_SUBMITED","id":78,"value":2,"literal":"DEFECT_SUBMITED","eClass":"EEnumLiteral"},{"name":"IGNORED","id":79,"value":3,"literal":"IGNORED","eClass":"EEnumLiteral"},{"name":"OUT_OF_SYNC","id":80,"value":4,"literal":"OUT_OF_SYNC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"includes","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithmData","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"category","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginTask","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"processedResult","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"taskName","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"totalWork","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scope","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"review","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"throwable","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"result","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supports","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"estimateWork","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithms","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"analysisScope","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"id":124,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithm[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithm[]","name":"AlgorithmArray","instanceClass":null,"id":125,"serializable":true,"eClass":"EDataType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithm","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scope","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithms","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootResources","changeable":false,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"analyze","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReviews","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCategories","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTemplateCategories","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRunners","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCategory","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTemplateCategory","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnabledData","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithmExtension","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithmExtension","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"move","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngineDataListeners","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRunning","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cancel","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithm","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"analysisScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enableStateTracker","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentReview","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"algorithmExtensions","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"runnerExtensions","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithmExtension[]","name":"AlgorithmExtensionArray","instanceClass":null,"id":169,"serializable":true,"eClass":"EDataType"},{"id":170,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IRunnerExtension[]","name":"RunnerExtensionArray","instanceClass":null,"id":171,"serializable":true,"eClass":"EDataType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IReview[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IReview[]","name":"ReviewArray","instanceClass":null,"id":175,"serializable":true,"eClass":"EDataType"},{"id":176,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.ICategory[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.ICategory[]","name":"CategoryArray","instanceClass":null,"id":177,"serializable":true,"eClass":"EDataType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner[]","name":"AlgorithmRunnerArray","instanceClass":null,"id":180,"serializable":true,"eClass":"EDataType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"template","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITemplateAlgorithm","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"id":188,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IData[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IData[]","name":"DataArray","instanceClass":null,"id":189,"serializable":true,"eClass":"EDataType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alg","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"template","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"template","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cat","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cat","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportsHeadlessMode","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canFix","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fix","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undoFix","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"match","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"match","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"headless","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"match","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEnabled","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEnabled","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEnabled","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEnabled","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabledAlgorithmNames","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabledCategoryNames","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"category","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabled","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"category","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabled","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadEngines","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveEngine","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveEngines","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngines","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"newEngine","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findEngine","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngineFile","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"doNotSaveOnExit","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseDirectory","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.IEngine[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.IEngine[]","name":"EngineArray","instanceClass":null,"id":275,"serializable":true,"eClass":"EDataType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EParameter"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"engine","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EParameter"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativeDirectory","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithms","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlgorithmData","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTemplateAlgorithms","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSolutions","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCategoryReviewList","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"save","lowerBound":0,"id":302,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"move","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPluginDirectory","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getWorkspaceDirectory","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pluginBaseDir","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"workspaceBaseDir","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newVersion","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EParameter"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryDescriptor","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"id":317,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.algorithm.ITemplateAlgorithm[]","name":"TemplateAlgorithmArray","instanceClass":null,"id":318,"serializable":true,"eClass":"EDataType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryDescriptor","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EParameter"},{"id":321,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.ISolution[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.ISolution[]","name":"SolutionArray","instanceClass":null,"id":322,"serializable":true,"eClass":"EDataType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"problemData","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"match","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProblemData","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"template","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"descr","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EParameter"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryDescriptor","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EParameter"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runner","changeable":false,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categoryName","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"algorithmName","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataName","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reviewName","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scopeName","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootResourceNames","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"engineName","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"analysisTimeStamp","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"created","lowerBound":0,"id":374,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleted","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"moved","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":377,"many":false,"required":false,"eClass":"EParameter"},{"id":378,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":379,"many":false,"required":false,"eClass":"EParameter"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"oldCategory","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EParameter"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IResourceAlgorithm","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProblemSeverity","instanceClass":null,"id":386,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IIntegerArgument","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEObjectArgument","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDoubleArgument","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILongArgument","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStringArgument","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMethodArgument","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IClassArgument","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IInterfaceArgument","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackageArgument","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchEqualsFilter","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStringArrayArgument","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBooleanArgument","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IComponentArgument","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"analyze","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EOperation"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resource","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryDescriptor","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EParameter"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[]","defaultValue":null,"instanceClassName":"org.eclipse.tptp.platform.analysis.engine.ICategoryDescriptor[]","name":"CategoryDescriptorArray","instanceClass":null,"id":411,"serializable":true,"eClass":"EDataType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"editable","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":419,"many":false,"required":false,"eClass":"EParameter"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newAlgorithmData","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"name":"HIGH","id":426,"value":5,"literal":"HIGH","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":427,"value":3,"literal":"MEDIUM","eClass":"EEnumLiteral"},{"name":"LOW","id":428,"value":1,"literal":"LOW","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowedValues","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"editable","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intValue","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eobject","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doubleValue","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longValue","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clazz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iMatch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringArray","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanValue","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compnt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteReview","instanceClass":null,"abstract":false,"id":480,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryReview","instanceClass":null,"abstract":false,"id":481,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterReview","instanceClass":null,"abstract":false,"id":482,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReview","instanceClass":null,"abstract":false,"id":483,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndReview","instanceClass":null,"abstract":false,"id":484,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrReview","instanceClass":null,"abstract":false,"id":485,"interface":false,"eClass":"EClass"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categoryDescriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleFileRunner","instanceClass":null,"abstract":false,"id":498,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":27,"target":34},{"source":27,"target":1},{"source":27,"target":35},{"source":35,"target":2},{"source":35,"target":36},{"source":35,"target":27},{"source":36,"target":2},{"source":28,"target":37},{"source":28,"target":1},{"source":28,"target":38},{"source":38,"target":2},{"source":38,"target":39},{"source":38,"target":28},{"source":39,"target":2},{"source":29,"target":40},{"source":29,"target":1},{"source":30,"target":41},{"source":30,"target":1},{"source":31,"target":42},{"source":31,"target":1},{"source":32,"target":43},{"source":32,"target":1},{"source":33,"target":44},{"source":33,"target":45},{"source":33,"target":1},{"source":45,"target":44},{"source":2,"target":0},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":46,"target":53},{"source":46,"target":2},{"source":47,"target":54},{"source":47,"target":2},{"source":48,"target":55},{"source":48,"target":2},{"source":49,"target":56},{"source":49,"target":2},{"source":50,"target":57},{"source":50,"target":2},{"source":51,"target":58},{"source":51,"target":2},{"source":52,"target":59},{"source":52,"target":60},{"source":52,"target":2},{"source":60,"target":59},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":61,"target":5},{"source":61,"target":64},{"source":61,"target":3},{"source":64,"target":5},{"source":62,"target":4},{"source":62,"target":65},{"source":62,"target":3},{"source":65,"target":4},{"source":63,"target":20},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":66,"target":71},{"source":66,"target":4},{"source":67,"target":72},{"source":67,"target":4},{"source":68,"target":73},{"source":68,"target":4},{"source":69,"target":74},{"source":69,"target":4},{"source":70,"target":75},{"source":70,"target":4},{"source":5,"target":0},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":76,"target":5},{"source":77,"target":5},{"source":78,"target":5},{"source":79,"target":5},{"source":80,"target":5},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":81},{"source":6,"target":82},{"source":81,"target":83},{"source":81,"target":6},{"source":82,"target":20},{"source":7,"target":0},{"source":7,"target":84},{"source":7,"target":85},{"source":84,"target":16},{"source":84,"target":86},{"source":84,"target":7},{"source":86,"target":16},{"source":85,"target":87},{"source":85,"target":7},{"source":8,"target":0},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":88,"target":91},{"source":88,"target":8},{"source":88,"target":92},{"source":88,"target":93},{"source":92,"target":2},{"source":92,"target":94},{"source":92,"target":88},{"source":94,"target":2},{"source":93,"target":7},{"source":93,"target":95},{"source":93,"target":88},{"source":95,"target":7},{"source":89,"target":96},{"source":89,"target":8},{"source":90,"target":97},{"source":90,"target":8},{"source":9,"target":0},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":98,"target":9},{"source":98,"target":102},{"source":98,"target":103},{"source":98,"target":104},{"source":98,"target":105},{"source":102,"target":106},{"source":102,"target":98},{"source":103,"target":107},{"source":103,"target":98},{"source":104,"target":11},{"source":104,"target":108},{"source":104,"target":98},{"source":108,"target":11},{"source":105,"target":8},{"source":105,"target":109},{"source":105,"target":98},{"source":109,"target":8},{"source":99,"target":9},{"source":99,"target":110},{"source":99,"target":111},{"source":110,"target":112},{"source":110,"target":99},{"source":111,"target":113},{"source":111,"target":99},{"source":100,"target":9},{"source":100,"target":114},{"source":114,"target":20},{"source":114,"target":115},{"source":114,"target":100},{"source":115,"target":20},{"source":10,"target":0},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":116,"target":10},{"source":116,"target":120},{"source":116,"target":121},{"source":116,"target":122},{"source":116,"target":123},{"source":120,"target":12},{"source":120,"target":124},{"source":120,"target":116},{"source":124,"target":12},{"source":121,"target":125},{"source":121,"target":126},{"source":121,"target":116},{"source":126,"target":125},{"source":122,"target":11},{"source":122,"target":127},{"source":122,"target":116},{"source":127,"target":11},{"source":123,"target":9},{"source":123,"target":128},{"source":123,"target":116},{"source":128,"target":9},{"source":117,"target":129},{"source":117,"target":10},{"source":117,"target":130},{"source":130,"target":1},{"source":130,"target":131},{"source":130,"target":117},{"source":131,"target":1},{"source":118,"target":132},{"source":118,"target":10},{"source":118,"target":133},{"source":118,"target":134},{"source":118,"target":135},{"source":133,"target":11},{"source":133,"target":136},{"source":133,"target":118},{"source":136,"target":11},{"source":134,"target":125},{"source":134,"target":137},{"source":134,"target":118},{"source":137,"target":125},{"source":135,"target":12},{"source":135,"target":138},{"source":135,"target":118},{"source":138,"target":12},{"source":119,"target":139},{"source":119,"target":10},{"source":11,"target":0},{"source":11,"target":140},{"source":11,"target":141},{"source":140,"target":142},{"source":140,"target":11},{"source":141,"target":143},{"source":141,"target":11},{"source":12,"target":0},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":12,"target":147},{"source":12,"target":148},{"source":12,"target":149},{"source":12,"target":150},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":12,"target":155},{"source":12,"target":156},{"source":12,"target":157},{"source":12,"target":158},{"source":12,"target":159},{"source":12,"target":160},{"source":12,"target":161},{"source":12,"target":162},{"source":12,"target":163},{"source":12,"target":164},{"source":12,"target":165},{"source":12,"target":166},{"source":144,"target":12},{"source":144,"target":167},{"source":144,"target":168},{"source":167,"target":169},{"source":167,"target":170},{"source":167,"target":144},{"source":170,"target":169},{"source":168,"target":171},{"source":168,"target":172},{"source":168,"target":144},{"source":172,"target":171},{"source":145,"target":12},{"source":145,"target":173},{"source":173,"target":9},{"source":173,"target":174},{"source":173,"target":145},{"source":174,"target":9},{"source":146,"target":175},{"source":146,"target":176},{"source":146,"target":12},{"source":176,"target":175},{"source":147,"target":177},{"source":147,"target":178},{"source":147,"target":12},{"source":178,"target":177},{"source":148,"target":177},{"source":148,"target":179},{"source":148,"target":12},{"source":179,"target":177},{"source":149,"target":180},{"source":149,"target":181},{"source":149,"target":12},{"source":181,"target":180},{"source":150,"target":7},{"source":150,"target":182},{"source":150,"target":12},{"source":150,"target":183},{"source":182,"target":7},{"source":183,"target":2},{"source":183,"target":184},{"source":183,"target":150},{"source":184,"target":2},{"source":151,"target":7},{"source":151,"target":185},{"source":151,"target":12},{"source":151,"target":186},{"source":185,"target":7},{"source":186,"target":187},{"source":186,"target":188},{"source":186,"target":151},{"source":188,"target":187},{"source":152,"target":189},{"source":152,"target":190},{"source":152,"target":12},{"source":152,"target":191},{"source":190,"target":189},{"source":191,"target":1},{"source":191,"target":192},{"source":191,"target":152},{"source":192,"target":1},{"source":153,"target":17},{"source":153,"target":193},{"source":153,"target":12},{"source":153,"target":194},{"source":193,"target":17},{"source":194,"target":2},{"source":194,"target":195},{"source":194,"target":153},{"source":195,"target":2},{"source":154,"target":17},{"source":154,"target":196},{"source":154,"target":12},{"source":154,"target":197},{"source":196,"target":17},{"source":197,"target":187},{"source":197,"target":198},{"source":197,"target":154},{"source":198,"target":187},{"source":155,"target":2},{"source":155,"target":199},{"source":155,"target":12},{"source":155,"target":200},{"source":155,"target":201},{"source":155,"target":202},{"source":199,"target":2},{"source":200,"target":187},{"source":200,"target":203},{"source":200,"target":155},{"source":203,"target":187},{"source":201,"target":7},{"source":201,"target":204},{"source":201,"target":155},{"source":204,"target":7},{"source":156,"target":12},{"source":156,"target":205},{"source":205,"target":2},{"source":205,"target":206},{"source":205,"target":156},{"source":206,"target":2},{"source":157,"target":12},{"source":157,"target":207},{"source":157,"target":208},{"source":157,"target":209},{"source":207,"target":2},{"source":207,"target":210},{"source":207,"target":157},{"source":210,"target":2},{"source":208,"target":7},{"source":208,"target":211},{"source":208,"target":157},{"source":211,"target":7},{"source":158,"target":212},{"source":158,"target":12},{"source":159,"target":213},{"source":159,"target":12},{"source":160,"target":12},{"source":161,"target":1},{"source":161,"target":214},{"source":161,"target":12},{"source":161,"target":215},{"source":214,"target":1},{"source":215,"target":2},{"source":215,"target":216},{"source":215,"target":161},{"source":216,"target":2},{"source":162,"target":217},{"source":162,"target":12},{"source":163,"target":11},{"source":163,"target":218},{"source":163,"target":12},{"source":218,"target":11},{"source":164,"target":14},{"source":164,"target":219},{"source":164,"target":12},{"source":219,"target":14},{"source":165,"target":8},{"source":165,"target":220},{"source":165,"target":12},{"source":220,"target":8},{"source":166,"target":221},{"source":166,"target":12},{"source":13,"target":0},{"source":13,"target":222},{"source":13,"target":223},{"source":13,"target":224},{"source":13,"target":225},{"source":13,"target":226},{"source":222,"target":227},{"source":222,"target":13},{"source":223,"target":228},{"source":223,"target":13},{"source":223,"target":229},{"source":229,"target":3},{"source":229,"target":230},{"source":229,"target":223},{"source":230,"target":3},{"source":224,"target":231},{"source":224,"target":13},{"source":224,"target":232},{"source":224,"target":233},{"source":232,"target":3},{"source":232,"target":234},{"source":232,"target":224},{"source":234,"target":3},{"source":233,"target":235},{"source":233,"target":224},{"source":225,"target":236},{"source":225,"target":13},{"source":225,"target":237},{"source":237,"target":3},{"source":237,"target":238},{"source":237,"target":225},{"source":238,"target":3},{"source":226,"target":239},{"source":226,"target":13},{"source":14,"target":0},{"source":14,"target":240},{"source":14,"target":241},{"source":14,"target":242},{"source":14,"target":243},{"source":14,"target":244},{"source":14,"target":245},{"source":240,"target":246},{"source":240,"target":14},{"source":240,"target":247},{"source":247,"target":2},{"source":247,"target":248},{"source":247,"target":240},{"source":248,"target":2},{"source":241,"target":249},{"source":241,"target":14},{"source":241,"target":250},{"source":250,"target":7},{"source":250,"target":251},{"source":250,"target":241},{"source":251,"target":7},{"source":242,"target":14},{"source":242,"target":252},{"source":242,"target":253},{"source":252,"target":2},{"source":252,"target":254},{"source":252,"target":242},{"source":254,"target":2},{"source":253,"target":255},{"source":253,"target":242},{"source":243,"target":14},{"source":243,"target":256},{"source":243,"target":257},{"source":256,"target":7},{"source":256,"target":258},{"source":256,"target":243},{"source":258,"target":7},{"source":257,"target":259},{"source":257,"target":243},{"source":244,"target":260},{"source":244,"target":14},{"source":245,"target":261},{"source":245,"target":14},{"source":15,"target":0},{"source":15,"target":262},{"source":15,"target":263},{"source":15,"target":264},{"source":15,"target":265},{"source":15,"target":266},{"source":15,"target":267},{"source":15,"target":268},{"source":15,"target":269},{"source":15,"target":270},{"source":262,"target":15},{"source":263,"target":15},{"source":263,"target":271},{"source":263,"target":272},{"source":271,"target":12},{"source":271,"target":273},{"source":271,"target":263},{"source":273,"target":12},{"source":264,"target":15},{"source":264,"target":274},{"source":265,"target":275},{"source":265,"target":276},{"source":265,"target":15},{"source":276,"target":275},{"source":266,"target":12},{"source":266,"target":277},{"source":266,"target":15},{"source":266,"target":278},{"source":277,"target":12},{"source":278,"target":279},{"source":278,"target":266},{"source":267,"target":12},{"source":267,"target":280},{"source":267,"target":15},{"source":267,"target":281},{"source":280,"target":12},{"source":281,"target":282},{"source":281,"target":267},{"source":268,"target":283},{"source":268,"target":15},{"source":268,"target":284},{"source":284,"target":12},{"source":284,"target":285},{"source":284,"target":268},{"source":285,"target":12},{"source":269,"target":15},{"source":269,"target":286},{"source":286,"target":12},{"source":286,"target":287},{"source":286,"target":269},{"source":287,"target":12},{"source":270,"target":288},{"source":270,"target":15},{"source":16,"target":0},{"source":16,"target":289},{"source":16,"target":290},{"source":16,"target":291},{"source":289,"target":292},{"source":289,"target":16},{"source":290,"target":293},{"source":290,"target":16},{"source":291,"target":294},{"source":291,"target":16},{"source":17,"target":0},{"source":17,"target":295},{"source":17,"target":296},{"source":17,"target":297},{"source":17,"target":298},{"source":17,"target":299},{"source":17,"target":300},{"source":17,"target":301},{"source":17,"target":302},{"source":17,"target":303},{"source":17,"target":304},{"source":17,"target":305},{"source":17,"target":306},{"source":295,"target":17},{"source":295,"target":307},{"source":295,"target":308},{"source":295,"target":309},{"source":295,"target":310},{"source":307,"target":311},{"source":307,"target":295},{"source":308,"target":312},{"source":308,"target":295},{"source":309,"target":313},{"source":309,"target":295},{"source":296,"target":125},{"source":296,"target":314},{"source":296,"target":17},{"source":314,"target":125},{"source":297,"target":189},{"source":297,"target":315},{"source":297,"target":17},{"source":297,"target":316},{"source":315,"target":189},{"source":316,"target":16},{"source":316,"target":317},{"source":316,"target":297},{"source":317,"target":16},{"source":298,"target":318},{"source":298,"target":319},{"source":298,"target":17},{"source":298,"target":320},{"source":319,"target":318},{"source":320,"target":16},{"source":320,"target":321},{"source":320,"target":298},{"source":321,"target":16},{"source":299,"target":322},{"source":299,"target":323},{"source":299,"target":17},{"source":299,"target":324},{"source":299,"target":325},{"source":323,"target":322},{"source":324,"target":326},{"source":324,"target":327},{"source":324,"target":299},{"source":327,"target":326},{"source":325,"target":3},{"source":325,"target":328},{"source":325,"target":299},{"source":328,"target":3},{"source":300,"target":19},{"source":300,"target":329},{"source":300,"target":17},{"source":329,"target":19},{"source":301,"target":2},{"source":301,"target":330},{"source":301,"target":17},{"source":301,"target":331},{"source":301,"target":332},{"source":301,"target":333},{"source":330,"target":2},{"source":331,"target":187},{"source":331,"target":334},{"source":331,"target":301},{"source":334,"target":187},{"source":332,"target":16},{"source":332,"target":335},{"source":332,"target":301},{"source":335,"target":16},{"source":302,"target":17},{"source":302,"target":336},{"source":302,"target":337},{"source":336,"target":2},{"source":336,"target":338},{"source":336,"target":302},{"source":338,"target":2},{"source":303,"target":17},{"source":303,"target":339},{"source":303,"target":340},{"source":303,"target":341},{"source":339,"target":2},{"source":339,"target":342},{"source":339,"target":303},{"source":342,"target":2},{"source":340,"target":16},{"source":340,"target":343},{"source":340,"target":303},{"source":343,"target":16},{"source":304,"target":17},{"source":304,"target":344},{"source":344,"target":2},{"source":344,"target":345},{"source":344,"target":304},{"source":345,"target":2},{"source":305,"target":346},{"source":305,"target":17},{"source":306,"target":347},{"source":306,"target":17},{"source":18,"target":0},{"source":18,"target":348},{"source":348,"target":10},{"source":348,"target":349},{"source":348,"target":18},{"source":349,"target":10},{"source":19,"target":0},{"source":19,"target":350},{"source":19,"target":351},{"source":19,"target":352},{"source":350,"target":8},{"source":350,"target":353},{"source":350,"target":19},{"source":353,"target":8},{"source":351,"target":16},{"source":351,"target":354},{"source":351,"target":19},{"source":354,"target":16},{"source":352,"target":16},{"source":352,"target":355},{"source":352,"target":19},{"source":355,"target":16},{"source":20,"target":0},{"source":20,"target":356},{"source":20,"target":357},{"source":20,"target":358},{"source":356,"target":359},{"source":356,"target":20},{"source":357,"target":360},{"source":357,"target":20},{"source":358,"target":361},{"source":358,"target":20},{"source":21,"target":0},{"source":21,"target":362},{"source":21,"target":363},{"source":21,"target":364},{"source":21,"target":365},{"source":21,"target":366},{"source":21,"target":367},{"source":362,"target":368},{"source":362,"target":21},{"source":363,"target":369},{"source":363,"target":21},{"source":364,"target":370},{"source":364,"target":21},{"source":365,"target":371},{"source":365,"target":21},{"source":366,"target":372},{"source":366,"target":21},{"source":367,"target":20},{"source":367,"target":373},{"source":367,"target":21},{"source":373,"target":20},{"source":22,"target":0},{"source":22,"target":374},{"source":22,"target":375},{"source":22,"target":376},{"source":374,"target":22},{"source":374,"target":377},{"source":377,"target":2},{"source":377,"target":378},{"source":377,"target":374},{"source":378,"target":2},{"source":375,"target":22},{"source":375,"target":379},{"source":379,"target":2},{"source":379,"target":380},{"source":379,"target":375},{"source":380,"target":2},{"source":376,"target":22},{"source":376,"target":381},{"source":376,"target":382},{"source":381,"target":2},{"source":381,"target":383},{"source":381,"target":376},{"source":383,"target":2},{"source":382,"target":7},{"source":382,"target":384},{"source":382,"target":376},{"source":384,"target":7},{"source":23,"target":326},{"source":23,"target":385},{"source":23,"target":59},{"source":23,"target":187},{"source":23,"target":386},{"source":23,"target":44},{"source":23,"target":387},{"source":23,"target":388},{"source":23,"target":389},{"source":23,"target":390},{"source":23,"target":391},{"source":23,"target":392},{"source":23,"target":393},{"source":23,"target":394},{"source":23,"target":395},{"source":23,"target":396},{"source":23,"target":397},{"source":23,"target":398},{"source":23,"target":399},{"source":23,"target":0},{"source":326,"target":23},{"source":326,"target":2},{"source":326,"target":400},{"source":326,"target":401},{"source":400,"target":386},{"source":400,"target":402},{"source":400,"target":326},{"source":402,"target":386},{"source":401,"target":2},{"source":385,"target":23},{"source":385,"target":1},{"source":385,"target":403},{"source":385,"target":404},{"source":403,"target":385},{"source":403,"target":405},{"source":403,"target":406},{"source":403,"target":407},{"source":403,"target":408},{"source":405,"target":409},{"source":405,"target":403},{"source":406,"target":189},{"source":406,"target":410},{"source":406,"target":403},{"source":410,"target":189},{"source":407,"target":411},{"source":407,"target":412},{"source":407,"target":403},{"source":412,"target":411},{"source":408,"target":9},{"source":408,"target":413},{"source":408,"target":403},{"source":413,"target":9},{"source":404,"target":1},{"source":59,"target":23},{"source":59,"target":414},{"source":59,"target":415},{"source":59,"target":416},{"source":59,"target":417},{"source":414,"target":418},{"source":414,"target":59},{"source":415,"target":59},{"source":415,"target":419},{"source":419,"target":420},{"source":419,"target":415},{"source":416,"target":421},{"source":416,"target":59},{"source":417,"target":422},{"source":417,"target":59},{"source":187,"target":23},{"source":187,"target":1},{"source":187,"target":423},{"source":187,"target":424},{"source":423,"target":2},{"source":423,"target":425},{"source":423,"target":187},{"source":425,"target":2},{"source":424,"target":1},{"source":386,"target":23},{"source":386,"target":426},{"source":386,"target":427},{"source":386,"target":428},{"source":426,"target":386},{"source":427,"target":386},{"source":428,"target":386},{"source":44,"target":23},{"source":44,"target":429},{"source":44,"target":430},{"source":44,"target":431},{"source":44,"target":432},{"source":44,"target":433},{"source":44,"target":434},{"source":429,"target":435},{"source":429,"target":44},{"source":430,"target":436},{"source":430,"target":44},{"source":431,"target":437},{"source":431,"target":44},{"source":432,"target":438},{"source":432,"target":44},{"source":433,"target":439},{"source":433,"target":44},{"source":434,"target":440},{"source":434,"target":44},{"source":387,"target":23},{"source":387,"target":59},{"source":387,"target":441},{"source":387,"target":442},{"source":441,"target":443},{"source":441,"target":387},{"source":442,"target":59},{"source":388,"target":23},{"source":388,"target":59},{"source":388,"target":444},{"source":388,"target":445},{"source":444,"target":446},{"source":444,"target":388},{"source":445,"target":59},{"source":389,"target":23},{"source":389,"target":59},{"source":389,"target":447},{"source":389,"target":448},{"source":447,"target":449},{"source":447,"target":389},{"source":448,"target":59},{"source":390,"target":23},{"source":390,"target":59},{"source":390,"target":450},{"source":390,"target":451},{"source":450,"target":452},{"source":450,"target":390},{"source":451,"target":59},{"source":391,"target":23},{"source":391,"target":59},{"source":391,"target":453},{"source":391,"target":454},{"source":453,"target":455},{"source":453,"target":391},{"source":454,"target":59},{"source":392,"target":23},{"source":392,"target":59},{"source":392,"target":456},{"source":392,"target":457},{"source":456,"target":458},{"source":456,"target":392},{"source":457,"target":59},{"source":393,"target":23},{"source":393,"target":59},{"source":393,"target":459},{"source":393,"target":460},{"source":459,"target":461},{"source":459,"target":393},{"source":460,"target":59},{"source":394,"target":23},{"source":394,"target":59},{"source":394,"target":462},{"source":394,"target":463},{"source":462,"target":464},{"source":462,"target":394},{"source":463,"target":59},{"source":395,"target":23},{"source":395,"target":59},{"source":395,"target":465},{"source":395,"target":466},{"source":465,"target":467},{"source":465,"target":395},{"source":466,"target":59},{"source":396,"target":23},{"source":396,"target":468},{"source":396,"target":469},{"source":468,"target":3},{"source":468,"target":470},{"source":468,"target":396},{"source":470,"target":3},{"source":397,"target":23},{"source":397,"target":59},{"source":397,"target":471},{"source":397,"target":472},{"source":471,"target":473},{"source":471,"target":397},{"source":472,"target":59},{"source":398,"target":23},{"source":398,"target":59},{"source":398,"target":474},{"source":398,"target":475},{"source":474,"target":476},{"source":474,"target":398},{"source":475,"target":59},{"source":399,"target":23},{"source":399,"target":59},{"source":399,"target":477},{"source":399,"target":478},{"source":477,"target":479},{"source":477,"target":399},{"source":478,"target":59},{"source":24,"target":189},{"source":24,"target":322},{"source":24,"target":318},{"source":24,"target":125},{"source":24,"target":169},{"source":24,"target":180},{"source":24,"target":175},{"source":24,"target":177},{"source":24,"target":171},{"source":24,"target":275},{"source":24,"target":411},{"source":24,"target":0},{"source":189,"target":24},{"source":322,"target":24},{"source":318,"target":24},{"source":125,"target":24},{"source":169,"target":24},{"source":180,"target":24},{"source":175,"target":24},{"source":177,"target":24},{"source":171,"target":24},{"source":275,"target":24},{"source":411,"target":24},{"source":25,"target":480},{"source":25,"target":481},{"source":25,"target":482},{"source":25,"target":483},{"source":25,"target":484},{"source":25,"target":485},{"source":25,"target":0},{"source":480,"target":25},{"source":480,"target":8},{"source":480,"target":486},{"source":486,"target":8},{"source":481,"target":25},{"source":481,"target":8},{"source":481,"target":487},{"source":481,"target":488},{"source":487,"target":16},{"source":487,"target":489},{"source":487,"target":481},{"source":489,"target":16},{"source":488,"target":8},{"source":482,"target":25},{"source":482,"target":8},{"source":482,"target":490},{"source":482,"target":491},{"source":490,"target":492},{"source":490,"target":482},{"source":491,"target":8},{"source":483,"target":25},{"source":483,"target":8},{"source":483,"target":493},{"source":483,"target":494},{"source":493,"target":8},{"source":493,"target":495},{"source":493,"target":483},{"source":495,"target":8},{"source":494,"target":8},{"source":484,"target":25},{"source":484,"target":483},{"source":484,"target":496},{"source":496,"target":483},{"source":485,"target":25},{"source":485,"target":483},{"source":485,"target":497},{"source":497,"target":483},{"source":26,"target":498},{"source":26,"target":0},{"source":498,"target":26},{"source":498,"target":10},{"source":498,"target":499},{"source":498,"target":500},{"source":499,"target":501},{"source":499,"target":498},{"source":500,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="abapobj" nsURI="http://rcer.sf.net/rom/abapobj" nsPrefix="net.sf.rcer.rom"> <eClassifiers xsi:type="ecore:EEnum" name="AttributeScope"> <eLiterals name="INSTANCE_ATTRIBUTE"/> <eLiterals name="STATIC_ATTRIBUTE" value="1"/> <eLiterals name="CONSTANT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Visibility"> <eLiterals name="PRIVATE"/> <eLiterals name="PROTECTED" value="1"/> <eLiterals name="PUBLIC" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttributeTypingType"> <eLiterals name="LIKE"/> <eLiterals name="TYPE" value="1"/> <eLiterals name="TYPE_REF_TO" value="3"/> <eLiterals name="CODING" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MethodScope"> <eLiterals name="INSTANCE"/> <eLiterals name="STATIC" value="1" literal="STATIC"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MethodParameterDeclarationType"> <eLiterals name="IMPORTING"/> <eLiterals name="EXPORTING" value="1"/> <eLiterals name="CHANGING" value="2"/> <eLiterals name="RETURNING" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForwardDeclarations" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typePools" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceForwardDefinitions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classForwardDefinitions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ABAPInterface" eSuperTypes="rom.ecore#//RepositoryObject #//ForwardDeclarations"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitInterface" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unicodeChecked" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//InterfaceMethod" eKeys="#//InterfaceMethod/name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaces" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//InterfaceAttribute" containment="true" eKeys="#//InterfaceAttribute/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//InterfaceEvent" containment="true" eKeys="#//InterfaceEvent/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typing" ordered="false" unique="false" lowerBound="1" eType="#//AttributeTypingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" ordered="false" unique="false" lowerBound="1" eType="#//AttributeScope"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassAttribute" eSuperTypes="#//InterfaceAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//Visibility" defaultValueLiteral="PUBLIC"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" ordered="false" unique="false" lowerBound="1" eType="#//MethodScope"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventHandler" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventClass" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventName" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classBasedExceptions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodParameter" eKeys="#//MethodParameter/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//MethodException" eKeys="#//MethodException/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassMethod" eSuperTypes="#//InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//Visibility"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" ordered="false" unique="false" lowerBound="1" eType="#//MethodScope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//EventParameter" eKeys="#//EventParameter/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassEvent" eSuperTypes="#//InterfaceEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//Visibility"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declarationType" lowerBound="1" eType="#//MethodParameterDeclarationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callByValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typing" ordered="false" unique="false" lowerBound="1" eType="#//AttributeTypingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodException"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typing" ordered="false" unique="false" lowerBound="1" eType="#//AttributeTypingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ClassCreationScope"> <eLiterals name="PRIVATE"/> <eLiterals name="PROTECTED" value="1"/> <eLiterals name="PUBLIC" value="2"/> <eLiterals name="ABSTRACT" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ABAPClass" eSuperTypes="rom.ecore#//RepositoryObject #//ForwardDeclarations"> <eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false" unique="false" eType="ecore:EClass rom.ecore#//LocalizedString" changeable="false" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationScope" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedPointArithmetics" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unicodeChecked" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="#//InterfaceImplementation" containment="true" eKeys="#//InterfaceImplementation/interfaceName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="friendClassNames" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//ClassAttribute" containment="true" eKeys="#//InterfaceAttribute/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//ClassMethod" eKeys="#//InterfaceMethod/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//ClassEvent" containment="true" eKeys="#//InterfaceEvent/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceImplementation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight15/17_abapobj.ecore
ecore
abapobj AttributeScope INSTANCE_ATTRIBUTE INSTANCE_ATTRIBUTE STATIC_ATTRIBUTE STATIC_ATTRIBUTE CONSTANT CONSTANT Visibility PRIVATE PRIVATE PROTECTED PROTECTED PUBLIC PUBLIC AttributeTypingType LIKE LIKE TYPE TYPE TYPE_REF_TO TYPE_REF_TO CODING CODING MethodScope INSTANCE INSTANCE STATIC STATIC MethodParameterDeclarationType IMPORTING IMPORTING EXPORTING EXPORTING CHANGING CHANGING RETURNING RETURNING ForwardDeclarations typePools interfaceForwardDefinitions classForwardDefinitions ABAPInterface collection exitInterface false unicodeChecked true methods interfaces attributes events InterfaceAttribute name typing typeName scope readOnly false defaultValue ClassAttribute visibility PUBLIC InterfaceMethod name description scope eventHandler eventClass eventName classBasedExceptions parameters exceptions ClassMethod visibility abstract false final false InterfaceEvent name description scope parameters ClassEvent visibility MethodParameter name description declarationType callByValue false typing typeName defaultValue optional false MethodException name description EventParameter name description typing typeName defaultValue optional false ClassCreationScope PRIVATE PRIVATE PROTECTED PROTECTED PUBLIC PUBLIC ABSTRACT ABSTRACT ABAPClass description collection superClassName creationScope final false fixedPointArithmetics true unicodeChecked true interfaces friendClassNames attributes methods events InterfaceImplementation interfaceName abstract false final false
null
{"directed":true,"nodes":[{"nsPrefix":"net.sf.rcer.rom","nsURI":"http://rcer.sf.net/rom/abapobj","name":"abapobj","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeScope","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeTypingType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MethodScope","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MethodParameterDeclarationType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForwardDeclarations","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ABAPInterface","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassAttribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethod","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMethod","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceEvent","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassEvent","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodException","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassCreationScope","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ABAPClass","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceImplementation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"name":"INSTANCE_ATTRIBUTE","id":20,"value":0,"literal":"INSTANCE_ATTRIBUTE","eClass":"EEnumLiteral"},{"name":"STATIC_ATTRIBUTE","id":21,"value":1,"literal":"STATIC_ATTRIBUTE","eClass":"EEnumLiteral"},{"name":"CONSTANT","id":22,"value":2,"literal":"CONSTANT","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":23,"value":0,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":24,"value":1,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":25,"value":2,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"LIKE","id":26,"value":0,"literal":"LIKE","eClass":"EEnumLiteral"},{"name":"TYPE","id":27,"value":1,"literal":"TYPE","eClass":"EEnumLiteral"},{"name":"TYPE_REF_TO","id":28,"value":3,"literal":"TYPE_REF_TO","eClass":"EEnumLiteral"},{"name":"CODING","id":29,"value":4,"literal":"CODING","eClass":"EEnumLiteral"},{"name":"INSTANCE","id":30,"value":0,"literal":"INSTANCE","eClass":"EEnumLiteral"},{"name":"STATIC","id":31,"value":1,"literal":"STATIC","eClass":"EEnumLiteral"},{"name":"IMPORTING","id":32,"value":0,"literal":"IMPORTING","eClass":"EEnumLiteral"},{"name":"EXPORTING","id":33,"value":1,"literal":"EXPORTING","eClass":"EEnumLiteral"},{"name":"CHANGING","id":34,"value":2,"literal":"CHANGING","eClass":"EEnumLiteral"},{"name":"RETURNING","id":35,"value":3,"literal":"RETURNING","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typePools","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceForwardDefinitions","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classForwardDefinitions","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":42,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"exitInterface","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"unicodeChecked","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typing","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"readOnly","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"PUBLIC","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"eventHandler","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"eventClass","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"eventName","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classBasedExceptions","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"declarationType","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"callByValue","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typing","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"optional","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typing","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"optional","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"name":"PRIVATE","id":141,"value":0,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":142,"value":1,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":143,"value":2,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"ABSTRACT","id":144,"value":3,"literal":"ABSTRACT","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":146,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"superClassName","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"creationScope","changeable":true,"lowerBound":1,"iD":false,"id":148,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"fixedPointArithmetics","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"unicodeChecked","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"friendClassNames","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"interfaceName","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":2},{"source":24,"target":2},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":26,"target":3},{"source":27,"target":3},{"source":28,"target":3},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":4},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":32,"target":5},{"source":33,"target":5},{"source":34,"target":5},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":36,"target":39},{"source":36,"target":6},{"source":37,"target":40},{"source":37,"target":6},{"source":38,"target":41},{"source":38,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":42,"target":51},{"source":42,"target":7},{"source":43,"target":52},{"source":43,"target":7},{"source":44,"target":53},{"source":44,"target":7},{"source":45,"target":10},{"source":45,"target":54},{"source":45,"target":7},{"source":45,"target":55},{"source":54,"target":10},{"source":46,"target":56},{"source":46,"target":7},{"source":47,"target":8},{"source":47,"target":57},{"source":47,"target":7},{"source":47,"target":58},{"source":57,"target":8},{"source":48,"target":12},{"source":48,"target":59},{"source":48,"target":7},{"source":48,"target":60},{"source":59,"target":12},{"source":50,"target":6},{"source":8,"target":0},{"source":8,"target":58},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":58,"target":66},{"source":58,"target":8},{"source":61,"target":3},{"source":61,"target":67},{"source":61,"target":8},{"source":67,"target":3},{"source":62,"target":68},{"source":62,"target":8},{"source":63,"target":1},{"source":63,"target":69},{"source":63,"target":8},{"source":69,"target":1},{"source":64,"target":70},{"source":64,"target":8},{"source":65,"target":71},{"source":65,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":72},{"source":9,"target":73},{"source":72,"target":2},{"source":72,"target":74},{"source":72,"target":9},{"source":74,"target":2},{"source":73,"target":8},{"source":10,"target":0},{"source":10,"target":55},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":55,"target":83},{"source":55,"target":10},{"source":75,"target":84},{"source":75,"target":10},{"source":76,"target":4},{"source":76,"target":85},{"source":76,"target":10},{"source":85,"target":4},{"source":77,"target":86},{"source":77,"target":10},{"source":78,"target":87},{"source":78,"target":10},{"source":79,"target":88},{"source":79,"target":10},{"source":80,"target":89},{"source":80,"target":10},{"source":81,"target":14},{"source":81,"target":90},{"source":81,"target":10},{"source":81,"target":91},{"source":90,"target":14},{"source":82,"target":15},{"source":82,"target":92},{"source":82,"target":10},{"source":82,"target":93},{"source":92,"target":15},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":94},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":94,"target":2},{"source":94,"target":98},{"source":94,"target":11},{"source":98,"target":2},{"source":95,"target":99},{"source":95,"target":11},{"source":96,"target":100},{"source":96,"target":11},{"source":97,"target":10},{"source":12,"target":0},{"source":12,"target":60},{"source":12,"target":101},{"source":12,"target":102},{"source":12,"target":103},{"source":60,"target":104},{"source":60,"target":12},{"source":101,"target":105},{"source":101,"target":12},{"source":102,"target":4},{"source":102,"target":106},{"source":102,"target":12},{"source":106,"target":4},{"source":103,"target":16},{"source":103,"target":107},{"source":103,"target":12},{"source":103,"target":108},{"source":107,"target":16},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":109},{"source":13,"target":110},{"source":109,"target":2},{"source":109,"target":111},{"source":109,"target":13},{"source":111,"target":2},{"source":110,"target":12},{"source":14,"target":0},{"source":14,"target":91},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":14,"target":117},{"source":14,"target":118},{"source":91,"target":119},{"source":91,"target":14},{"source":112,"target":120},{"source":112,"target":14},{"source":113,"target":5},{"source":113,"target":121},{"source":113,"target":14},{"source":121,"target":5},{"source":114,"target":122},{"source":114,"target":14},{"source":115,"target":3},{"source":115,"target":123},{"source":115,"target":14},{"source":123,"target":3},{"source":116,"target":124},{"source":116,"target":14},{"source":117,"target":125},{"source":117,"target":14},{"source":118,"target":126},{"source":118,"target":14},{"source":15,"target":0},{"source":15,"target":93},{"source":15,"target":127},{"source":93,"target":128},{"source":93,"target":15},{"source":127,"target":129},{"source":127,"target":15},{"source":16,"target":0},{"source":16,"target":108},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":16,"target":133},{"source":16,"target":134},{"source":108,"target":135},{"source":108,"target":16},{"source":130,"target":136},{"source":130,"target":16},{"source":131,"target":3},{"source":131,"target":137},{"source":131,"target":16},{"source":137,"target":3},{"source":132,"target":138},{"source":132,"target":16},{"source":133,"target":139},{"source":133,"target":16},{"source":134,"target":140},{"source":134,"target":16},{"source":17,"target":0},{"source":17,"target":141},{"source":17,"target":142},{"source":17,"target":143},{"source":17,"target":144},{"source":141,"target":17},{"source":142,"target":17},{"source":143,"target":17},{"source":144,"target":17},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":149},{"source":18,"target":150},{"source":18,"target":151},{"source":18,"target":152},{"source":18,"target":153},{"source":18,"target":154},{"source":18,"target":155},{"source":18,"target":156},{"source":18,"target":157},{"source":18,"target":158},{"source":145,"target":159},{"source":145,"target":18},{"source":146,"target":160},{"source":146,"target":18},{"source":147,"target":161},{"source":147,"target":18},{"source":148,"target":162},{"source":148,"target":18},{"source":149,"target":163},{"source":149,"target":18},{"source":150,"target":164},{"source":150,"target":18},{"source":151,"target":165},{"source":151,"target":18},{"source":152,"target":19},{"source":152,"target":166},{"source":152,"target":18},{"source":152,"target":167},{"source":166,"target":19},{"source":153,"target":168},{"source":153,"target":18},{"source":154,"target":9},{"source":154,"target":169},{"source":154,"target":18},{"source":154,"target":58},{"source":169,"target":9},{"source":155,"target":11},{"source":155,"target":170},{"source":155,"target":18},{"source":155,"target":55},{"source":170,"target":11},{"source":156,"target":13},{"source":156,"target":171},{"source":156,"target":18},{"source":156,"target":60},{"source":171,"target":13},{"source":158,"target":6},{"source":19,"target":0},{"source":19,"target":167},{"source":19,"target":172},{"source":19,"target":173},{"source":167,"target":174},{"source":167,"target":19},{"source":172,"target":175},{"source":172,"target":19},{"source":173,"target":176},{"source":173,"target":19}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="textAML3" nsURI="http://www.emftext.org/language/textAML3" nsPrefix="textAML3"> <eClassifiers xsi:type="ecore:EClass" name="TypeSystemDec"> <eStructuralFeatures xsi:type="ecore:EReference" name="typevalues" ordered="false" upperBound="-1" eType="#//TypeDec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rulesystem" ordered="false" upperBound="-1" eType="#//TypeRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy" ordered="false" upperBound="-1" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="widening" ordered="false" upperBound="-1" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" ordered="false" upperBound="-1" eType="#//PackageElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseclass" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategytarget" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="errorrules" upperBound="-1" eType="#//ErrorRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//TypeAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representation" ordered="false" upperBound="-1" eType="#//ModelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetpackage" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetclass" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relation" lowerBound="1" eType="#//ModelElementConnection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false" upperBound="-1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//ComparisonOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRelation" eSuperTypes="#//Relation"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" ordered="false" lowerBound="1" eType="#//TypeRelationReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//TypeRelationReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementRelation" eSuperTypes="#//Relation"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//RuleElementExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//RuleElementExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRelationReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//TypeDec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false" upperBound="-1" eType="#//TypeRelationReferenceElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRelationReferenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeattribute" ordered="false" lowerBound="1" eType="#//TypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator"> <eLiterals name="LessEqual"/> <eLiterals name="Equal" value="1"/> <eLiterals name="GreaterEqual" value="2"/> <eLiterals name="Element" value="3"/> <eLiterals name="NotEqual" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//RuleElementExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//RuleElementExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false" upperBound="-1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containments" upperBound="-1" eType="#//ContainmentVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleElementExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseclass" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//RuleElementAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleElementAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="myattribute" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varname" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ComparisonCondition" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" lowerBound="1" eType="#//ComparisonOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FoldCondition" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="generator" ordered="false" lowerBound="1" upperBound="-1" eType="#//Generator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" upperBound="-1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generator"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Number" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" lowerBound="1" eType="#//BinaryOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" lowerBound="1" eType="#//UnaryOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//TypeDec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false" upperBound="-1" eType="#//TypeReferenceElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReferenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeattribute" ordered="false" lowerBound="1" eType="#//TypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//TypeAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseclass" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//ENamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//AttributeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="myattribute" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator"> <eLiterals name="Addition"/> <eLiterals name="Subtraction" value="1"/> <eLiterals name="Multiplication" value="2"/> <eLiterals name="Projection" value="3"/> <eLiterals name="Concatenation" value="4" literal="Concatenation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryOperator"> <eLiterals name="Length"/> <eLiterals name="First" value="1"/> <eLiterals name="Last" value="2"/> <eLiterals name="Flatten" value="3"/> <eLiterals name="Pairs" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModelElementConnection"> <eLiterals name="In"/> <eLiterals name="Out" value="1"/> <eLiterals name="InOut" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ErrorRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//RuleElementExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainmentVariable" eSuperTypes="#//Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/APvanderMeer/EMF-TL/org.emftext.language.textAML3/metamodel/textAML3.ecore
ecore
textAML3 TypeSystemDec typevalues rulesystem strategy widening packages baseclass strategytarget errorrules TypeDec name attributes representation PackageElement targetpackage ModelElement targetclass attributes relation Relation conditions operator TypeRelation lhs rhs ModelElementRelation lhs rhs TypeRelationReference target arguments TypeRelationReferenceElement typeattribute value ComparisonOperator LessEqual LessEqual Equal Equal GreaterEqual GreaterEqual Element Element NotEqual NotEqual TypeAttribute name TypeRule source target variables conditions containments RuleElementExpression baseclass attributes RuleElementAttribute myattribute variable Variable varname Condition ComparisonCondition left right operator FoldCondition generator condition Generator variable container Expression VariableReference target Number value SetExpression values BinaryExpression left right operator UnaryExpression left operator TypeReference target arguments TypeReferenceElement typeattribute value AttributeReference target FunctionReference function ModelElementExpression baseclass attributes NestedExpression expression AttributeExpression myattribute value BinaryOperator Addition Addition Subtraction Subtraction Multiplication Multiplication Projection Projection Concatenation Concatenation UnaryOperator Length Length First First Last Last Flatten Flatten Pairs Pairs StringLiteral value ModelElementConnection In In Out Out InOut InOut NullLiteral ErrorRule source variables conditions message position ContainmentVariable container
null
{"directed":true,"nodes":[{"nsPrefix":"textAML3","nsURI":"http://www.emftext.org/language/textAML3","name":"textAML3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSystemDec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDec","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRelation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementRelation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRelationReference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRelationReferenceElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAttribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRule","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleElementExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleElementAttribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonCondition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FoldCondition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generator","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReferenceElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeReference","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionReference","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModelElementConnection","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorRule","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainmentVariable","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typevalues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rulesystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widening","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"strategytarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorrules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"representation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetpackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeattribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"name":"LessEqual","id":92,"value":0,"literal":"LessEqual","eClass":"EEnumLiteral"},{"name":"Equal","id":93,"value":1,"literal":"Equal","eClass":"EEnumLiteral"},{"name":"GreaterEqual","id":94,"value":2,"literal":"GreaterEqual","eClass":"EEnumLiteral"},{"name":"Element","id":95,"value":3,"literal":"Element","eClass":"EEnumLiteral"},{"name":"NotEqual","id":96,"value":4,"literal":"NotEqual","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"myattribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varname","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeattribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"myattribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"name":"Addition","id":183,"value":0,"literal":"Addition","eClass":"EEnumLiteral"},{"name":"Subtraction","id":184,"value":1,"literal":"Subtraction","eClass":"EEnumLiteral"},{"name":"Multiplication","id":185,"value":2,"literal":"Multiplication","eClass":"EEnumLiteral"},{"name":"Projection","id":186,"value":3,"literal":"Projection","eClass":"EEnumLiteral"},{"name":"Concatenation","id":187,"value":4,"literal":"Concatenation","eClass":"EEnumLiteral"},{"name":"Length","id":188,"value":0,"literal":"Length","eClass":"EEnumLiteral"},{"name":"First","id":189,"value":1,"literal":"First","eClass":"EEnumLiteral"},{"name":"Last","id":190,"value":2,"literal":"Last","eClass":"EEnumLiteral"},{"name":"Flatten","id":191,"value":3,"literal":"Flatten","eClass":"EEnumLiteral"},{"name":"Pairs","id":192,"value":4,"literal":"Pairs","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"name":"In","id":196,"value":0,"literal":"In","eClass":"EEnumLiteral"},{"name":"Out","id":197,"value":1,"literal":"Out","eClass":"EEnumLiteral"},{"name":"InOut","id":198,"value":2,"literal":"InOut","eClass":"EEnumLiteral"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":40,"target":2},{"source":40,"target":48},{"source":40,"target":1},{"source":48,"target":2},{"source":41,"target":12},{"source":41,"target":49},{"source":41,"target":1},{"source":49,"target":12},{"source":42,"target":5},{"source":42,"target":50},{"source":42,"target":1},{"source":50,"target":5},{"source":43,"target":5},{"source":43,"target":51},{"source":43,"target":1},{"source":51,"target":5},{"source":44,"target":3},{"source":44,"target":52},{"source":44,"target":1},{"source":52,"target":3},{"source":45,"target":53},{"source":45,"target":1},{"source":46,"target":54},{"source":46,"target":1},{"source":47,"target":38},{"source":47,"target":55},{"source":47,"target":1},{"source":55,"target":38},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":56,"target":59},{"source":56,"target":2},{"source":57,"target":11},{"source":57,"target":60},{"source":57,"target":2},{"source":60,"target":11},{"source":58,"target":4},{"source":58,"target":61},{"source":58,"target":2},{"source":61,"target":4},{"source":3,"target":0},{"source":3,"target":62},{"source":62,"target":63},{"source":62,"target":3},{"source":4,"target":0},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":64,"target":67},{"source":64,"target":4},{"source":65,"target":68},{"source":65,"target":4},{"source":66,"target":36},{"source":66,"target":69},{"source":66,"target":4},{"source":69,"target":36},{"source":5,"target":0},{"source":5,"target":70},{"source":5,"target":71},{"source":70,"target":16},{"source":70,"target":72},{"source":70,"target":5},{"source":72,"target":16},{"source":71,"target":10},{"source":71,"target":73},{"source":71,"target":5},{"source":73,"target":10},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":74,"target":8},{"source":74,"target":77},{"source":74,"target":6},{"source":77,"target":8},{"source":75,"target":8},{"source":75,"target":78},{"source":75,"target":6},{"source":78,"target":8},{"source":76,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":79,"target":13},{"source":79,"target":82},{"source":79,"target":7},{"source":82,"target":13},{"source":80,"target":13},{"source":80,"target":83},{"source":80,"target":7},{"source":83,"target":13},{"source":81,"target":5},{"source":8,"target":0},{"source":8,"target":84},{"source":8,"target":85},{"source":84,"target":2},{"source":84,"target":86},{"source":84,"target":8},{"source":86,"target":2},{"source":85,"target":9},{"source":85,"target":87},{"source":85,"target":8},{"source":87,"target":9},{"source":9,"target":0},{"source":9,"target":88},{"source":9,"target":89},{"source":88,"target":11},{"source":88,"target":90},{"source":88,"target":9},{"source":90,"target":11},{"source":89,"target":15},{"source":89,"target":91},{"source":89,"target":9},{"source":91,"target":15},{"source":10,"target":0},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":92,"target":10},{"source":93,"target":10},{"source":94,"target":10},{"source":95,"target":10},{"source":96,"target":10},{"source":11,"target":0},{"source":11,"target":97},{"source":97,"target":98},{"source":97,"target":11},{"source":12,"target":0},{"source":12,"target":99},{"source":12,"target":100},{"source":12,"target":101},{"source":12,"target":102},{"source":12,"target":103},{"source":99,"target":13},{"source":99,"target":104},{"source":99,"target":12},{"source":104,"target":13},{"source":100,"target":13},{"source":100,"target":105},{"source":100,"target":12},{"source":105,"target":13},{"source":101,"target":15},{"source":101,"target":106},{"source":101,"target":12},{"source":106,"target":15},{"source":102,"target":16},{"source":102,"target":107},{"source":102,"target":12},{"source":107,"target":16},{"source":103,"target":39},{"source":103,"target":108},{"source":103,"target":12},{"source":108,"target":39},{"source":13,"target":0},{"source":13,"target":109},{"source":13,"target":110},{"source":109,"target":111},{"source":109,"target":13},{"source":110,"target":14},{"source":110,"target":112},{"source":110,"target":13},{"source":112,"target":14},{"source":14,"target":0},{"source":14,"target":113},{"source":14,"target":114},{"source":113,"target":115},{"source":113,"target":14},{"source":114,"target":15},{"source":114,"target":116},{"source":114,"target":14},{"source":116,"target":15},{"source":15,"target":0},{"source":15,"target":117},{"source":117,"target":118},{"source":117,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":119},{"source":17,"target":120},{"source":17,"target":121},{"source":17,"target":122},{"source":119,"target":20},{"source":119,"target":123},{"source":119,"target":17},{"source":123,"target":20},{"source":120,"target":20},{"source":120,"target":124},{"source":120,"target":17},{"source":124,"target":20},{"source":121,"target":10},{"source":121,"target":125},{"source":121,"target":17},{"source":125,"target":10},{"source":122,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":126,"target":19},{"source":126,"target":129},{"source":126,"target":18},{"source":129,"target":19},{"source":127,"target":16},{"source":127,"target":130},{"source":127,"target":18},{"source":130,"target":16},{"source":128,"target":16},{"source":19,"target":0},{"source":19,"target":131},{"source":19,"target":132},{"source":131,"target":15},{"source":131,"target":133},{"source":131,"target":19},{"source":133,"target":15},{"source":132,"target":20},{"source":132,"target":134},{"source":132,"target":19},{"source":134,"target":20},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":135},{"source":21,"target":136},{"source":135,"target":15},{"source":135,"target":137},{"source":135,"target":21},{"source":137,"target":15},{"source":136,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":138},{"source":22,"target":139},{"source":138,"target":140},{"source":138,"target":22},{"source":139,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":141},{"source":23,"target":142},{"source":141,"target":20},{"source":141,"target":143},{"source":141,"target":23},{"source":143,"target":20},{"source":142,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":144},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":144,"target":20},{"source":144,"target":148},{"source":144,"target":24},{"source":148,"target":20},{"source":145,"target":20},{"source":145,"target":149},{"source":145,"target":24},{"source":149,"target":20},{"source":146,"target":33},{"source":146,"target":150},{"source":146,"target":24},{"source":150,"target":33},{"source":147,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":151},{"source":25,"target":152},{"source":25,"target":153},{"source":151,"target":20},{"source":151,"target":154},{"source":151,"target":25},{"source":154,"target":20},{"source":152,"target":34},{"source":152,"target":155},{"source":152,"target":25},{"source":155,"target":34},{"source":153,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":156},{"source":26,"target":157},{"source":26,"target":158},{"source":156,"target":2},{"source":156,"target":159},{"source":156,"target":26},{"source":159,"target":2},{"source":157,"target":27},{"source":157,"target":160},{"source":157,"target":26},{"source":160,"target":27},{"source":158,"target":20},{"source":27,"target":0},{"source":27,"target":161},{"source":27,"target":162},{"source":161,"target":11},{"source":161,"target":163},{"source":161,"target":27},{"source":163,"target":11},{"source":162,"target":20},{"source":162,"target":164},{"source":162,"target":27},{"source":164,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":165},{"source":28,"target":166},{"source":165,"target":11},{"source":165,"target":167},{"source":165,"target":28},{"source":167,"target":11},{"source":166,"target":20},{"source":29,"target":0},{"source":29,"target":20},{"source":29,"target":168},{"source":29,"target":169},{"source":168,"target":170},{"source":168,"target":29},{"source":169,"target":20},{"source":30,"target":0},{"source":30,"target":20},{"source":30,"target":171},{"source":30,"target":172},{"source":30,"target":173},{"source":171,"target":174},{"source":171,"target":30},{"source":172,"target":32},{"source":172,"target":175},{"source":172,"target":30},{"source":175,"target":32},{"source":173,"target":20},{"source":31,"target":0},{"source":31,"target":20},{"source":31,"target":176},{"source":31,"target":177},{"source":176,"target":20},{"source":176,"target":178},{"source":176,"target":31},{"source":178,"target":20},{"source":177,"target":20},{"source":32,"target":0},{"source":32,"target":179},{"source":32,"target":180},{"source":179,"target":181},{"source":179,"target":32},{"source":180,"target":20},{"source":180,"target":182},{"source":180,"target":32},{"source":182,"target":20},{"source":33,"target":0},{"source":33,"target":183},{"source":33,"target":184},{"source":33,"target":185},{"source":33,"target":186},{"source":33,"target":187},{"source":183,"target":33},{"source":184,"target":33},{"source":185,"target":33},{"source":186,"target":33},{"source":187,"target":33},{"source":34,"target":0},{"source":34,"target":188},{"source":34,"target":189},{"source":34,"target":190},{"source":34,"target":191},{"source":34,"target":192},{"source":188,"target":34},{"source":189,"target":34},{"source":190,"target":34},{"source":191,"target":34},{"source":192,"target":34},{"source":35,"target":0},{"source":35,"target":20},{"source":35,"target":193},{"source":35,"target":194},{"source":193,"target":195},{"source":193,"target":35},{"source":194,"target":20},{"source":36,"target":0},{"source":36,"target":196},{"source":36,"target":197},{"source":36,"target":198},{"source":196,"target":36},{"source":197,"target":36},{"source":198,"target":36},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":199},{"source":199,"target":20},{"source":38,"target":0},{"source":38,"target":200},{"source":38,"target":201},{"source":38,"target":202},{"source":38,"target":203},{"source":38,"target":204},{"source":200,"target":13},{"source":200,"target":205},{"source":200,"target":38},{"source":205,"target":13},{"source":201,"target":15},{"source":201,"target":206},{"source":201,"target":38},{"source":206,"target":15},{"source":202,"target":16},{"source":202,"target":207},{"source":202,"target":38},{"source":207,"target":16},{"source":203,"target":208},{"source":203,"target":38},{"source":204,"target":20},{"source":204,"target":209},{"source":204,"target":38},{"source":209,"target":20},{"source":39,"target":0},{"source":39,"target":15},{"source":39,"target":210},{"source":39,"target":211},{"source":210,"target":212},{"source":210,"target":39},{"source":211,"target":15}],"multigraph":true}