package application.model import java.time.LocalDateTime import java.util.* class Vessel(val mmsi : Int?) { val messages: SortedMap = sortedMapOf() }