Workflow: ezcWorkflowVisitorVisualization
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowVisitorVisualization
|
An implementation of the ezcWorkflowVisitor interface that generates GraphViz/dot markup for a workflow definition. [
source]
Parents
ezcWorkflowVisitor
|
--ezcWorkflowVisitorVisualization
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(string=>mixed) |
$properties
= array()
Properties. |
|
protected string |
$workflowName
= 'Workflow'
Holds the name of the workflow. |
Inherited Member Variables
From
ezcWorkflowVisitor:
Method Summary
|
public ezcWorkflowVisitorVisualization |
__construct(
)
Constructor. |
|
protected void |
doVisit(
$visitable )
Perform the visit. |
Inherited Methods
From
ezcWorkflowVisitor :
Methods
__construct
ezcWorkflowVisitorVisualization __construct(
)
Constructor.
Redefinition of
doVisit
Perform the visit.
Parameters
Redefinition of
Last updated: Mon, 21 Dec 2009