-
Notifications
You must be signed in to change notification settings - Fork 5
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
XELK Transformer Restructure #23
Comments
Avoid |
Scratch pad for thoughts:
Thoughts to help unit testing
|
i started mangling them, couldn't handle the |
We can even uuid them if we keep a mapping of the original item to the new uuid. The problem i see is specifying the ports on an edge. I havent worked out how we would concisely specify port data on an edge, right now: Programatically things work out nicely as well if "x" and "y" are hashable things we can still work out mappings but I dont know what it looks like yet for round tripping from networkx json. There might be something obvious but not clear yet in my brain. |
ElkTransformer
to_dict
andfrom_dict
. Issue with a port dict that has anElkLabel
instance instead of a dict that looks like anElkLabel
get_properties
get_layout
andget_css
should work. Remove them?The text was updated successfully, but these errors were encountered: