GITLAB
FDITeam / visualisation-maritime
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
dev
master
d8ee252de4814eae9829a7dfe2201fe9699077c2
visualisation-maritime
src
main
kotlin
application
model
State.kt
9e952e84e
add message clustering option
Browse Code ยป
lsagona
2020-08-17 11:28:46 +0200
State.kt
102 Bytes
edit
raw
blame
history
1
2
3
4
5
6
7
package application.model enum class State { ALL_MESSAGES, CLUSTERED_MESSAGES, HEAT_MAP }