Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the CommandGraph an Iterable of CommandClasses #50

Open
1 task
FRosner opened this issue Jul 17, 2014 · 0 comments
Open
1 task

Make the CommandGraph an Iterable of CommandClasses #50

FRosner opened this issue Jul 17, 2014 · 0 comments
Milestone

Comments

@FRosner
Copy link
Collaborator

FRosner commented Jul 17, 2014

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 implement Iterable<CommandClass>.

Acceptance Criteria

  • The iterator returns the topological ordering.
@FRosner FRosner added this to the 2.0 milestone Jul 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant