@startuml
class Hep {
    +test(A a, B b)
    +Query find(A a)
}
EventEmitter -left-|> Hep

@enduml
