Skip to main content

Posts

Showing posts with the label Software Development Life Cycle

UML - Deployment Diagram of Intranet development of a college/school

Hello Everyone! Here is an example of an Deployment Diagram of Intranet development. Problem Statement - An intranet is a computer network for sharing information, collaboration tools, operational systems, and other computing services only within an organization. An Internet Service Provider (ISP) provides LAN services, Application services, Email services, Domain and Web hosting services to an organization. The LAN service is provided through Switch to the terminals using Ethernet and other cables. The firewall feature is provided for web applications through Application services. All the students and staff members are provided with an official email account through email services. The college has its own domain and web hosting package provided by the ISP. All these services maintain a database which is stored on server. The database server and all the services are controlled and handled by the Administrator of the college. Check out other UML (Unified Modeling Language) ...

UML - Component Diagram for Intranet development of a college/school

Hello Everyone! Here is an example of an Component Diagram for Intranet development. Problem Statement - An intranet is a computer network for sharing information, collaboration tools, operational systems, and other computing services only within an organization. An Internet Service Provider (ISP) provides LAN services, Application services, Email services, Domain and Web hosting services to an organization. The LAN service is provided through Switch to the terminals using Ethernet and other cables. The firewall feature is provided for web applications through Application services. All the students and staff members are provided with an official email account through email services. The college has its own domain and web hosting package provided by the ISP. All these services maintain a database which is stored on server. The database server and all the services are controlled and handled by the Administrator of the college. Check out other UML (Unified Modeling Language)...

UML - State diagram

Hello Everyone! Here is an example of an State Diagram of a NCIT subscription model. Problem Statement - Above 300 journals are subscribed by national center of information technology NCIT with periodicity varying from half yearly to monthly. Most journals are quarterly. The journals mostly come from abroad by surface mail and take approximately 3 months to reach NCIT from the date of dispatch. Subscription renewal has to be done promptly to avoid missing issues due to delayed payment. Scientific officer subscribes for the journal. When the journal is received, scientific assistant updates the library. If the journal is not received within time a request is sent for reissue. If the subscription is over then a request is sent for renewal. For updating the library, the scientific officer checks the invoices, updates the journal information and sends the details to the account section. Check out other UML (Unified Modeling Language) Diagrams - Use Case Diagram   C...

UML - Sequence Diagram for Library Management System

Hello Everyone! Here is an example of an Sequence Diagram for Library Management System. Problem Statement - Following scenarios are identified - 1) Librarian issues a book to a member. (Whenever a member asks for a book the librarian checks the availability of the book. If the book is available then the rack number of that book will be returned to the librarian. Librarian then checks the validity of member by verifying library card. If member is valid and the number of books issued to him is less then maximum allowed book is issued to him and transaction is created. Librarian then updates the number of books issued to that member and status of book.) 2) Member returns the book. (Whenever member wants to return the book, librarian first checks the validity of member. If member is valid then due date of book is obtained from transaction details. Based upon this information fine is calculated, bill will be created and informed to the member. On receiving fine from member, libraria...

UML - Activity Diagram for Vending Machine

Hello Everyone! Here is an example of an Activity Diagram of a Vending Machine. Problem Statement - A vending machine accepts coins for a variety of products. The user selects the drink from products available through selection panel. If the drink is available the price of the product will be displayed. The user then deposits the coins depending on the price of the product. Coin collector collects coin after stipulated time. The controller will compare the deposited coins with the price. If amount is less than the price then an error message will be displayed and all deposited coins will be dispensed by the dispenser. Otherwise the drink will be displayed by the drink dispenser. Check out other UML (Unified Modeling Language) Diagrams - Use Case Diagram   Class Diagram   Object Diagram   Sequence Diagram Collaboration Diagram   State Diagram   Component Diagram   Deployment Diagram  

UML - Collaboration Diagram for Library Management System

Hello Everyone! Here is an example of an Collaboration Diagram for Library Management System. Problem Statement - Following scenarios are identified - 1) Librarian issues a book to a member. (Whenever a member asks for a book the librarian checks the availability of the book. If the book is available then the rack number of that book will be returned to the librarian. Librarian then checks the validity of member by verifying library card. If member is valid and the number of books issued to him is less then maximum allowed book is issued to him and transaction is created. Librarian then updates the number of books issued to that member and status of book.) 2) Member returns the book. (Whenever member wants to return the book, librarian first checks the validity of member. If member is valid then due date of book is obtained from transaction details. Based upon this information fine is calculated, bill will be created and informed to the member. On receiving fine from member, lib...

UML - Use Case Diagram for Vending Machine

Hello Everyone! Here is an example of an Use case Diagram of a Vending Machine System. Problem Statement - A vending machine accepts coins for variety of products. The user selects the drinks from products available through selection panel. If the drink is available the price of the product is displayed. The user then deposits the coins depending on the price of the product. Coin collector collects coin after stipulated time the controller will compare the deposited coin with price. If amount deposited is less than price then error message will be displayed and all deposited coin will be dispensed by the coin dispenser else the drink will be dispensed by the product dispenser. Check out other UML (Unified Modeling Language) Diagrams - Class Diagram   Object Diagram   Sequence Diagram Collaboration Diagram   Activity Diagram   State Diagram   Component Diagram   Deployment Diagram  

UML - Class Diagram for Hospital Management System

Hello Everyone! Here is an example of an Class diagram of a Hospital Management System. Problem Statement - The hospital wishes to maintain a database to assist with the administration of its wards and operating theatre and to maintain information related to its patients, surgeons and nurse. Most patients are assigned to a ward on admittance and each ward may contain many patients. However consultants (senior surgeons) in the hospital may have private patients who are assigned to private room. A nurse may or may not be assigned to a ward and she cannot be assigned to more than one ward. A ward may have many nurses assigned to it. Each ward is dedicated to a particular type of patient. A nurse may or may not be assigned to a theatre and she cannot be assigned more than one theatre. Theatre may have many nurses assigned to it. A patient may have number of operations. The information to be recorded about the operation includes the type of operation, the patients, the surgeons involve...

UML - Object Diagram for Hospital Management System

Hello Everyone! Here is an example of an Object Diagram for Hospital Management System. Problem Statement - The hospital wishes to maintain a database to assist with the administration of its wards and operating theatre and to maintain information related to its patients, surgeons and nurse. Most patients are assigned to a ward on admittance and each ward may contain many patients. However, consultants (senior surgeons) in the hospital may have private patients who are assigned to private room. A nurse may or may not be assigned to a ward and she cannot be assigned to more than one ward. A ward may have many nurses assigned to it. Each ward is dedicated to a particular type of patient. A nurse may or may not be assigned to a theatre and she cannot be assigned more than one theatre. Theatre may have many nurses assigned to it. A patient may have number of operations. The information to be recorded about the operation includes the type of operation, the patients, the surgeons involv...