Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithBindings.room')
-rw-r--r--tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithBindings.room68
1 files changed, 34 insertions, 34 deletions
diff --git a/tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithBindings.room b/tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithBindings.room
index 7ce1473c7..27c8fa375 100644
--- a/tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithBindings.room
+++ b/tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithBindings.room
@@ -1,34 +1,34 @@
-RoomModel ActorClassWithBindings {
- ProtocolClass MyProtocol {
- incoming {
- Message in1 ()
- Message in2 ()
- }
- outgoing {
- Message out1 ()
- }
- }
-
- ActorClass SubActor {
- Interface {
- Port fct: MyProtocol
- }
- }
-
- ActorClass MyActorClass {
- Interface {
- Port ip : MyProtocol
- Port xp : MyProtocol
- }
- Structure {
- conjugated Port sp : MyProtocol
- external Port xp
-
- ActorRef sub_a : SubActor
- ActorRef sub_b : SubActor
-
- Binding ip and sub_a.fct
- Binding sp and sub_b.fct
- }
- }
-}
+RoomModel ActorClassWithBindings {
+ ProtocolClass MyProtocol {
+ incoming {
+ Message in1 ()
+ Message in2 ()
+ }
+ outgoing {
+ Message out1 ()
+ }
+ }
+
+ ActorClass SubActor {
+ Interface {
+ Port fct: MyProtocol
+ }
+ }
+
+ ActorClass MyActorClass {
+ Interface {
+ Port ip : MyProtocol
+ Port xp : MyProtocol
+ }
+ Structure {
+ conjugated Port sp : MyProtocol
+ external Port xp
+
+ ActorRef sub_a : SubActor
+ ActorRef sub_b : SubActor
+
+ Binding ip and sub_a.fct
+ Binding sp and sub_b.fct
+ }
+ }
+}

Back to the top