UML - определение. Что такое UML
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое UML - определение

SOFTWARE SYSTEM DESIGN MODELING TOOL
UnifiedModelingLanguage; Uml; Unified Modelling Language; UML Diagram; UML Model diagram; Structure diagram (UML); UML model diagram; UML diagram; Structure diagram; Interaction diagram; UML class metamodel; Universal Modeling Language; UML 2; UML 2.0; Unified modeling language; UML diagrams; UML metamodel; RSA-RTE; IBM Rational Software Architect; UML; Precise UML
  • Illustration of the Meta-Object Facility
  • History of object-oriented methods and notation
  • Hierarchy of UML 2.2 Diagrams, shown as a [[class diagram]]
  • UML logo
Найдено результатов: 31
UML         
Unified Modelling Language (Reference: OOP)
UML         
uML         
UML         
Unified Method Language (Reference: CASE)
Unified Modeling Language         
<language> (UML) A non-proprietary, third generation {modelling language}. The Unified Modeling Language is an open method used to specify, visualise, construct and document the artifacts of an object-oriented software-intensive system under development. The UML represents a compilation of "best engineering practices" which have proven successful in modelling large, complex systems. UML succeeds the concepts of Booch, OMT and OOSE by fusing them into a single, common and widely usable modelling language. UML aims to be a standard modelling language which can model concurrent and distributed systems. UML is not an industry standard, but is taking shape under the auspices of the Object Management Group (OMG). OMG has called for information on object-oriented methodologies, that might create a rigorous software modelling language. Many industry leaders have responded in earnest to help create the standard. See also: STP, IDE. OMG UML Home (http://uml.org/). {uml/index.jsp">Rational UML Resource Center (http://rational.com/uml/index.jsp)}. (2002-01-03)
structure diagram         
<programming, data> A pictorial representation of the composition, grouping and relationship of data items. (1998-06-11)
Unified Modeling Language         
The Unified Modeling Language (UML) is a general-purpose, developmental modeling language in the field of software engineering that is intended to provide a standard way to visualize the design of a system.
UML tool         
UML Tool; UML program; UML software; UML modeling
A UML tool is a software application that supports some or all of the notation and semantics associated with the Unified Modeling Language (UML), which is the industry standard general-purpose modeling language for software engineering.
Profile (UML)         
CONCEPT IN UNIFIED MODELING LANGUAGE
Uml profile; UML profile
A profile in the Unified Modeling Language (UML) provides a generic extension mechanism for customizing UML models for particular domains and platforms. Extension mechanisms allow refining standard semantics in strictly additive manner, preventing them from contradicting standard semantics.
UML state machine         
STATE MACHINES AND GENERALIZATIONS IN UML
UML statechart; UML state chart; Hierarchical state machine; Hierarchical State Machine; State diagram (UML); Hierarchical finite-state machine; List of software applications that provide dedicated support for hierarchical finite-state machines; User:Stategraph/sandbox; Draft:List of software applications that provide dedicated support for hierarchical finite-state machines
UML state machine, also known as UML statechart, is an extension of the mathematical concept of a finite automaton in computer science applications as expressed in the Unified Modeling Language (UML) notation.

Википедия

Unified Modeling Language

The Unified Modeling Language (UML) is a general-purpose modeling language that is intended to provide a standard way to visualize the design of a system.

UML provides a standard notation for many types of diagrams which can be roughly divided into 3 main groups: behavior diagrams, interaction diagrams, and structure diagrams.

The creation of UML was originally motivated by the desire to standardize the disparate notational systems and approaches to software design. It was developed at Rational Software in 1994–1995, with further development led by them through 1996.

In 1997, UML was adopted as a standard by the Object Management Group (OMG), and has been managed by this organization ever since. In 2005, UML was also published by the International Organization for Standardization (ISO) as an approved ISO standard. Since then the standard has been periodically revised to cover the latest revision of UML.

In software engineering, most practitioners do not use UML, but instead produce informal hand drawn diagrams; these diagrams, however, often include elements from UML.: 536