如何为 Android“意图”建模在 UML 类图中
在 UML 类图中,如何显示以意图调用另一个活动?
In a UML class diagram, how would you display calling another activity with an intent?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一篇有趣的论文,标题为 基于 UML 活动设计 Android 应用程序 Frank Kraemer 使用 UML 活动对 Android 应用程序进行建模,包括通过意图启动活动。
There's an interesting paper titled Engineering Android Applications Based on UML Activities by Frank Kraemer on using UML activities to model Android applications, including starting activities via intents.
认为这是活动之间的单向关联。因为没有其他方法可以开始活动。
think this is one-way association betwwen activities. Because there is no other way to start activity.