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

Graph/Tree traversal/complex structures #181

Open
reevik opened this issue Sep 7, 2020 · 0 comments
Open

Graph/Tree traversal/complex structures #181

reevik opened this issue Sep 7, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@reevik
Copy link
Contributor

reevik commented Sep 7, 2020

Testing complex structures like graphs/trees are cumbersome with the DSL elements. traverse() DSL element might be useful to create and test such structures by using Rhino DSL. traverse() DSL element should take a TreeBuilder class which constructs Tree structures. Every node in the tree, accepts a function, that is responsible for initialising a single node.

@reevik reevik added the enhancement New feature or request label Sep 7, 2020
@reevik reevik added this to To do in Rhino Core (SDK) via automation Sep 7, 2020
@reevik reevik added this to the 2.5.0 milestone Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant