- Timestamp:
- 11/08/12 15:03:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/DEBBTranslator/src/DEBB2DCWoRMSTranslator.java
r584 r586 129 129 rootIdNode.getNodeValue()); 130 130 131 // ***************************************************************** 132 // TODO: Extract information about sensors from PLM XML 133 131 134 // write the content into xml file 132 135 saveDCWoRMSOutputFile(outputFileName, dcwormsDocument); … … 429 432 // ***************************************************************** 430 433 // Read data from DEBBComponent file(s) 431 Document debbComponentDocument = readDEBBComponentInputFile(debbComponentFileName);434 /* Document debbComponentDocument = readDEBBComponentInputFile(debbComponentFileName); 432 435 System.out.println(debbComponentIdNode.getNodeValue()); 433 436 expr = xpath.compile("//*[ComponentId='" … … 456 459 transformSensors(debbComponentNode, computingResourceElement); 457 460 } 458 461 */ 459 462 // Find component 460 463
Note: See TracChangeset
for help on using the changeset viewer.