java.lang.Object
com.marginallyclever.donatello.QueueByDepth
Queue the Nodes 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 theNodes of aGraphin theThreadPoolScheduler -
Method Summary
-
Constructor Details
-
QueueByDepth
-