GITLAB
FDITeam / visualisation-maritime
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
dev
master
8108656dd176ec86d8f699e4285e9e50896393cc
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 }