public ExtFuncWrapper(RdfSourceWrapper s, RdfFunction f)
 {
     source = s;
     func = f;
 }
 public ExtFuncWrapper(RdfSourceWrapper s, RdfFunction f)
 {
     source = s;
     func   = f;
 }
 /* QUERY EXECUTION CONTROL METHODS */
 public void AddExternalFunction(RdfFunction function)
 {
     extFunctions.Add(function);
 }
 public void AddExternalFunction(RdfFunction function)
 {
     extFunctions.Add(function);
 }