rtext 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,24 +0,0 @@
1
- EPackage StatemachineMM {
2
- EClass State, abstract: true {
3
- EAttribute name, eType: /StatemachineMM/StringType
4
- EReference parent,
5
- eType: /StatemachineMM/CompositeState,
6
- eOpposite: /StatemachineMM/CompositeState/substates
7
- }
8
- EClass SimpleState, eSuperTypes: [/StatemachineMM/State]
9
- EClass CompositeState,
10
- eSuperTypes: [
11
- /StatemachineMM/State
12
- ],
13
- abstract: false {
14
- EReference substates, upperBound: -1, containment: true, eType: /StatemachineMM/State, eOpposite: /StatemachineMM/State/parent
15
- }
16
- EClass Transition {
17
- EReference target, upperBound: 1, eType: /StatemachineMM/State
18
- EReference source, upperBound: 1, eType: /StatemachineMM/State
19
- }
20
- EDataType StringType
21
- EAnnotation source: "test" {
22
- EStringToStringMapEntry key: "kind", value: "package"
23
- }
24
- }
@@ -1,5 +0,0 @@
1
- EPackage StatemachineMM2 {
2
- EClass State
3
- EClass SimpleState, eSuperTypes: [/StatemachineMM2/State]
4
- }
5
-
@@ -1,7 +0,0 @@
1
- EPackage StatemachineMM3 {
2
- EClass State
3
- EClass \
4
- SimpleState,
5
- eSuperTypes: [/StatemachineMM3/State]
6
- }
7
-
@@ -1,3 +0,0 @@
1
- EPackage StatemachineMM {
2
- problem
3
- }
@@ -1,18 +0,0 @@
1
- EPackage StatemachineMM {
2
- EClass State, abstract: true {
3
- EAttribute name, eType: /StatemachineMM/StringType
4
- EReference parent, eType: /StatemachineMM/CompositeState, eOpposite: /StatemachineMM/CompositeState/substates
5
- }
6
- EClass SimpleState, eSuperTypes: [/StatemachineMM/State]
7
- EClass CompositeState, eSuperTypes: [/StatemachineMM/State] {
8
- EReference substates, upperBound: -1, containment: true, eType: /StatemachineMM/State, eOpposite: /StatemachineMM/State/parent
9
- }
10
- EClass Transition {
11
- EReference target, upperBound: 1, eType: /StatemachineMM/State
12
- EReference source, upperBound: 1, eType: /StatemachineMM/State
13
- }
14
- EDataType StringType
15
- EAnnotation source: "test" {
16
- EStringToStringMapEntry key: "kind", value: "package"
17
- }
18
- }