Code Review
/
nonrtric
/
plt
/
rappmanager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Update installation and CSAR file names
[nonrtric/plt/rappmanager.git]
/
docs
/
uml
/
application-lifecycle.puml
1
@startuml
2
participant "rApp Manager"
3
participant "ACM Runtime"
4
participant "CAPIF"
5
6
autonumber
7
8
group Application Startup
9
"rApp Manager"->"CAPIF": Create "rApp Manager" as AMF
10
end
11
12
autonumber
13
14
group Application Stop
15
"rApp Manager"->"CAPIF": Delete "rApp Manager" as AMF
16
end
17
18
@enduml