public interface WorkSplitter extends RemoteObject
Modifier and Type | Method and Description |
---|---|
List<Warehouse> |
split(Work work,
List<Worker> workers)
把一个任务分解为多个任务
|
List<Warehouse> split(Work work, List<Worker> workers) throws RemoteException
work
- 原始工作workers
- 参与的工人RemoteException
Copyright © 2006–2018 TinyGroup. All rights reserved.