-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82cac3b
commit d730bf2
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# robotool | ||
Top-level repository for tracking issues and discussions about overall RoboTool. | ||
# RoboTool | ||
RoboTool supports graphical modelling, validation, and automatic generation of mathematical definitions for proof of properties of RoboChart models, with proof automated using model checking. The RoboChart notation is distinctive in its features that support architectural modelling as well as timed constructs in state machines. | ||
|
||
This repository provides a complete RoboTool install, both as a [setup file](RoboTool.setup) for installation using the Eclipse installer, as well as self-contained releases that can be executed directly after downloading. The latter contain a Java JRE for | ||
the target platform. | ||
|
||
## Documentation | ||
The [RoboTool manual](https://robostar.cs.york.ac.uk/publications/techreports/reports/robotool-manual.pdf) describes in detail | ||
how to use the tool. Documentation for notations is available from the [RoboStar notations page](https://robostar.cs.york.ac.uk/notations/). |