Questions tagged [component-diagram]
56 questions
1
vote
0 answers
Component diagram relationship between files
I'm trying to make a component diagram for some missing animal search system.
pet911.js (scripts) is a component that is used to handle events on
the client side. Scripts process the data that users enter on the
system pages and send this data to…

Smth_Unknown
- 123
- 6
1
vote
0 answers
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 is my code
@startuml
component…

Altin Mag.
- 15
- 5
1
vote
1 answer
Visual Studio 2010: How to generate component diagram from code
I got into a project that is under development for quite sometime and lacks models and documentation on the design. We are using Visual Studio 2010 Ultimate. There is one old preliminary VS architecture model and I am trying to grow it up to show…

Kangkan
- 15,267
- 10
- 70
- 113
1
vote
1 answer
Is it possible to leave provided interface without connecting to the required interface?
I've drawn component diagram for the following scenario. User comes to the system and download content. (This is a part of my whole system). I wanna check whether the User has permission to download that content. Therefore I've used Access…

Kasun
- 672
- 8
- 18
1
vote
1 answer
Does Interface Symbol Show Data Transfer Direction
I am trying to understand UML Component diagrams but I am confused about the direction of ball and socket symbols for interfaces. I am not completely sure what the direction of the ball and socket exactly represents.
On some sources it says that it…

merwano
- 21
- 4
1
vote
1 answer
How do I visualize in an UML 2.0 Component Diagram that a file is created and used by some components?
I have two components. The first one is creating a file, which is used by the second component.
How do I visualize this in a UML 2.0 Component Diagram?
The image above shows how I am trying to achieve it, but I am certain that it is wrong.
My…

Moritz Kampfinger
- 95
- 3
- 12
1
vote
2 answers
Multiple component diagrams of the same system?
I'm working on a component diagram of a system and due to the system's design quite a few dependency lines end up crossing, which makes the diagram hard to read and hard to follow.
One way to side-step this issue would be to use separate component…

RAM
- 2,257
- 2
- 19
- 41
1
vote
2 answers
How to represent a dependency relationship between node and artifact in UML Deployment Diagram?
I have a web application that reads from a file. My application is represented as a node and file as an artifact. Can I use dashed arrow to represent their relationship ?

Lorenzo
- 31
- 6
1
vote
2 answers
Enterprise Architect Reverse Engineering: PHP "Unexpected symbol: [ "
I'm trying to create component diagrams in PHP with reverse engineering using Enterprise Architect tool. But it occurs errors when I try to perform it. These are the error logs:
There was an error parsing…

Daniela Favia
- 37
- 4
1
vote
1 answer
UML Component symbol: Do the two blocks on the left represent something specific?
I have just received a diagram from a colleague, which I must now extend. It has numerous components, all of which are drawn using the following symbol.
I understand this is a "component" in UML component diagrams.
The diagram I've received has…

Adrian Smith
- 17,236
- 11
- 71
- 93
1
vote
3 answers
UML component diagram named association to show dependency between components
Can I use directed named association on component diagram to show fact that "sys A" sends data to "sys B"?
Example:

user3565261
- 344
- 1
- 6
- 19
1
vote
1 answer
uml component diagram dependency between system and component of other system
Can I join one system with component of second subsystem by dependency ?
My intence is to show that in my system(system 2) is module / component called subsystem 1 and external system uses this subsystem.
Is this correct? Interfaces aren't defined…

user3565261
- 344
- 1
- 6
- 19
1
vote
2 answers
Component Diagram eclipse Plugin
I've been looking for 3 days for a an eclipse plugin that helps you to create a visual component diagram. I also want to be able to extract the XMI file that corresponds to the diagram I create. So far I tried EMF, and GMF, but after installing…

Traveling Salesman
- 2,209
- 11
- 46
- 83
1
vote
3 answers
UML diagram for dependency between systems
Which UML diagram is the best for showing dependency between our IT system and other external IT systems?
For example I would like to show on diagram:
system A gets data from system B
system B can call some functionality from system A
I'm…

user3565261
- 344
- 1
- 6
- 19
1
vote
1 answer
It is possible to use both Dependency and Interface connections in Component diagram? What is the difference?
i would like to ask what is the difference between Dependency connection and Interface/Port when they are used in one component diagram.
My thought is that Interface/Port need to be used when there is some data flow between components and…

Július Skrisa
- 63
- 6