// 単純な集約の例 class ShippingCharge { // 送料計算に必要な値 Product product; ShipTo shipTo; Amount total() { // 値オブジェクトを組み合わせた送料の計算 } }