예제 #1
0
 public JobMultiThreadSearch(VertexDistributor vertexDistributor, ISingleThreadPatternMatcherStreamed matcher, int mID, ResultProcessor resProc)
 {
     this.distributor     = vertexDistributor;
     this.matcher         = matcher;
     this.matcherID       = mID;
     this.resultProcessor = resProc;
 }