Example #1
0
 public void setFormulationParameters(Parameters p) {
   indri_csharpPINVOKE.QueryEnvironment_setFormulationParameters(swigCPtr, Parameters.getCPtr(p));
   if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
 }
Example #2
0
 public static Parameters instance() {
   Parameters ret = new Parameters(indri_csharpPINVOKE.Parameters_instance(), false);
   return ret;
 }
Example #3
0
 internal static HandleRef getCPtr(Parameters obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #4
0
 public RMExpander(QueryEnvironment env, Parameters param) : this(indri_csharpPINVOKE.new_RMExpander(QueryEnvironment.getCPtr(env), Parameters.getCPtr(param)), true) {
   if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
 }