gpt4 book ai didi

javascript - 在 Enterprise Architect 中使用 Javascript 将类型类转换为表

转载 作者:行者123 更新时间:2023-11-30 11:11:38 26 4
gpt4 key购买 nike

我正在尝试使用 Javascript 将类转换为表。当我执行以下代码时(假设 currentElement 是一个元素),类的构造型更新为“表格”,其中更新为构造型“表格”并在查看时呈现蓝紫色。但是,类型不会更新。

currentElement.Stereotype = "table"
currentElement.Type = "Table"
currentElement.Update();

当我在项目浏览器中选择更新的元素时,我仍然看到它是 Class : <name> .如何使用脚本(特别是 Javascript)将类型转换类转换为表?

谢谢!

最佳答案

EA 中的表是构造型类元素,因此您只需更改构造型即可。

在 API 中设置构造型时,最好只使用 EA.Element.StereotypeEx 字段。

以下代码将成功设置正确的构造型:

currentElement.StereotypeEx = "EAUML::table";
currentElement.Update();

关于javascript - 在 Enterprise Architect 中使用 Javascript 将类型类转换为表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53401350/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com