Changeset 659 for DCWoRMS/trunk/src/test/article
- Timestamp:
- 11/28/12 14:43:59 (12 years ago)
- Location:
- DCWoRMS/trunk/src/test/article/recs/utils
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/article/recs/utils/TaskToApp.java
r656 r659 5 5 import java.util.Random; 6 6 7 import dcworms.schedframe.scheduling.ExecTask;7 import schedframe.scheduling.tasks.TaskInterface; 8 8 9 9 public class TaskToApp { … … 17 17 private static Map<String, AppType> mapping = new HashMap<String, AppType>(); 18 18 19 public AppType getAppType( ExecTasktask){19 public AppType getAppType(TaskInterface<?> task){ 20 20 AppType appType = null; 21 21 if(mapping.get(task.getJobId())!= null){
Note: See TracChangeset
for help on using the changeset viewer.