Interface FlowNodeVisitor
public interface FlowNodeVisitor
Interface used when examining a pipeline FlowNode graph node by node, and terminating when a condition is met
 
This is intended to couple with AbstractFlowScanner.visitAll(Collection, FlowNodeVisitor)
- Author:
- Sam Van Oort
- 
Method Summary
- 
Method Details- 
visitVisit the flow node, and indicate if we should continue analysis- Parameters:
- f- Node to visit
- Returns:
- False if we should stop visiting nodes
 
 
-