Ignore:
Timestamp:
02/26/14 17:11:14 (10 years ago)
Author:
pharms
Message:
  • added possibility to determine execution variants of a task
File:
1 edited

Legend:

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

    r1357 r1400  
    7171    /** 
    7272     * <p> 
     73     * returns a collection of collections of all different execution variants of this task. This 
     74     * is a grouping of all instances where each group contains structurally identical instances. 
     75     * </p> 
     76     *  
     77     * @return as described 
     78     */ 
     79    public Collection<Collection<ITaskInstance>> getExecutionVariants(); 
     80 
     81    /** 
     82     * <p> 
    7383     * checks whether this task is equal to another one. Task equality is only given, if two 
    7484     * tasks have the same id. This means, that this method must only return true if the other 
Note: See TracChangeset for help on using the changeset viewer.