Variant Derivation

Back to Intro

Product line model:

abstract xor Bluetooth
Bluetooth20 ?
Bluetooth21 ?
Bluetooth40 ?
abstract MobilePhone
Connectivity
GSM
LTE ?
WiFi ?
USB ?
xor Battery
LiBattery1150 ?
LiBattery1400 ?
abstract LowEndPhone : MobilePhone
[ no WiFi ]
abstract HighEndPhone : MobilePhone
[ USB && WiFi ]
QuadCPU ?

Variant Configuration:

The customer requested WiFi, LTE, and Bluetooth. Carol proposed Bluetooth21.

Phone1 : MobilePhone
[ WiFi ]
[ LTE ]

Trying a high-end phone:

Phone2 : HighEndPhone
[ LTE ]
[ QuadCPU ]