What does Component Diagram shows?
What does this mean?A --(○---- B
It was solid
B can’t connect directly to A, it will be needing a port
A and B can be connected seperately, deleting A won’t effect B
More ideal type of modern day development
What is the Actor represent as?
Customer / Clerk
Actor
How is Component represented as? How a port represented?
The word <<component>> is optional with the symbol
Can change to other key terms <<server>> , <<database>>, <<component>>
What is the line for actor to component (interface)
Dashed Arrow
What does this socket mean?A ---○---B
It was solid
Both components are built-in, together
Destroy A, B will be deleted
Disadvantage when the system must be scalable
What does this socket mean?A \_\_\_(------>○\_\_\_B
Arrow is dotted while other are solid
It is a remote connection
What is the name for --(○-- ?