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.
我无法获得 **int getId() const; 由企业架构师生成的成员函数
如何在企业架构师中指定常量成员函数?
只需选择您的班级并按 F10 即可调出操作对话框。选择左侧的高级选项卡。在修饰符部分检查“是查询”
这对应于指定方法不修改任何字段的 Const 关键字。
您可以在Sparx Systems 网站的在线帮助文档中阅读有关此表单的更多信息。