xml.xsl.adapter2dot.xsl Maven / Gradle / Ivy
digraph
{
node [shape=box]
}
START [shape=ellipse]
ENTER [style=rounded]
START -> ENTER ->
START ->
"
"
;
ENTER
"
"
[label=
"
\n(
)
"
, shape=parallelogram
]
"
"
[shape=diamond]
notFoundForwardName
emptyForwardName
thenForwardName
elseForwardName
success
dotted
"
"
->
"
"
[label="
"
"
[label="
"
,style=
];
"
"
[style=rounded]
"
"
->
"
END
"
[label="
"];
END [shape=ellipse]
[label=inputValidator,style=dashed]
"
"
->
[arrowhead=none,constraint=false,style=dashed]
dashed
[label=outputValidator,style=dashed]
->
[arrowhead=none,constraint=false,style=dashed]
"
"
->
[arrowhead=none,constraint=false,style=dashed]
dashed
.