Adding new state and system diagrams/pages
[policy/parent.git] / docs / clamp / acm / plantuml / states / AcElementInstanceStatesOnPpnt.puml
1 @startuml
2
3 [*] --> DEPLOYED: Deploy from ACM Runtime
4 DEPLOYED --> [*]: Undeploy from ACM Runtime
5
6
7 state DEPLOYED {
8  [*] --> LOCKED: Deploy
9  LOCKED --> [*]: Undeploy from\nACM Runtime
10  LOCKED --> UNLOCKED: Unlock from\nACM Runtime
11  UNLOCKED --> LOCKED: Lock from\nACM Runtime
12 }
13
14 @enduml