@startuml

abstract class StateMachineEvent {
  + type: String
}

@enduml