AMIOL7 / ELME

Apache License 2.0
0 stars 1 forks source link

Expand the model for feature-completion #38

Closed pszi closed 1 year ago

pszi commented 1 year ago

Kindly request the following methods implemented in the model:

vismate commented 1 year ago

These methods could be implemented on Nodes themselves, since they do not require any more than relationships between nodes. I think it would be much more ergonomic this way.

The checkForCycle() method would check if the node it was called on is in a cycle or not, the triggerUpdate() method would trigger an update down the line from the given node.

What do you think?

vismate commented 1 year ago

Request has been received and implemented in linked branch. If @pszi agrees we can close this issue, and continue the discussion in issue #35 to avoid duplication. (if you (@pszi) agree, may go ahead and close the issue right ahead )

pszi commented 1 year ago

Okay.