Workflow: ezcWorkflowVisitorVerification
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowVisitorVerification
|
An implementation of the ezcWorkflowVisitor interface that verifies a workflow specification. [
source]
This visitor should not be used directly but will be used by the verify() method on the workflow.
1. <?php
2. $workflow->verify();
3. ?>
The verifier checks that:
- there is only one start node
- there is only one finally node
- each node satisfies the constraints of the respective node type
Parents
ezcWorkflowVisitor
|
--ezcWorkflowVisitorVerification
Member Variables
|
protected integer |
$numFinallyNodes
= 0
Holds the number of finally nodes encountered during visiting. |
|
protected integer |
$numStartNodes
= 0
Holds the number of start nodes encountered during visiting. |
Inherited Member Variables
From
ezcWorkflowVisitor:
Method Summary
|
protected void |
doVisit(
$visitable )
Perform the visit. |
Inherited Methods
From
ezcWorkflowVisitor :
Methods
doVisit
Perform the visit.
Parameters
Redefinition of
Last updated: Mon, 21 Dec 2009