Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithPorts.room')
-rw-r--r--tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithPorts.room44
1 files changed, 22 insertions, 22 deletions
diff --git a/tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithPorts.room b/tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithPorts.room
index e3c5ed6d3..2182fc657 100644
--- a/tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithPorts.room
+++ b/tests/org.eclipse.etrice.ui.structure.tests/models/ActorClassWithPorts.room
@@ -1,22 +1,22 @@
-RoomModel ActorClassWithPorts {
- ProtocolClass MyProtocol {
- incoming {
- Message in1 ()
- Message in2 ()
- }
- outgoing {
- Message out1 ()
- }
- }
-
- ActorClass MyActorClass {
- Interface {
- Port ip : MyProtocol
- Port xp : MyProtocol
- }
- Structure {
- conjugated Port sp : MyProtocol
- external Port xp
- }
- }
-}
+RoomModel ActorClassWithPorts {
+ ProtocolClass MyProtocol {
+ incoming {
+ Message in1 ()
+ Message in2 ()
+ }
+ outgoing {
+ Message out1 ()
+ }
+ }
+
+ ActorClass MyActorClass {
+ Interface {
+ Port ip : MyProtocol
+ Port xp : MyProtocol
+ }
+ Structure {
+ conjugated Port sp : MyProtocol
+ external Port xp
+ }
+ }
+}

Back to the top