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

    Modifier and Type
    Method
    Description
    boolean
    Visit the flow node, and indicate if we should continue analysis
  • Method Details

    • visit

      boolean visit(@NonNull FlowNode f)
      Visit the flow node, and indicate if we should continue analysis
      Parameters:
      f - Node to visit
      Returns:
      False if we should stop visiting nodes