You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often the command graph is used to get a topological order of its commands. This can be reflected by letting the command graph implement Iterable<CommandClass>.
Solution
Let CommandGraph implement Iterable<CommandClass>.
Acceptance Criteria
The iterator returns the topological ordering.
The text was updated successfully, but these errors were encountered:
Problem Description
Often the command graph is used to get a topological order of its commands. This can be reflected by letting the command graph implement
Iterable<CommandClass>
.Solution
Let
CommandGraph
implementIterable<CommandClass>
.Acceptance Criteria
The text was updated successfully, but these errors were encountered: