A major contributor to this article appears to have a close connection with its subject.(May 2020) |
Developer(s) | PragmaDev |
---|---|
Stable release | 5.5 |
Operating system | Linux, Windows, macOS, Raspbian |
Type | Software development, Conformance testing |
License | Free and commercial |
Website | pragmadev |
PragmaDev Studio is a modeling and testing software tool introduced by PragmaDev in 2002 dedicated to the specification of communicating systems. [1] It was initially called Real Time Developer Studio or RTDS. [1] Its primary objective was to support SDL-RT [2] modeling technology. Since V5.0 launched on October 7, 2015 RTDS is called PragmaDev Studio, and it is organized in four independent modules: Specifier, Developer, Tester and Tracer. [3] V5.1 launched on November 29, 2016 introduces a freemium licensing model. [4] [5]
The Specification and Description Language (SDL) is a modeling language standardized by ITU-T to describe communicating systems. [6] SDL is graphical but contains an action language with a semantic of execution making the SDL models executable. [7] SDL is considered formal because it is complete and non-ambiguous. [7] SDL-RT is a variant of SDL where the action language is replaced by C or C++ instructions. [8] SDL-RT is considered semi-formal because it mixes SDL with code. [2] ITU-T has standardized a UML profile based on SDL making by extension any SDL tool a sort of UML tool. [9]
PragmaDev Specifier embeds an SDL simulator that behaves like a model debugger. [10] It is possible to set breakpoints graphically, to view variables, and pending timers. [11] During execution a live trace is generated based on the Message Sequence Chart ITU-T standard. [11]
PragmaDev Studio can generate C or C++ code out of an SDL model, and PragmaDev Developer can generate C or C++ code out of an SDL-RT model. [12] The generated code can be adapted to any Real Time Operating System or scheduler. [13] The tool offers a number of integrations with debuggers such as gdb so that the user feels he is still debugging the model, not the generated code. [12]
PragmaDev Studio can export the SDL model to different formats such as IF, FIACRE, [14] or XLIA in order to verify the model in third party tools [15] such as IFx from Verimag, TINA from LAAS, or Diversity from CEA LIST.
PragmaDev Tester supports the TTCN-3 international standard for testing. [16] The tool can either simulate the test cases against the SDL model, or generate code to be compiled and run against a real SUT. [17]
PragmaDev Studio can simulate the deployment of many instances of an SDL model for verifying its behavior in a distributed computing environment. [11] This feature is based on research from Humboldt University of Berlin. [20] [21]
PragmaDev Studio introduces a Performance Analyzer to find the best architecture for time or energy in a set of scenario. [22]
PragmaDev Studio supports Cyber Physical Systems (CPS) simulation via the Functional Mock-up Interface. [23]
Release year | Version | Summary |
---|---|---|
2002 | 1.x | SDL-RT support with code generation for VxWorks and debug with Tornado. |
2003 | 2.x | UML support. |
2004 | 3.x | SDL support including simulation. |
2009 | 4.x | TTCN-3 support for testing. |
2015 | 5.x | New look and feel. New organization in modules: Specifier, Developer, Tester, Tracer. |
The creator of PragmaDev Studio is the private company PragmaDev. PragmaDev was founded in 2001, and is located in Paris, France. [37]
In computer science, static program analysis is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution.
The waterfall model is a breakdown of project activities into linear sequential phases, meaning they are passed down onto each other, where each phase depends on the deliverables of the previous one and corresponds to a specialization of tasks. The approach is typical for certain areas of engineering design. In software development, it tends to be among the less iterative and flexible approaches, as progress flows in largely one direction through the phases of conception, initiation, analysis, design, construction, testing, deployment and maintenance. The waterfall model is the earliest SDLC approach that was used in software development.
A specification language is a formal language in computer science used during systems analysis, requirements analysis, and systems design to describe a system at a much higher level than a programming language, which is used to produce the executable code for a system.
Electronic design automation (EDA), also referred to as electronic computer-aided design (ECAD), is a category of software tools for designing electronic systems such as integrated circuits and printed circuit boards. The tools work together in a design flow that chip designers use to design and analyze entire semiconductor chips. Since a modern semiconductor chip can have billions of components, EDA tools are essential for their design; this article in particular describes EDA specifically with respect to integrated circuits (ICs).
In computer science, model checking or property checking is a method for checking whether a finite-state model of a system meets a given specification. This is typically associated with hardware or software systems, where the specification contains liveness requirements as well as safety requirements.
A hybrid system is a dynamical system that exhibits both continuous and discrete dynamic behavior – a system that can both flow and jump. Often, the term "hybrid dynamical system" is used, to distinguish over hybrid systems such as those that combine neural nets and fuzzy logic, or electrical and mechanical drivelines. A hybrid system has the benefit of encompassing a larger class of systems within its structure, allowing for more flexibility in modeling dynamic phenomena.
System testing is testing conducted on a complete integrated system to evaluate the system's compliance with its specified requirements.
Specification and Description Language (SDL) is a specification language targeted at the unambiguous specification and description of the behaviour of reactive and distributed systems.
In computer science, an abstract state machine (ASM) is a state machine operating on states that are arbitrary data structures.
A system architecture is the conceptual model that defines the structure, behavior, and more views of a system. An architecture description is a formal description and representation of a system, organized in a way that supports reasoning about the structures and behaviors of the system.
A bigraph can be modelled as the superposition of a graph and a set of trees.
A message sequence chart is an interaction diagram from the SDL family standardized by the International Telecommunication Union.
ConcurTaskTrees (CTT) is a notation for task model specifications useful to support design of interactive applications specifically tailored for user interface model-based design.
Juan Pavón is a Spanish computer scientist, full professor of the Complutense University of Madrid (UCM). He is a pioneer researcher in the field of Software Agents, co-creator of the FIPA MESSAGE and INGENIAS methodologies, and founder and director of the research group GRASIA: GRoup of Agent-based, Social and Interdisciplinary Applications at UCM. He is known for his work in the field of Artificial Intelligence, specifically in agent-oriented software engineering. He has been often cited by mainstream media, as a reference in Artificial Intelligence.
INGENIAS is an open-source software framework for the analysis, design and implementation of multi-agent systems (MAS).
System-level simulation (SLS) is a collection of practical methods used in the field of systems engineering, in order to simulate, with a computer, the global behavior of large cyber-physical systems.
Jayadev Misra is an Indian-born computer scientist who has spent most of his professional career in the United States. He is the Schlumberger Centennial Chair Emeritus in computer science and a University Distinguished Teaching Professor Emeritus at the University of Texas at Austin. Professionally he is known for his contributions to the formal aspects of concurrent programming and for jointly spearheading, with Sir Tony Hoare, the project on Verified Software Initiative (VSI).
GAMA is a simulation platform with a complete modelling and simulation integrated development environment (IDE) for building spatially explicit agent-based simulations.
Signal Transition Graphs (STGs) are typically used in electronic engineering and computer engineering to describe dynamic behaviour of asynchronous circuits, for the purposes of their analysis or synthesis.
UML-RSDS is a lightweight Model-driven engineering (MDE) and Model transformation tool supporting the UML 2.5 class diagram notation and OCL 2.4 Object Constraint Language. It supports code-generation in multiple 3GLs: Java, C#, C++, Python, Go, Swift and ANSI C.
{{cite journal}}
: Cite journal requires |journal=
(help){{cite journal}}
: Cite journal requires |journal=
(help){{cite book}}
: CS1 maint: location (link) CS1 maint: location missing publisher (link){{cite journal}}
: Cite journal requires |journal=
(help)PragmaDev is [a] provider of graphical software modelling tools based on SDL...