@startuml interface IProtocol { encode() decode() } interface IDecoder interface IEncoder interface IDecode class FT8 IProtocol <|-- FT8 @enduml