Enum ParallelRuntime.NodeState

java.lang.Object
java.lang.Enum<ParallelRuntime.NodeState>
com.lumiomedical.flow.impl.parallel.ParallelRuntime.NodeState
All Implemented Interfaces:
Serializable, Comparable<ParallelRuntime.NodeState>
Enclosing class:
ParallelRuntime

protected static enum ParallelRuntime.NodeState
extends Enum<ParallelRuntime.NodeState>
The NodeState enum represents the different states a Node can be in at runtime before its execution. READY is for Nodes that are ready to be executed NOT_READY is for Nodes that aren't yet ready to be executed BLOCKED is for Nodes that will not be executed either because they will never get all of their inputs, or because a parent Node blocked their branch