About 131,000 results
Open links in new tab
  1. uml - self message(non recursive) vs self recursive message

    Jul 24, 2012 · A self message is a message that an object sends to itself. It is a message that represents the invocation of message of the same lifeline. A self message can represent a …

  2. Creating Sequence Diagrams in UML: A Comprehensive Tutorial

    Oct 13, 2023 · A recursive message is similar to a self message but points to an activation on top of the current one. A create message signifies the instantiation of a target lifeline. A destroy …

  3. uml - How do I represent a recursive process down a tree in a sequence

    Mar 3, 2017 · I'm working on a sequence diagram for a layered system that has a tree hierarchy. Now I have a process that works itself recursively down the tree. Meaning calling the same …

  4. Sequence Diagram | UML (Unified Modeling Language) - Tpoint …

    Mar 25, 2025 · Recursive Message: A self message sent for recursive purpose is called a recursive message. In other words, it can be said that the recursive message is a special case …

  5. Messages in UML diagrams - IBM

    A self-directed message could be a recursive call or a call to another operation or signal that belongs to the same object. The message that the source lifeline sends to the target lifeline …

  6. Sequence Diagram - UML Diagrams - Unified Modeling …

    Recursive message is a kind of message that represents the invocation of message of the same lifeline. It's target points to an activation on top of the activation where the message was …

  7. Understanding Sequence Diagrams: A Comprehensive Overview - Go UML

    Nov 26, 2024 · Recursive Message: A self message that results in a recursive call. Create Message : Signifies the instantiation of a new lifeline. Destroy Message : Represents a request …

  8. Modeling Recursive Calls using Sequence Diagram

    Oct 22, 2013 · I understand how sequence diagrams represent the interactions between objects by calling each other functions and the timeline trace of the function calls. I am not sure how to …

  9. UML Sequence Diagram Tutorial - Software Ideas Modeler

    Mar 28, 2024 · Self Message: A message an object sends to itself, typically to invoke its own operations. Recursive Message: A specific type of self message where an operation calls …

  10. Understanding Sequence Diagram Notation in UML

    Oct 13, 2023 · 7. Recursive Message. Notation Description: A recursive message represents the invocation of a message on the same lifeline. The target points to an activation on top of the …

Refresh