Public Member Functions | |
generate () | |
setCompleteTransitionLine ($index, $tr) | |
_n ($s) | |
setWorkflow (WDoc &$doc) | |
setRatio ($ratio) | |
setType ($type) | |
setOrient ($orient) | |
setSize ($isize) | |
Data Fields | |
$style | |
string $id Http var : document id to affect string $type Http var : type of graph string $orient Http var :orientation TB (TopBottom) or LR (LeftRight) string $size Http var : global size of graph generate doc text for workflow to be used by graphviz
Definition at line 21 of file wdoc_graphviz.php.
_n | ( | $s | ) |
Definition at line 703 of file wdoc_graphviz.php.
generate | ( | ) |
setCompleteTransitionLine | ( | $index, | |
$tr | |||
) |
analyze a transition e1 - e2
$index | ||
array | $tr |
Definition at line 236 of file wdoc_graphviz.php.
setOrient | ( | $orient | ) |
Definition at line 732 of file wdoc_graphviz.php.
setRatio | ( | $ratio | ) |
Definition at line 722 of file wdoc_graphviz.php.
setSize | ( | $isize | ) |
Definition at line 737 of file wdoc_graphviz.php.
setType | ( | $type | ) |
Definition at line 727 of file wdoc_graphviz.php.
setWorkflow | ( | WDoc & | $doc | ) |
Definition at line 717 of file wdoc_graphviz.php.
$style |
Definition at line 42 of file wdoc_graphviz.php.