graph LR
A[Model] --> |describing| B[Variable features]
B --> |of| C[Product Line];
D[Relationships];
E[Dependencies];
subgraph VF["Variable Features"]
B
D
E
end
A Model describing the variable features of a Product Line, including their relationships and dependencies.