21 lines
328 B
Text
21 lines
328 B
Text
|
specification {
|
||
|
element actor {
|
||
|
style {
|
||
|
shape person
|
||
|
}
|
||
|
}
|
||
|
element system
|
||
|
element component
|
||
|
element container {
|
||
|
style {
|
||
|
opacity 20%
|
||
|
}
|
||
|
}
|
||
|
|
||
|
deploymentNode node
|
||
|
deploymentNode environment {
|
||
|
style {
|
||
|
color gray
|
||
|
}
|
||
|
}
|
||
|
}
|