Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Dec 18, 2015
1 parent c949473 commit c22ebe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Sismic provides full support for the majority of the concepts of UML statecharts
- state transitions, guarded transitions, automatic (eventless) transitions, internal transitions
- statechart variables and their initialisation
- state entry and exit actions, transition actions
- internal and external events, parametrized events
- internal and external events, parametrized events, timed events

The Sismic library is written in a modular way:

- The semantics of the statechart interpreter is based on the specification of the SCXML semantics (with a few exceptions),
and can be easily tuned to other semantics.
- While currently, guards and actions are expressed in Python, this support can be easily extended to other languages.
- While currently, contracts, guards and actions are expressed in Python, this support can be easily extended to other languages.

Contents
--------
Expand Down

0 comments on commit c22ebe9

Please sign in to comment.