|
|
|
|
@ -60,6 +60,20 @@ skinparam database<<external_system>> {
|
|
|
|
|
BorderColor #8A8A8A
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
skinparam queue<<system>> {
|
|
|
|
|
StereotypeFontColor $ELEMENT_FONT_COLOR
|
|
|
|
|
FontColor $ELEMENT_FONT_COLOR
|
|
|
|
|
BackgroundColor $SYSTEM_BG_COLOR
|
|
|
|
|
BorderColor #3C7FC0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
skinparam queue<<external_system>> {
|
|
|
|
|
StereotypeFontColor $ELEMENT_FONT_COLOR
|
|
|
|
|
FontColor $ELEMENT_FONT_COLOR
|
|
|
|
|
BackgroundColor $EXTERNAL_SYSTEM_BG_COLOR
|
|
|
|
|
BorderColor #8A8A8A
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sprite $person [48x48/16] {
|
|
|
|
|
000000000000000000000000000000000000000000000000
|
|
|
|
|
000000000000000000000000000000000000000000000000
|
|
|
|
|
@ -182,6 +196,14 @@ database "$getSystem($label, $descr, $sprite)" <<system>> as $alias
|
|
|
|
|
database "$getSystem($label, $descr, $sprite)" <<external_system>> as $alias
|
|
|
|
|
!endprocedure
|
|
|
|
|
|
|
|
|
|
!unquoted procedure SystemQueue($alias, $label, $descr="", $sprite="")
|
|
|
|
|
queue "$getSystem($label, $descr, $sprite)" <<system>> as $alias
|
|
|
|
|
!endprocedure
|
|
|
|
|
|
|
|
|
|
!unquoted procedure SystemQueue_ext($alias, $label, $descr="", $sprite="")
|
|
|
|
|
queue "$getSystem($label, $descr, $sprite)" <<external_system>> as $alias
|
|
|
|
|
!endprocedure
|
|
|
|
|
|
|
|
|
|
' Boundaries
|
|
|
|
|
' ##################################
|
|
|
|
|
|
|
|
|
|
|