Changeset 1398 for trunk/autoquest-core-tasktrees
- Timestamp:
- 02/26/14 17:05: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/IEventTaskInstance.java
r1294 r1398 19 19 /** 20 20 * <p> 21 * TODO comment21 * the instance of an {@link IEventTask}. The instance refers to the concrete event it represents. 22 22 * </p> 23 23 * -
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/IIterationInstance.java
r1294 r1398 17 17 /** 18 18 * <p> 19 * TODO comment 19 * the instance of an {@link IIteration}. The instance may have several children each being an 20 * instance of the task marked by the iteration of which this is an instance. 20 21 * </p> 21 22 * -
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/IOptionalInstance.java
r1294 r1398 17 17 /** 18 18 * <p> 19 * TODO comment 19 * the instance of an {@link IOptional}. The instance may have a child being an 20 * instance of the task marked by the iteration of which this is an instance. If this instance 21 * does not have a child, the optional child task was not executed. 20 22 * </p> 21 23 * … … 26 28 /** 27 29 * <p> 28 * returns the child of the optional 30 * returns the child of the optional of null if the optional was not executed 29 31 * </p> 30 32 *
Note: See TracChangeset
for help on using the changeset viewer.