Workflow: ezcWorkflowVisitorVisualization
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowVisitorVisualization
|
An implementation of the ezcWorkflowVisitor interface that generates GraphViz/dot markup for a workflow definition. [
source]
Implemented Interfaces
Member Variables
|
protected array( |
$edges
= array()
Holds all the edges of the graph. |
|
protected array(string |
$nodes
= array()
Holds the displayed strings for each of the nodes. |
|
protected array |
$visited
= array()
Holds the id of each node that has been visited already. |
|
protected string |
$workflowName
= 'Workflow'
The name of the workflow. |
Method Summary
|
public boolean |
visit(
$visitable )
Visits the node and sets the the member variables according to the node type and contents. |
Methods
visit
Visits the node and sets the the member variables according to the node type and contents.
Parameters
Last updated: Wed, 28 Nov 2007