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

Level of dependency #27

Open
mechatroNick opened this issue Aug 31, 2018 · 0 comments
Open

Level of dependency #27

mechatroNick opened this issue Aug 31, 2018 · 0 comments

Comments

@mechatroNick
Copy link

mechatroNick commented Aug 31, 2018

Having level dependency level would be really to have:

  • numberOfLevel() to expose how many level of dependency there are (3 levels if a -> b -> c, or 2 levels if a , b -> c)
  • showLevel(level) to expose all the node at that dependency level (showLevel(2) = b if a -> b -> c)

The inspiration for this request is to be able to update 1 level of dependency at a time. This is useful for representing nested calculations. This is one way to do it and not necessarily the best, please let me know if there are better ways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants