Applications of UML
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
State Abstraction | |
---|---|
![]() |
UML (Unified Modeling Language) is a modeling language used by software developers.[1] UML can be used to develop diagrams and provide users with ready-to-use, expressive modeling examples.[note 1] Some UML tools generate program language code from UML.[2] UML can be used for modeling a system independent of a platform language. UML is a graphical language for visualizing, specifying, constructing, and documenting information about software-intensive systems.[3] UML gives a standard way to write a system model, covering conceptual ideas.[4][note 2] With an understanding of modeling, the use and application of UML can make the software development process more efficient.
History
See Article: Unified Modeling Language (History).
Fields applying UML
UML has been used in following areas
|
UML can also be used to model nonsoftware systems, such as workflow in the legal systems, medical electronics and patient healthcare systems, and the design of hardware.[3]
Modeling applications of UML using various diagrams
The following lists of UML diagrams and functionality summaries enable understanding of UML applications in real world examples.
Structure diagrams and their applications
Structuring diagrams show a view of a system that shows the structure of the objects, including their classifiers, relationships, attributes and operations:
- Class diagram
- Component diagram
- Composite structure diagram
- Deployment diagram
- Object diagram
- Package diagram
- Profile diagram
Behaviour diagrams and their applications
Behaviour diagrams are used to illustrate the behavior of a system, they are used extensively to describe the functionality of software systems. Some Behaviour diagrams are:
.
Interaction diagrams and their applications
Interaction diagrams are subset of behaviour diagrams and emphasize the flow of control and data among the things in the system being modelled:
- Communication diagram: Used for showing communication between objects or parts.
- Interaction overview diagram:
- Sequence diagram: used for communication between objects in terms of sequences.
- Timing diagram : a specific type of interaction diagram where the focus is on timing constraints.
Web applications
- Web applications of UML can be summarized like...
- To model user interfaces of web applications and make the purpose of the website clear.
- Web applications are software-intensive systems[5] and UML is the choice of language for modeling them.
- Minimize software complexity of the web applications using various UML tools.
- Representation of web applications using set of models like use case model, implementation model, deployment model, security model, site map.[5]
- To model Pages, hyper links, and dynamic content on the client and server side.
- For modeling server side aspects of web page with one class and client side aspect with another and distinguishing the two by using UML's extension mechanism to define stereotype's and icons for each server and client page.
- Stereotypes in UML are used to define new semantics for modeling element.
- Forms in HTML can also be modeled using various UML constructs.
- UML can be used to express the execution of the system’s business logic in those Web-specific elements and technologies.
UML-based web engineering aims at offering a UML profile that matches the needs of web development better.
Embedded systems
Software in embedded systems design needs to be looked carefully for software specification and analysis. Unified Modeling Language (UML), and a number of extension proposals in the realtime domain can be used for the development of new design flows. UML can be used for specification, design and implementation of modern embedded systems. A specific UML profile, called MARTE for Modeling and Analysis of Real-Time and Embedded systems, provides some extensions dedicated to the domain. UML can be used for modelling the system from functional requirements through executable specifications and for that purpose it is important to be able to model the context for an embedded system – both environmental and user-driven.[6] Some key terms of UML related to embedded systems:
- UML is not a single language, but a set of notations, syntax and semantics to allow the creation of families of languages for particular applications.
- Extension mechanisms in UML like profiles, stereotypes, tags, and constraints can be used for particular applications.
- Use-case modelling to describe system environments, user scenarios, and test cases.
- UML has support for object-oriented system specification, design and modelling.
- Growing interest in UML from the embedded systems and realtime community.
- Support for state-machine semantics which can be used for modelling and synthesis.
- UML supports object-based structural decomposition and refinement.
See also
References and notes
Notes
- ^ UML can be applied in areas like embedded systems, web applications, commercial applications etc.
- ^ For example, models of business processes and system functions, as well as things like classes written in a programming language, database schemas, and reusable software components.
- ^ Such as, software engineering in aircraft combat systems
- ^ Use Case Diagrams from UML are useful to understand real time systems
Citations
- ^ "Power of UML related reference".
- ^ "Some UML tools generate program language tools".
- ^ a b "Grady Booch, Jacobson and rumbaugh book".
{{cite web}}
: Missing or empty|url=
(help) - ^ [1412.2458] Systems, Views and Models of UML. By Ruth Breu Radu Grosu Franz Huber Bernhard Rumpe Wolfgang Schwerin. arXiv arxiv.org
- ^ a b "Modeling Web Application Architectures with UML" (PDF).
- ^ "UML for embedded systems". CiteSeerx: 10.1.1.67.5101.
{{cite web}}
: Missing or empty|url=
(help)