예제 #1
0
 public Participant performAllocation(Set offerSet, WorkItemRecord wir) {
   return _allocator.performAllocation(offerSet, wir);
 }