Versions Compared

Key

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

...

PlantUML Macro
@startuml

(*) --> "Receive Update Message for each Control Loop Element"

if "Message does not mention my Participant ID" then
  --> (*)
else
  if "New Control Loop Element" then
	--> "Create Control Loop Element"
	--> "Set Control Loop Element to state UNINITIALISED"
  elseendif
    --> "Process Message"
    --> (*)
  endif
endif

@enduml

Control Loop State Change

...