Method GetExecutionSequence
GetExecutionSequence()
Returns the execution sequence calculated for this context.
public Queue<INode> GetExecutionSequence()
Returns
- Queue<INode>
A copy of the queue of nodes that should be executed, ordered so dependencies appear before the target nodes that consume them.
Remarks
The returned queue is a copy, so dequeuing it does not mutate the context's internal sequence.