Unified Modeling Language (UML) Question:
What are the various components in sequence diagrams?
Answer:
► Actor: Actor represents an external user / end user who interact with the system.
► Object: Object is represented by one of components of the system.
► Unit: A unit is a subsystem, or a sub component or other entity within the system.
► Separator: Separator represents a boundary among sub systems, components or units.
► Group: Represents different header elements in the subsystem.
► Object: Object is represented by one of components of the system.
► Unit: A unit is a subsystem, or a sub component or other entity within the system.
► Separator: Separator represents a boundary among sub systems, components or units.
► Group: Represents different header elements in the subsystem.
Previous Question | Next Question |
What is component diagrams in UML? | What are the parts of a deployment diagram? |