Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Replace usage of connected_nodes during the refactoring #9

Open
4 tasks
Tracked by #296
antonykamp opened this issue Apr 13, 2023 · 0 comments · May be fixed by #10
Open
4 tasks
Tracked by #296

Replace usage of connected_nodes during the refactoring #9

antonykamp opened this issue Apr 13, 2023 · 0 comments · May be fixed by #10

Comments

@antonykamp
Copy link

During the refactoring See simulate-digital-rail/yaramo#40 we have to replace writing access of connected_nodes with connected_edges and edit calls of set_connection_left, set_connection_right and set_connection_head to take edges instead of nodes.

Acceptance criterion

  • Replace writing access of connected_nodes with connected_edges
  • Give set_connection_left the edge instead of a node
  • Give set_connection_right the edge instead of a node
  • Give set_connection_head the edge instead of a node
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant