Changeset 2256


Ignore:
Timestamp:
12/12/17 14:03:51 (7 years ago)
Author:
pharms
Message:
  • removed some TODOs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ITaskBuilder.java

    r2218 r2256  
    257257    /** 
    258258     * <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. 
    260262     * </p> 
    261263     * 
    262      * @param instance 
     264     * @param instance the instance to discard 
    263265     */ 
    264266    void discardTaskInstance(ITaskInstance instance); 
Note: See TracChangeset for help on using the changeset viewer.