Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.core.genmodel.tests/models/test.room')
-rw-r--r--tests/org.eclipse.etrice.core.genmodel.tests/models/test.room60
1 files changed, 30 insertions, 30 deletions
diff --git a/tests/org.eclipse.etrice.core.genmodel.tests/models/test.room b/tests/org.eclipse.etrice.core.genmodel.tests/models/test.room
index 6a608fc09..0e0549f18 100644
--- a/tests/org.eclipse.etrice.core.genmodel.tests/models/test.room
+++ b/tests/org.eclipse.etrice.core.genmodel.tests/models/test.room
@@ -1,30 +1,30 @@
-RoomModel test {
- ProtocolClass MyProtocol {
- incoming {
- Message in1()
- }
- outgoing {
- }
- }
-
- ActorClass Base {
- Interface {
- Port p: MyProtocol
- }
- Behavior {
- StateMachine {
- State sBase {}
- }
- }
- }
-
- ActorClass Derived extends Base {
- Behavior {
- StateMachine {
- State s {}
- State y {}
- RefinedState sBase {}
- }
- }
- }
-}
+RoomModel test {
+ ProtocolClass MyProtocol {
+ incoming {
+ Message in1()
+ }
+ outgoing {
+ }
+ }
+
+ ActorClass Base {
+ Interface {
+ Port p: MyProtocol
+ }
+ Behavior {
+ StateMachine {
+ State sBase {}
+ }
+ }
+ }
+
+ ActorClass Derived extends Base {
+ Behavior {
+ StateMachine {
+ State s {}
+ State y {}
+ RefinedState sBase {}
+ }
+ }
+ }
+}

Back to the top