Skip to content

Commit

Permalink
refactor(UMLs): exchange UML URLs by GitHub raw URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Aug 21, 2022
1 parent dd838a2 commit 0d81603
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/UMLs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ In this section UML class diagrams of almost all components of agentMET4FOF are

## Overview

[![UML of all agentMET4FOF classes](UML_agentMET4FOF_classes_only.png)](_images/UML_agentMET4FOF_classes_only.png)
[![UML of all agentMET4FOF classes](UML_agentMET4FOF_classes_only.png)](https://github.com/Met4FoF/agentMET4FOF/raw/develop/docs/UML_agentMET4FOF_classes_only.png)

## UML class diagram of _agentMET4FOF.agents_

[![UML of classes in agentMETFOF.agents](UML_agents_full.png)](_images/UML_agents_full.png)
[![UML of classes in agentMETFOF.agents](UML_agents_full.png)](https://github.com/Met4FoF/agentMET4FOF/raw/develop/docs/UML_agents_full.png)

## UML class diagram of _agentMET4FOF.streams_

[![UML of classes in agentMETFOF.streams](UML_streams_full.png)](_images/UML_streams_full.png)
[![UML of classes in agentMETFOF.streams](UML_streams_full.png)](https://github.com/Met4FoF/agentMET4FOF/raw/develop/docs/UML_streams_full.png)

## UML class diagram of _agentMET4FOF.metrological_agents_

[![UML of classes in agentMETFOF.metrological_agents](UML_metrological_agents_full.png)](_images/UML_metrological_agents_full.png)
[![UML of classes in agentMETFOF.metrological_agents](UML_metrological_agents_full.png)](https://github.com/Met4FoF/agentMET4FOF/raw/develop/docs/UML_metrological_agents_full.png)

## UML class diagram of _agentMET4FOF.metrological_agents_

[![UML of classes in agentMETFOF.metrological_streams](UML_metrological_streams_full.png)](_images/UML_metrological_streams_full.png)
[![UML of classes in agentMETFOF.metrological_streams](UML_metrological_streams_full.png)](https://github.com/Met4FoF/agentMET4FOF/raw/develop/docs/UML_metrological_streams_full.png)

## Creation of the UMLs

Expand Down

0 comments on commit 0d81603

Please sign in to comment.