Explain Component diagrams

Q

Explain Component diagrams ?

✍: Guest

A


Package: It logically make group of element of a UML model.
Component: It’s the actual implementation or physical module of a UML system.
Node: A physical system which represents a processing resource, example PC or a host machine.
InterFace :It specifies the externally operations of a class, component, package, or other element without specifying internal structure.
Dependency : Shows relationship between two elements.
2-Element Constraint: It shows a constraint on two classes or associations. OR constraint: It shows an OR constraint on two classes or associations.

2007-10-26, 4840👍, 0💬