Ejemplo n.º 1
0
 public ProcessSimBatch(EmraldModel lists, TimeSpan endtime, string resultFile, string jsonResPaths)
 {
     this._lists           = lists;
     this._endTime         = endtime;
     this._resultFile      = resultFile;
     this._jsonResultPaths = jsonResPaths;
     this.progressCallback = LogResults;
 }
Ejemplo n.º 2
0
 public JSONRun(string optionsJsonStr, string modelJsonStr = "", TProgressCallBack progressCallBack = null)
 {
     _optsJsonStr      = optionsJsonStr;
     _modelJsonStr     = modelJsonStr;
     _progressCallBack = progressCallBack;
 }