Figure SO.04 - Simplified SID Product Model

Header Image
Project:
Figure SO.04 - Simplified SID Product Model : Class diagram
Created: 3/28/2022 3:51:09 PM
Modified: 12/24/2024 9:33:45 PM
Project:
Advanced:
The following Figure is a simple model of how a Product is modeled.<br/>A ProductOffering represents what is externally presented to the market for the market’s use and can be simple or bundled (atomic / composite pattern).<br/>A ProductOffering represents how the ProductSpecification is sold (i.e. packaging rules, prices, alterations, commitments…).<br/>The ProductSpecification represents a product specification as perceived by the business user and specifies what the marketing operator wants to sell at a functional level (i.e. what are the capacities, which usages are available…).<br/>It can represent:<br/><ul>
<li>material goods (Terminal, phone, mobile, fax, modem)</li><li>or intangible goods (like an Anti-Spam service for email).</li></ul>
A ProductOffering makes available at least one ProductSpecition directly or indirectly (through contained ProductOfferings).<br/>Vice versa, a ProductSpecification may be made available as one or more simple ProductOfferings.<br/>A Product represents exclusively the instantiation of a ProductOffering or ProductSpecification by a Party playing a PartyRole, such as a Customer. <br/>