Full name:
net.sf.xmile:xmile:0.0.1-SNAPSHOT:graph
Description:
Transforms XMI files into dot files and generates UML2 diagrams rendered by GraphViz .
Attributes:
pre-site.dot prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| format | String |
- |
The formats of the diagrams to create. Default value is: png. |
| graphviz | String |
- |
Path to GraphViz command. Default value is: dot. |
| timeout | long |
- |
The number of seconds to wait for GraphViz to complete. Default value is: 30. |
format :
The formats of the diagrams to create.
java.lang.StringNopnggraphviz :
Path to GraphViz command.
java.lang.StringNodottimeout :
The number of seconds to wait for GraphViz to complete.
longNo30