Class FlowGraphWalker

java.lang.Object
org.jenkinsci.plugins.workflow.graph.FlowGraphWalker
All Implemented Interfaces:
Iterable<FlowNode>

public class FlowGraphWalker extends Object implements Iterable<FlowNode>
Visits a graph of flow nodes and iterates nodes in them.
Author:
Kohsuke Kawaguchi