Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/spex

From WoozleCodes
Jump to navigation Jump to search
namespace: Sys\FileSys\Aspect\Ident\spex
Subpages

About

This namespace contains all the clades for handling filespecs:

  • USpec: URL parser for filesystem nodes (local or not)
  • PSpecChain: holds the start and endpoint Link objects
  • PSpec: a single node (file/folder) in a Chain (path)

...and a namespace:

Structure

                                     ┌───────┐                         
                                 ┌───► USpec │                      
                                 │   └───────┘                         
                    ┌───────┐    │                                     
     ┌──────────────► Ident │────┤                                     
     │              └───────┘    │   ┌───────┐
     │                           └───► PSpec │
┌────┼─┐            ┌───────┐        └───────┘
│ Node ┼────────────► InOut │                                          
└────┬─┘            └───────┘                                          
     │                                                                 
     │              ┌───────┐      ┌──────┐                            
     └──────────────► Venue ┼──────► Stat │                            
                    └───────┘      └──────┘                            

History

date what
2025-11-05 currently contains only the aux subspace and the FSChain clade.
2026-05-05 moved everything out of aux/, with some renaming: now contains FSChain, FSPathy, and FSLink.
2026-06-02 renamed FSLinkFSPiece
2026-06-05 renamed everything again, restructured, made diagram
2026-06-18 structure modified again