java.lang.Object
com.marginallyclever.donatello.QueueByDepth
Queue the Node
s of a Graph
in the ThreadPoolScheduler
based on their depth in the graph. The depth of each Node
in the Graph
is based on the greatest
depth of upstream nodes.
-
Constructor Summary
ConstructorsConstructorDescriptionQueueByDepth
(Donatello editor, com.marginallyclever.nodegraphcore.Graph graph, int maxDepth) Queue theNode
s of aGraph
in theThreadPoolScheduler
-
Method Summary
-
Constructor Details
-
QueueByDepth
-