Posted inBasics Composition Posted by admin August 12, 2021 Composition is a stricter form of aggregation, in which the parts are existence-dependent on the…
Posted inBasics Class and Interaction Diagrams Posted by admin August 12, 2021 Class diagrams A class diagram describes the static structure of a system. It shows how…
Posted inBasics Utility of use case diagrams Posted by admin August 12, 2021 From use case diagram, it is obvious that the utility of the use cases are…
Posted inBasics Use Case Model Posted by admin August 12, 2021 The use case model for any system consists of a set of โuse casesโ. Intuitively,…
Posted inBasics Basic Ideas on UML Posted by admin August 12, 2021 Model A model captures aspect important for some application while omitting (or abstracting) the rest.…
Posted inBasics Structured Design Posted by admin August 12, 2021 The aim of structured design is to transform the results of the structured analysis (i.e.…
Posted inBasics DFD Model of a System Posted by admin August 12, 2021 Context diagram The context diagram is the most abstract data flow representation of a system.…
Posted inBasics Data Flow Diagrams (DFDs) Posted by admin August 12, 2021 Structured Analysis Structured analysis is used to carry out the top-down decomposition of a set…
Posted inBasics Functional independence Posted by admin August 12, 2021 A module having high cohesion and low coupling is said to be functionally independent of…
Posted inBasics An Overview of Current Design Approaches Posted by admin August 12, 2021 Cohesion Most researchers and engineers agree that a good software design implies clean decomposition of…