Using required/provided interfaces in component diagrams plantuml
Asked Answered
F

1

7

I want to include needed/provided interfaces in my component diagram in PlantUML, but I don't see anywhere in the documentation how this is possible. Can anybody help? Thanks

rein

Full answered 9/3, 2019 at 13:29 Comment(1)
Welcome to Stack Overflow. Please, take the tour and learn How to Ask. Please show what you would like to have / what you already tried.Burrussburry
Z
21
@startuml
[Component] -right-( Interface
[AnotherComponent] -left- Interface
@enduml

will be rendered as:

Zirconium answered 21/7, 2019 at 15:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.