Skip to main content

All Questions

1 vote
0 answers
780 views

PlantUML - How to position the ports on the right side of a component?

I am trying to position the 5 ports on the right side of the WebServer so that the name wont be covered by the lines but I have failed - click to see the diagram that i got I am using PlantUml. Here ...
Altin Mag.'s user avatar
3 votes
3 answers
167 views

What does this link type mean in diagram?

I have tried to make component diagram by using plantuml. I want to represent tcp connection between two modules, so I am learning how to make component diagrams. In the midst of studying, I found a ...
didnlie23's user avatar
  • 111
2 votes
1 answer
1k views

PlantUML Class-/Component Diagram

I'm new to using PlantUML and would like some clarification if some specific actions are even possible or how they could be solved otherwise! Class Diagram: How to address relationships from a whole ...
Alexy's user avatar
  • 33
2 votes
1 answer
1k views

Positioning blocks of PlantUML diagram

I'm trying to repeat a diagram using PlantUML. The diagram is like this: I got stuck at trying to add more connections and make them look decent. I started with object digram and came to something ...
Vladimir Markiev's user avatar
4 votes
1 answer
8k views

plantuml - better disposition of arrows and text

I'm trying to plot this component diagram with plantuml @startuml skinparam linetype ortho left to right direction folder BASE { folder foo { component aaa } folder bar { ...
Federico Destefanis's user avatar
10 votes
2 answers
9k views

PlantUML component diagam port

Is there any possible way to create component port in the component diagram? If port has to be attached to only one arrow, its easy, because I can use #-- arrow. interface y [x] #- y The problem is,...
Patryk Cholewa's user avatar