Changeset 1413 for trunk/autoquest-core-tasktrees/src/main/java
- Timestamp:
- 02/27/14 17:14:29 (11 years ago)
- Location:
- trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/IOptionalInstance.java
r1398 r1413 18 18 * <p> 19 19 * the instance of an {@link IOptional}. The instance may have a child being an 20 * instance of the task marked by the iterationof which this is an instance. If this instance20 * instance of the task marked by the optional of which this is an instance. If this instance 21 21 * does not have a child, the optional child task was not executed. 22 22 * </p> -
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ISelectionInstance.java
r1294 r1413 17 17 /** 18 18 * <p> 19 * TODO comment 19 * the instance of an {@link ISelection}. The instance has a child being an instance of the child 20 * task of the selection that was selected for execution. 20 21 * </p> 21 22 * -
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ISequenceInstance.java
r1294 r1413 17 17 /** 18 18 * <p> 19 * TODO comment 19 * the instance of an {@link ISequence}. The instance has the same number of children as the 20 * sequence it represents. 20 21 * </p> 21 22 *
Note: See TracChangeset
for help on using the changeset viewer.