aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/SocialNetwork_plugin/data/Ecore/mpc_rep/San.ecore
blob: 57088b0cba0df25a6c6562c51557feb230ce74d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?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="San" nsURI="http://San/1.0" nsPrefix="San">

  <eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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#//EString"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1"

        eType="#//Process" containment="true"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="devices" upperBound="-1"

        eType="#//Device" containment="true"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="instruments" upperBound="-1"

        eType="#//Instrument" containment="true"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="measurands" upperBound="-1"

        eType="#//Measurand" containment="true"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="measures" upperBound="-1"

        eType="#//Measure" containment="true"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"

        eType="#//Binding" containment="true"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1"

        eType="#//Trigger" containment="true"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="NamedElement">

    <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="Device" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EReference" name="instrument" lowerBound="1"

        eType="#//Instrument"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"

        eType="#//Argument" containment="true"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Instrument" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EReference" name="features" ordered="false"

        upperBound="-1" eType="#//Feature" changeable="false" containment="true"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"

        eType="#//Parameter" containment="true"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Measurand" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EReference" name="measurand" eType="#//Measurand"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EReference" name="device" lowerBound="1"

        eType="#//Device"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="measurand" lowerBound="1"

        eType="#//Measurand"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"

        eType="#//Feature"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Measure" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>

    <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Datatype"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//Datatype"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Argument" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EAttribute" name="factor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"

        defaultValueLiteral="0"/>

    <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//Mode" defaultValueLiteral="Input"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="measure" eType="#//Measure"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EEnum" name="Datatype">

    <eLiterals name="Boolean"/>

    <eLiterals name="Date" value="1"/>

    <eLiterals name="Double" value="2"/>

    <eLiterals name="Float" value="3"/>

    <eLiterals name="Integer" value="4"/>

    <eLiterals name="Long" value="5"/>

    <eLiterals name="String" value="6"/>

    <eLiterals name="Time" value="7"/>

    <eLiterals name="TimeStamp" value="8"/>

    <eLiterals name="Uri" value="9"/>

    <eLiterals name="Uuid" value="10"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EEnum" name="Mode">

    <eLiterals name="Input"/>

    <eLiterals name="Output" value="1"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//NamedElement">

    <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"

        eType="#//Parameter" containment="true"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Trigger">

    <eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1"

        eType="#//Process"/>

    <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"

        eType="#//Argument" containment="true"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Trigger">

    <eStructuralFeatures xsi:type="ecore:EReference" name="binding" lowerBound="1"

        eType="#//Binding"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Trigger">

    <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" lowerBound="1"

        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>

  </eClassifiers>

  <eClassifiers xsi:type="ecore:EClass" name="Thing" eSuperTypes="#//Trigger">

    <eStructuralFeatures xsi:type="ecore:EReference" name="instrument" lowerBound="1"

        eType="#//Instrument"/>

  </eClassifiers>

</ecore:EPackage>