Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Macro
@startuml

(*) --> "Receive Update Message"

if "Message does not mention my Participant ID" then
  --> (*)
endif
--> "Process Message"
--> (*)

@enduml

Control Loop State Change

...