Define logical design of the solutionThe logical design describes a complete solution through its various logical elements from a functional point of view. The logical design does not contain information or any inclination towards the architecture, technology or implementation details.
The logical design mainly depicts the objects, their behaviors, and relationships within the solution scope. It’s a transformation of use cases into a design model that identifies the whole solution through various logical components. The main goal is to understand “what to build” i.e. the functionality that the solution must provide in order to solve a business problem rather than “how to do it” approach. It depicts the way in which various components are integrated and organized.
|