Information Models

 DAL system provides user an easy to use website interface for vehicle registration, driving licenses, and many other transportation related information.
 
Good DAL system provide:
  • User and Vehicle registration
  • Reachability and appointment scheduling
  • User Service Management
  • Ease of Use
  • Interfacing with financial firms
The following information models represent different aspects of a general DAL system. These models, represented in UML (Unified Modeling Language),  can be customized and extended if needed. 
  • Use Cases: capture the activities performed by the system and the key players. These correspond to the Functional Requirements
  • System Sequence Diagram (SSD): Refinement of Use cases. Shows the sequence of activities/messages between the players
  • Class Diagram: Shows the key objects in the system and their properties (attributes and methods)

Usecase Diagram

System Sequence Diagram (SSD)

Class Diagram