Ignore:
Timestamp:
11/29/17 14:55:48 (7 years ago)
Author:
pharms
Message:
  • java doc issues removal
File:
1 edited

Legend:

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

    r2132 r2218  
    4040 * </p> 
    4141 * <p>The class holds references to the appropriate {@link ITaskInstanceScopeRule}s and calls 
    42  * their {@link ITaskInstanceScopeRule#apply(ITask, ITaskBuilder, ITaskFactory, boolean)} 
     42 * their {@link ITaskInstanceScopeRule#apply(de.ugoe.cs.autoquest.tasktrees.treeifc.ITaskInstance)} 
    4343 * method for each task in the task tree it is needed for. The general behavior of this class is 
    4444 * the following: 
     45 * </p> 
    4546 * <ol> 
    4647 *   <li> 
     
    4950 *   </li> 
    5051 *   <li> 
    51  *     then the {@link #applyRules(ITask, ITaskBuilder, ITaskFactory, boolean)} 
     52 *     then the {@link #applyTaskDetectionRule(List, TaskEquality, int)} 
    5253 *     method is called for a so far unstructured task 
    5354 *   </li> 
     
    7778 *   </li> 
    7879 * </ol> 
     80 * <p> 
    7981 * Through this, all rules are tried to be applied at least once to the provided parent task and 
    8082 * all parent tasks created during the rule application. 
Note: See TracChangeset for help on using the changeset viewer.