创建域模型图的工具
我的要求是创建一个可以表示存储在 xml 中的对象关系的图表。
例如
这需要翻译为 abc 类有一个字段 xyz。这种层次结构可以是多层次的。我们需要代表 a) 类的高层次结构 b) 这些课程的内容。
我查看了一些工具,如 umlet、violet、visio。但所有这些都需要大量的人工干预。有没有可以配置为读取 xml 的工具。
My requirement is to create a diagram which can represent the object relationship which is stored in an xml.
For example
This needs to get translated as Class abc has a field which is xyz. This heirarchy can be multi level. and we need to represent
a) high level struturing of classes
b) contents of these classes.
I looked at some tools like umlet, violet, visio. but all of these require a lot of manual intervention. Is there a tool which can be configured to read from xml.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 Graphviz 和点语言。
http://www.graphviz.org/
您需要编写一个翻译层,但这应该'你选择的语言不要太难。
Try using Graphviz and the dot language.
http://www.graphviz.org/
You'll need to write a translation layer, but that shouldn't be too hard in the language of your choice.
UModel 可能是您的一个不错的选择... http:// /www.altova.com/umodel/xml-schemas-in-uml.html
UModel might be a good pick for you on this one... http://www.altova.com/umodel/xml-schemas-in-uml.html