How to present static class or function call in Sequence Diagram?
问题 How is a static class or call to a static function presented in Sequence Diagram? As per my understanding, the lifeline belongs to an instance/object of a class. This article says metaclass stereotype can be used. 回答1: "In case of doubt, use comments, or stereotypes..." Sequence Diagram: ....................................................... ....+-------------+...........+-------------------+.... ....| <<class>> |...........| <<class>> |.... ....| Cat |...........| FastFoodTerminal |.... ...