- Timestamp:
- 12/20/12 17:23:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsSP.java
r705 r708 27 27 } 28 28 29 protected String create Query(TaskInterface<?> task, ComputingNode node) {29 protected String createExecutivenessQuery(TaskInterface<?> task, ComputingNode node) { 30 30 Executable exec = (Executable)task; 31 31 String query = getApplicationType(exec) + "." + getNodeCategory(node);
Note: See TracChangeset
for help on using the changeset viewer.