graph LR
KnittingPatternSet["KnittingPatternSet"]
KnittingPattern["KnittingPattern"]
Mesh["Mesh"]
Row["Row"]
Instruction["Instruction"]
KnittingPatternSet -- "contains" --> KnittingPattern
KnittingPattern -- "consists of" --> Row
Row -- "comprises" --> Instruction
KnittingPattern -- "generates" --> Mesh
Updated analysis insights with source code references for KnittingPatternSet, KnittingPattern, and Mesh. Row and Instruction still need source code references.
Represents a collection of knitting patterns.
Related Classes/Methods:
Defines a single knitting pattern.
Related Classes/Methods:
Represents the knitted fabric structure.
Related Classes/Methods:
Represents a single row in a knitting pattern.
Related Classes/Methods: None
Represents a single instruction in a knitting pattern.
Related Classes/Methods: None