|
|
|
|
@ -46,34 +46,6 @@ skinparam rectangle<<external_system>> {
|
|
|
|
|
BorderColor #8A8A8A
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
skinparam database<<system>> {
|
|
|
|
|
StereotypeFontColor $ELEMENT_FONT_COLOR
|
|
|
|
|
FontColor $ELEMENT_FONT_COLOR
|
|
|
|
|
BackgroundColor $SYSTEM_BG_COLOR
|
|
|
|
|
BorderColor #3C7FC0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
skinparam database<<external_system>> {
|
|
|
|
|
StereotypeFontColor $ELEMENT_FONT_COLOR
|
|
|
|
|
FontColor $ELEMENT_FONT_COLOR
|
|
|
|
|
BackgroundColor $EXTERNAL_SYSTEM_BG_COLOR
|
|
|
|
|
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
|
|
|
|
|
@ -188,22 +160,6 @@ rectangle "$getSystem($label, $descr, $sprite)" <<system>> as $alias
|
|
|
|
|
rectangle "$getSystem($label, $descr, $sprite)" <<external_system>> as $alias
|
|
|
|
|
!endprocedure
|
|
|
|
|
|
|
|
|
|
!unquoted procedure SystemDb($alias, $label, $descr="", $sprite="")
|
|
|
|
|
database "$getSystem($label, $descr, $sprite)" <<system>> as $alias
|
|
|
|
|
!endprocedure
|
|
|
|
|
|
|
|
|
|
!unquoted procedure SystemDb_ext($alias, $label, $descr="", $sprite="")
|
|
|
|
|
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
|
|
|
|
|
' ##################################
|
|
|
|
|
|
|
|
|
|
|