| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright (c) 2009 Mia-Software. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v1.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v10.html | |
| Contributors: | |
| Gregoire DUPE (Mia-Software) - Meta-model design and implementation | |
| --> | |
| <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="reportmodel" | |
| nsURI="http://www.eclispse.org/MoDisco/Java/benchmark/report" nsPrefix="reportmodel"> | |
| <eClassifiers xsi:type="ecore:EClass" name="Benchmark"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaProjectName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1" | |
| eType="#//Configuration" containment="true"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="Configuration"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="dicoveryDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="algoVariante" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="discovererClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="saveTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalExecutionTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModelVariante" 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="maxUsedMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="CDOConfiguration" eSuperTypes="#//Configuration"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisedLruCapacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="serverDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentLruCapacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="initTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
| </eClassifiers> | |
| </ecore:EPackage> |