Is there a way I can import relationship between elements in Enterprise Architect?

 ̄綄美尐妖づ 提交于 2020-01-15 08:11:49

问题


I have a number of elements for a given entity. For example I have an entity called "Person" and it has a number of associations/dependencies with elements such as "Age", "Sex", etc. Is there a way I can import these from a CSV file?

The structure in the CSV file looks as follows;

Person   Age
Person   Sex
Person   Location

回答1:


The scripting interface should allow you to do what you need to do. If you go to Tools->Scripting and then open the EAScriptLib there is a JScript-CSV library with lots of helper function for CSV input and output.



来源:https://stackoverflow.com/questions/19691982/is-there-a-way-i-can-import-relationship-between-elements-in-enterprise-architec

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!