There are four catagories of sheets:
Defines the nodes. Fill out this sheet with all concerned nodes the following way:
Only visibile rows will be used to draw the image
contains all relations that exist between listed nodes in a consumer<->consumed (or vice versa if you like) releationship Fill out this sheet with all listed nodes the following way: col A: (dropdown) the name(.version) of the consuming(right or top) node col B: (dropdown) the name(.version) of the providing(left or bottom) node col C: (dropdown) The edge type (defined in sheet six: Enum_Edge_type) col D: If you want another label than the standard edge-type label
contains all clusters Fill out this sheet with all listed clusters the following way: col A: The name of the cluster col B: (dropdown) the type of the cluster (defined in sheet seven: Enum_Cluster_type)
Defines the hierarchy of clusters Fill out this sheet with listed clusters the following way: col A: (dropdown) The name of the parent(contaiing) cluster col B: (dropdown) The name of the child(contaiined) cluster)
Contains all required node types and their graphviz characteristics col A: node_type the name of the node type col B: fontname of the text col C: fontsize of the text col D: fontcolor of the text. use html rgb color wiht preceding # col E: shape (dropdown) select one of the available graphviz shape types col F: style (dropdown) select one of the combination of available graphviz shape styles col G: fillcolor when the style contains the word "filled" then this is the fillcolor. use html rgb colors with preceding # col H: color line color. use html rgb colors with preceding #
Contains all required relation types and their graphviz characteristics (arrows etc.) required for Integration and Business services and processes high level design for use with QuickScan and ImpactAnalysis. col A: relation_type the name of the relation type col B: dir Direction of the relation type (usually an arrow) col C: color Color of the releation type (a line if visible) col D: arrowhead the shape of the relation type's arrowhead (dropdown) col E: arrowtail the shape of the relation type's arrowtail (dropdown) col F: arrowsize the relation type's size of both arrow ends col G: label the general text that resides with this relation type's line col H: style (dropdown) select one of the combination of available graphviz shape styles col I: fontname of the text col J: fontsize of the text col K: fontcolor of the text. use html rgb color wiht preceding #
contains selectable graphviz variables for nodes and edges (artifacts and releations) do not touch unless you know what you're doing.
contains changeable attributes that have an effect on how the graph is rendered and displayed (for dot and neato graphs). please refer to the graphviz dotguide.pdf for more information.
contains changeable graph specific settings