Changeset 1197 for trunk/autoquest-core-tasktrees/src/main/java/de
- Timestamp:
- 04/30/13 09:00:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ITaskBuilder.java
r1191 r1197 149 149 * </p> 150 150 * 151 * @param parentthe iteration to set the child of152 * @param child the child to be set151 * @param iteration the iteration to set the child of 152 * @param child the child to be set 153 153 */ 154 154 void setMarkedTask(IIteration iteration, ITask child); … … 159 159 * </p> 160 160 * 161 * @param parentthe optional to set the child of162 * @param child the child to be set161 * @param optional the optional to set the child of 162 * @param child the child to be set 163 163 */ 164 164 void setMarkedTask(IOptional optional, ITask child);
Note: See TracChangeset
for help on using the changeset viewer.