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

More flexible Tree generation (formerly the 'categories' idea) #5

Open
royerloic opened this issue Apr 20, 2016 · 0 comments
Open

More flexible Tree generation (formerly the 'categories' idea) #5

royerloic opened this issue Apr 20, 2016 · 0 comments
Assignees

Comments

@royerloic
Copy link
Contributor

Right now the Tree is only three levels: (i) root, (ii) types and (iii) devices
It would be better if we could specify the 'path' in the tree in which we want to put a type,
this would allow for more flexible organization, a bit like package in Java.

To acheive this we could have a 'getPath' method in HalcyonNodeType
String getPath()

which would return strings like: 'root.hardware' or 'root.logging'
that specify where to put the items in the tree.

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