Ignore:
Timestamp:
02/28/14 15:09:12 (10 years ago)
Author:
pharms
Message:
  • added possibility to calculate metrics for tasks and added the first metrics
File:
1 edited

Legend:

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

    r1214 r1423  
    2222 * <p> 
    2323 * This class represents a complete task model. A task model within AutoQUEST is usually generated 
    24  * based on user session. Therefore, the task model consists of the user sessions, the models 
     24 * based on user sessions. Therefore, the task model consists of the user sessions, the models 
    2525 * of the identified tasks, as well as further information about the tasks (e.g. their 
    2626 * occurrence count) for statistical processing. 
     
    6363    /** 
    6464     * <p> 
     65     * returns a list of all metrics calculated by this model for the tasks and stored in the 
     66     * respective task infos 
     67     * </p> 
     68     * 
     69     * @return as described 
     70     */ 
     71    public TaskMetric[] getAllMetrics(); 
     72 
     73    /** 
     74     * <p> 
    6575     * creates a deep clone of the model including all tasks and user sessions. 
    6676     * </p> 
     
    6979     */ 
    7080    public ITaskModel clone(); 
     81 
    7182} 
Note: See TracChangeset for help on using the changeset viewer.