public interface  org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.notifier.NotifyeeVisitor extends java.lang.Object
{
public abstract java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.notifier.EmailNotifyee);
public abstract java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.notifier.PagerDutyNotifyee);
}