Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Windows 服务,它不断地轮询数据库以从中获取数据。如何在 UML 中表示这种场景?
您可以使用活动图,其中一个动作是服务休眠时,另一个动作是服务轮询数据库时,您可以将它们连接成一个循环。
另一种可能性是使用具有两种状态的状态机图,一种空闲,一种轮询,并且在轮询状态有一个do调用数据库的动作
do