Ferreteria/v0.6/clade/Sys/FileSys/Aspect
Pages
Clades
History
- 2025-11-15
Node()needs to be public so other classes can get access to the whole structure from any Aspect. - 2025-12-15
SelfNodeClass(): When do we use this? - 2026-05-03
SelfNodeClass()was so that we can recreate the parent-Node from just an Aspect.- The abstract declaration was commented out on 2025-12-15.
- It was only being used in
TargetNode(), which itself does not seem to be used. - I'm commenting out
TargetNode()and all implementations ofSelfNodeClass()in this clade-family.