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
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
@startuml
[Component] -right-( Interface
[AnotherComponent] -left- Interface
@enduml
will be rendered as:
© 2022 - 2024 — McMap. All rights reserved.