Skip to content
Snippets Groups Projects
Commit 0b5d0869 authored by Ronny Böttger's avatar Ronny Böttger
Browse files

added in and out folder for easy testing

parent 9e9ac1af
Branches
No related tags found
No related merge requests found
Pipeline #11726 failed
StateMachine ::= Element*;
abstract Element ::= <Label:String>;
State : Element ::=;
Transition : Element ::=;
rel StateMachine.initial -> State;
rel StateMachine.final* -> State;
rel State.outgoing* <-> Transition.from;
rel State.incoming* <-> Transition.to;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment