What UML diagram better to use if I need to describe nested functions call of the same object?
I tried to use Sequence diagram, but seems it is only for different objects messages (function calls), and I need - for the same object.
What UML diagram better to use if I need to describe nested functions call of the same object?
I tried to use Sequence diagram, but seems it is only for different objects messages (function calls), and I need - for the same object.