Changeset 2256 for trunk/autoquest-core-tasktrees/src/main/java
- Timestamp:
- 12/12/17 14:03:51 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ITaskBuilder.java
r2218 r2256 257 257 /** 258 258 * <p> 259 * TODO: comment 259 * This method is called to discard a task instance. This means, that any reference to the 260 * instance is removed from the corresponding model. This ensures model consistency if the 261 * model or the instances or both are changed. 260 262 * </p> 261 263 * 262 * @param instance 264 * @param instance the instance to discard 263 265 */ 264 266 void discardTaskInstance(ITaskInstance instance);
Note: See TracChangeset
for help on using the changeset viewer.