Switch to unified view

a b/eu.opensourceprojects.mondo.benchmarks.itmfactory/models/Trace.ecore
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Trace" nsURI="http://www.trace.com" nsPrefix="http://www.trace.com">
4
  <eClassifiers xsi:type="ecore:EClass" name="Trace">
5
    <eStructuralFeatures xsi:type="ecore:EReference" name="levels" upperBound="-1"
6
        eType="#//Level" containment="true" eOpposite="#//Level/trace"/>
7
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
8
        lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
9
  </eClassifiers>
10
  <eClassifiers xsi:type="ecore:EClass" name="Level">
11
    <eStructuralFeatures xsi:type="ecore:EReference" name="trace" ordered="false"
12
        lowerBound="1" eType="#//Trace" eOpposite="#//Trace/levels"/>
13
    <eStructuralFeatures xsi:type="ecore:EReference" name="calls" upperBound="-1"
14
        eType="#//Call" containment="true" eOpposite="#//Call/level"/>
15
  </eClassifiers>
16
  <eClassifiers xsi:type="ecore:EClass" name="Call">
17
    <eStructuralFeatures xsi:type="ecore:EReference" name="level" ordered="false"
18
        lowerBound="1" eType="#//Level" eOpposite="#//Level/calls"/>
19
    <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" lowerBound="1"
20
        upperBound="-1" eType="#//Index" containment="true"/>
21
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" ordered="false"
22
        unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
23
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="DBAccessesNumber" ordered="false"
24
        unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
25
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="DBRowsNumber" ordered="false"
26
        unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
27
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="CPUTime" ordered="false"
28
        unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
29
  </eClassifiers>
30
  <eClassifiers xsi:type="ecore:EClass" name="Index">
31
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
32
        unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
33
  </eClassifiers>
34
</ecore:EPackage>