Skip to content

Commit

Permalink
Merge pull request #139 from ecos-umons/tommens-patch-13
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tommens authored Dec 30, 2024
2 parents f4ba426 + 9db83be commit cb1f4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Java implementation of a statechart with Timer and Stopwatch functionality.
This repository contains a simple example used for teaching purposes by Tom Mens at the University of Mons.
The example is an event-based application for a timer and stopwatch. It can be controlled through 3 buttons/events.
The example comes with UML models (created with Visual Paradigm) and executable statechart models (created with Yakindu).
The example comes with UML models (created with Visual Paradigm) and executable statechart models (made with Itemis Create).

The aim of the example is to illustrate how to model composite statecharts,
how to implement them in Java in object-oriented style using the State Design Pattern,
Expand All @@ -21,7 +21,7 @@ for a tutorial on YouTube that explains (a slightly older version of) this examp

### Prerequisites

* You will need to have a running version of Java 17 on your machine in order to be able to compile and execute this code.
* You will need to have a running version of Java 21 on your machine in order to be able to compile and execute this code.
* You will also need to have a running version of Maven, since this project is accompanied by a pom.xml file so that it can be installed, compiled, tested and run using Maven.

### Installation and testing instructions
Expand Down

0 comments on commit cb1f4b4

Please sign in to comment.