Differences between revisions 4 and 12 (spanning 8 versions)
Revision 4 as of 2010-04-08 03:45:44
Size: 1154
Editor: ZoomQuiet
Comment:
Revision 12 as of 2010-04-08 04:07:04
Size: 1514
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
<<Include(/DotLegend,,from="^##startInc$",to="^##endInc$",'实案')>> ##<<Include(/DotLegend,,from="^##startInc$",to="^##endInc$")>>

##<<Include(/DotLegend,"图例",2)>>
##== 基本关系 ==
<<Include(/DotLegend/BaseRelation,"基本关系表示",3)>>

##== 基本图元 ==
<<Include(/DotLegend/BaseElements,"基本图元",3)>>

##=== 组合应用 ===
<<Include(/DotLegend/BaseFlow,"组合应用",3)>>

##=== UML类关系表示 ===
<<Include(/DotLegend/BaseUmlClasses,"UML类关系",3)>>
Line 36: Line 50:
=== BM4Trac 需求分析 ===
<<Include(/TracFrogReqFlow)>>
<<Include(/TracFrogReqFlow,"BM4Trac 需求分析",3)>>

在维基中使用 Graphviz

Graphviz

介绍::GraphViz啄木鸟社区

  • 是AT&T 贡献的跨平台图形生成工具!

  • 通过 The DOT Language 一种脚本语言来定义图元的关系进行自动绘制

插件

MoinMoin有相应插件可以直接在文章中使用 .dot 可视化脚本!

简例

脚本:

{{{#!dot

digraph SomeGraph {

    rankdir=LR;

    甲->{ 乙 丙 };

    乙->丙->丁;

}

}}}

生成:

图例

基本关系表示

基本图元

组合应用

UML类关系

实例

BM4Trac 需求分析


反馈

创建 by -- ZoomQuiet [2009-12-28 10:27:58]

GraphVizForMoin (last edited 2010-06-04 09:06:57 by ZoomQuiet)