Stabilize Node interface #3
Labels
No labels
Complexity/Higest
Complexity/High
Complexity/Low
Complexity/Lowest
Complexity/Normal
Importance/High
Importance/Highest
Importance/Low
Importance/Lowest
Importance/Normal
Kind/Bug
Kind/Documentation
Kind/Feature
Kind/Structure
OS/Linux
OS/MacOS
OS/Windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
Blocks
#1 Add a reference API
linarphy/galaxy-graph
Reference
linarphy/galaxy-graph#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements two states for Node.
After careful thought, I think I should implement an architecture where a Node can be Offline or Online, which change their behaviors and states. A Node which is Online is attached to a graph, and can be disconnected. An Offline Node is not attached to a graph and can be connected.
Here, I have two choice:
I have chosen the last option, and have also applied it to Connection. Now updating tests.