165166167168169170171172
int index = 0; for (Object synch : synchs) { left[index] = new ResourceVariable(synch, phase); index++; } EdgeSet edgeSet = EdgeSetFactory.requestManyAllocateManyArray(left, getRegistered()); setBlocked(edgeSet); }