/// <summary> current implementation will call Rete.resetAll. This means it
 /// will reset all objects and deffacts.
 /// </summary>
 public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed)
 {
     engine.resetFacts();
     return(new DefaultReturnVector());
 }