Admin message

System update scheduled for Friday, March 13 between 08:45 and 09:15 AM. If unpleasant, please contact Andreas.

lambda to add stereotype

to be able to create nicer "null" nodes.

@startuml
scale 1.0

skinparam object {
  BackgroundColor<<null>> white
  BorderColor<<null>> white
  StereotypeFontColor<<null>> white
}


object "A" as node0 #4C78A6 {
}
object "B" as node1 #A78344 {
}
object "null" as node9<<null>> {
}

node0 *-- node1 : L
node0 *-- node9 : U

@enduml
Assignee Loading
Time tracking Loading