We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
序列图描述了静态代码分析无法捕获的运行时视图。有一些运行时工具,例如dynatrace,可以显示序列图。然而,创建序列图时最重要的事情之一是决定显示什么和忽略什么,这是工具很难完成的工作。如果不进行相应的过滤,图表可能会变得非常大并且可能毫无用处。
Sequence diagrams describe a runtime view, that cannot be captured by static code analysis. There are some runtime tools, e.g. dynatrace, that can display sequence diagrams. However, one of the most important things when creating a sequence diagram, is deciding what to display and what to ignore, a job that a tool can hardly do. If you do not filter accordingly the diagram can become very large and probably quite useless.