Workflow: ezcWorkflowVisitor
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcWorkflowVisitor
|
Interface for visitor implementations that want to process a workflow using the Visitor design pattern. [
source]
visit() is called on each of the nodes in the workflow in a top-down, depth-first fashion.
Start the processing of the workflow by calling accept() on the workflow passing the visitor object as the sole parameter.
Method Summary
|
public bool |
visit(
$visitable )
Visit the $visitable. |
Methods
visit
Visit the $visitable.
Each node in the graph is visited once.
Parameters
Last updated: Wed, 28 Nov 2007