Hi,
We are just about to give PlantUML another try for Component Diagrams. The Final goal would be the support for FMC BlockDiagrams, but lets stay with Component so far as it comes pretty close.
I was trying to add a couple of Interfaces to one Component at the same edge. But it does not work the way expected.
@startuml
[Component] -left-> left
[Component] -right-> right
[Component] -right-> right2
[Component] -up-> up
[Component] -down-> down
@enduml
I would like to have the Interfaces in Parallel to the edge of the component (agent) as seen in the
FMC/TAM Modeling Examples:
http://www.fmc-modeling.org/download/notation_reference/Reference_Sheet-Block_Diagram.pdf