blob: f7f0aa7d95d7399f9d195b09eea5755cdb5efec5 [file]
@startuml
component "Test Scenario" {
component "Products" {
component "Product0" {
component "Cores" {
component "Core0" {
component "Communication Interface"
}
collections "CoreY"
}
}
collections "ProductX"
}
}
@enduml