Changes between Version 35 and Version 36 of week4+
- Timestamp:
- 07/11/08 08:38:14 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
week4+
v35 v36 48 48 }}} 49 49 == About the condition will we have other types than mimetype and xpath? Should we do an enum ? == 50 * First solution :51 50 We can then evaluate the condition depending on its type and follow a different node depending on the result.[[BR]] 52 51 This tranformation from XML to this data structure might be done in TasklistUnmarshaller. The execution of the algorithm might be done in the UnicornCall.[[BR]] 53 52 We'll also have to change all the references to priorities and find a new system for them.[[BR]] 54 53 '''We got to :'''[[BR]] 55 * Completly change the Unicorn Call to implement the new functionnalities56 * Completly change the TaskListUnmarshaller57 * Find a way to replace smartly the occurences of Priorities in others classes (execution level if we can)58 * Adapt the Parameter and ParameterFactory with the new enumeration tUi54 * Completly change the Unicorn Call to implement the new functionnalities 55 * Completly change the TaskListUnmarshaller 56 * Find a way to replace smartly the occurences of Priorities in others classes (execution level if we can) 57 * Adapt the Parameter and ParameterFactory with the new enumeration tUi 59 58 [[BR]] 60 59 * '''Second solution''' : do it sequentially. Once we replaced the subtasks we just parse the resulting tasklist and execute all the <exec> tag at the same level at the same time
