public void Add(IWFRule <Ctx> rule) { _rules.Add(rule); }
internal void OnHalt <Ctx>(IWFRule <Ctx> rule) { throw new NotImplementedException(); }
public virtual void OnEndExecute <Ctx>(IWFRule <Ctx> rule) { }
public virtual void OnIf(IWFRule <Ctx> rule, bool result) { }
public virtual void OnStartExecute(IWFRule <Ctx> rule) { }