Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
pub
wiki
Wiki
avl_time_state
avl_time_state
· Changes
Page history
sugar created page: avl_time_state
authored
Feb 11, 2018
by
Guido Voigt
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
avl_time_state.md
avl_time_state.md
+17
-0
No files found.
avl_time_state.md
0 → 100644
View page @
24b19d97
# AVL Time State
```
plantuml
@startuml
[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string
State1 -> State2
State2 --> [*]
@enduml
```