getPossibleEvents

abstract fun <T : Any> getPossibleEvents(id: ModelID<T>): Set<EventReference>

Returns a set of external events for the model that are possible given the current state and provided context

See also