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