Ignore:
Timestamp:
09/05/14 20:20:29 (10 years ago)
Author:
rkrimmel
Message:

Added automatically created javadoc, still needs to be commented properly though

File:
1 edited

Legend:

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

    r1733 r1734  
    2929import de.ugoe.cs.util.console.Console; 
    3030 
     31// TODO: Auto-generated Javadoc 
    3132/** 
    3233 * TODO update comment 
     
    8586public class TemporalRelationshipRuleManager { 
    8687 
    87         /** 
    88          * <p> 
    89          * the task factory to be used during rule application 
    90          * </p> 
    91          */ 
     88        /** <p> the task factory to be used during rule application </p>. */ 
    9289        private final ITaskFactory taskFactory; 
    9390 
    94         /** 
    95          * <p> 
    96          * the task builder to be used during rule application 
    97          * </p> 
    98          */ 
     91        /** <p> the task builder to be used during rule application </p>. */ 
    9992        private final ITaskBuilder taskBuilder; 
    10093 
     
    120113         * <p> 
    121114         * initialize the manager 
    122          * </p> 
    123          *  
    124          * @param taskFactory 
    125          *            the task factory to be used for instantiating new task tree 
     115         * </p>. 
     116         * 
     117         * @param taskFactory            the task factory to be used for instantiating new task tree 
    126118         *            tasks during rule application 
    127          * @param taskBuilder 
    128          *            the task builder to be used for linking tasks with each other 
     119         * @param taskBuilder            the task builder to be used for linking tasks with each other 
    129120         *            during rule application 
    130121         */ 
     
    147138         * parameter is always true. 
    148139         * </p> 
    149          *  
    150          * @param parent 
    151          *            the parent task to apply the rules on 
    152          * @param finalize 
    153          *            used to indicate, if the rule application shall break up if a 
    154          *            rule would be feasible if further data was available, or not. 
    155          * @param logIndent 
    156          *            simply used for logging purposes to indent the log messages 
     140         * 
     141         * @param rules the rules 
     142         * @param sessions the sessions 
     143         * @param logIndent            simply used for logging purposes to indent the log messages 
    157144         *            depending on the recursion depth of calling this method. 
     145         * @return the int 
    158146         */ 
    159147        private int applyRules(ISessionScopeRule[] rules, 
     
    209197         * parameter is always true. 
    210198         * </p> 
    211          *  
    212          * @param parent 
    213          *            the parent task to apply the rules on 
    214          * @param finalize 
    215          *            used to indicate, if the rule application shall break up if a 
    216          *            rule would be feasible if further data was available, or not. 
    217          * @param logIndent 
    218          *            simply used for logging purposes to indent the log messages 
     199         * 
     200         * @param rules the rules 
     201         * @param taskInstance the task instance 
     202         * @param logIndent            simply used for logging purposes to indent the log messages 
    219203         *            depending on the recursion depth of calling this method. 
     204         * @return the int 
    220205         */ 
    221206        private int applyRules(ITaskInstanceScopeRule[] rules, 
     
    267252         * the rule application. 
    268253         * </p> 
    269          *  
    270          * @param taskFactory 
    271          *            the task factory to be used for instantiating new tasks. 
     254         * 
     255         * @param sessions the sessions 
    272256         */ 
    273257        public void applyRules(List<IUserSession> sessions) { 
Note: See TracChangeset for help on using the changeset viewer.