Computer Science, asked by navyadars, 1 year ago

notation in sequence diagram which is used to represent the period of time the object is active

Answers

Answered by mohammedali4913889
15

Answer:

Image result for notation in sequence diagram which is used to represent the period of time the object is active

Activation bar is the box placed on the lifeline. It is used to indicate that an object is active (or instantiated) during an interaction between two objects. ... In a sequence diagram, an interaction between two objects occurs when one object sends a message to another

Explanation:

Answered by Anonymous
5

Notation in sequence diagram which is used to represent the period of time the object is active is called Activation box.

  • Activation box represents the period of time an object needs to complete a task.
  • When an object is busy by executing a process or it is in waiting state for a reply, use a thin gray rectangle placed vertically on its lifeline.
  • It is also used in UML 2.0 notation to contain interactive elements of the diagram.
  • A Sequence diagram shows object interactions arranged in time sequence.
Similar questions