The document discusses a proposed Traffic Management System (TMS) that uses wireless sensor networks to help address traffic congestion issues. It aims to provide a more efficient and budget-friendly alternative to traditional timer-based traffic light systems. The system would use sensors to detect vehicle presence and counts in order to dynamically allocate green light times between intersections based on real-time traffic conditions. The document then lists various UML diagrams, such as use case diagrams, class diagrams, and state charts diagrams, that could be used to model and design the TMS.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2K views20 pages
OOAD Unit 5 - Traffic Management System
The document discusses a proposed Traffic Management System (TMS) that uses wireless sensor networks to help address traffic congestion issues. It aims to provide a more efficient and budget-friendly alternative to traditional timer-based traffic light systems. The system would use sensors to detect vehicle presence and counts in order to dynamically allocate green light times between intersections based on real-time traffic conditions. The document then lists various UML diagrams, such as use case diagrams, class diagrams, and state charts diagrams, that could be used to model and design the TMS.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 20
Traffic Management
System OOAD Group Presentation IT 389-416 Introduction
Traffic Management System:
Because of the overwhelming movement of vehicles in the roads, especially in urban areas numerous individuals are enduring. The resulting congestion has become a major concern to transportation specialists and decision makers. The most widely used automated system uses simple timer based operation, which is inefficient for non-uniform traffic. In order to avoid heavy traffic problem on the road, we explore new budget friendly and effective as well as efficient software so called “Traffic Management System (TMS)” with wireless control mechanism called the Wireless Sensor Networks (WSN). Traffic congestion and vehicular emissions are some of the major issues faced by road users today. According to a recent study identifies Delhi as the most traffic congested city in the India followed by Mumbai, with commuters spending as much as 67 hours spent in traffic per year due to there is no optimized signal timings while allocating green time to different intersection phases based on the vehicle presence, vehicle count etc. List of Figures: Use case Diagram Class Diagram Sequence Diagram Activity Diagram State Chart Diagram Package Diagram Component Diagram Deployment Diagram Use Case Diagram
A Use Case Diagram in the United Model Language
(UML) is a type of behavioral diagram defined by and created from a use-case analysis. Its purpose is to present a graphical overview of the functionality provided by a system in terms of actors, their goals and any dependencies between those use cases. The main purpose of a use-case diagram is to show what system functions are performed for which actor. Roles of the actors in the system can be depicted. Class Diagram
Class Diagrams are widely used to describe the types of objects in a
system and their relationships. Class diagrams model class structure and contents using design elements such as classes, packages and objects. Class diagrams describe three different perspectives when designing a system, conceptual, specification and implementation. Classes are composed of three things: a name, attributes and operations Sequence Diagram
A Sequence Diagram is Unified Modeling Language (UML) is a kind of
interaction diagram that shows how processes operate with one another and in what order. It is a construct of a message sequence chart. Sequence diagrams are sometimes called event diagrams, event scenarios and timing diagrams Activity Diagram
In Activity Diagram the object may be real or abstract
in either case create a swim lane for each attribute imported object, firstly identify the precondition of initial state and post condition of final state. Render the transaction that connect these actions and active states and state with sequential flows consider branching, forking and joining. State Chart Diagram
It is a behavior diagram which shows discrete behavior
of a part of designed system through finite state transitions. They can also be used to express the usage protocol of part of a system. Package Diagram
Package diagram is UML structure diagram which
shows packages and dependencies between the packages. Model diagrams allow showing different views of a system, for example, as multi-layered application model. The following nodes and edges are typically drawn in a package diagram: package, package able dependency, element import, package import, package merge. Component Diagram
Component diagrams are different in terms of nature
and behavior. Component diagrams are used to model physical aspects of a system. Physical aspects are the elements like executables, libraries, files, documents etc which resides in a node. So component diagrams are used to visualize the organization and relationships among components in a system. These diagrams are also used to make executable systems. Deployment Diagram
Deployment diagrams are used to visualize the
topology of the physical components of a system where the software components are deployed. So deployment diagrams are used to describe the static deployment view of a system. Deployment diagrams consist of nodes and their relationships. THANK YOU