Blog

Articles about IoT, PCB Design, Simulation and Development

5 results for UML

3 min read ES CA EN

DAM_05

UF1: Software development Notes. Presentation. UF2: JUnit Eclipse plugin. Exercises. Resumen — abrir en Google . Development environments 2015-10-01 Module presentation Evaluation Criteria Download…

Read more →
Implementation diagrams
5 min read ES CA EN

Implementation diagrams

We can basically divide the implementation diagram into: Package diagram. Component diagrams. Deployment diagrams. All of them will serve to specify in some way how the implementation of the result…

Read more →
Use case diagrams
8 min read ES CA EN

Use case diagrams

Introduction UML use case diagrams serve to show the functions of a software system from the point of view of its interactions with the outside world, without going into the detailed implementation…

Read more →
State diagrams
14 min read ES CA EN

State diagrams

UML diagrams are classified into: Static model: defines the structure of classes and objects. Dynamic model: defines the interrelationships between objects. Implementation model: describes the…

Read more →
Interaction diagrams
3 min read ES CA EN

Interaction diagrams

Introduction An interaction is the specification of the behavior of a use case or an operation in terms of a sequence of messages between objects. These messages contain stimuli that can be requests…

Read more →