Ignore:
Timestamp:
09/12/12 10:57:15 (12 years ago)
Author:
pharms
Message:
  • added some java doc for the classes, which are expected to be quite final
File:
1 edited

Legend:

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

    r655 r809  
    22 
    33/** 
    4  * TODO comment 
     4 * <p> 
     5 * The rule application status describes the result of applying a {@link TemporalRelationshipRule} 
     6 * on a task tree node. See the description of {@link TemporalRelationshipRule} for more details. 
     7 * </p> 
    58 *  
    6  * @version $Revision: $ $Date: 09.07.2012$ 
    7  * @author 2012, last modified by $Author: pharms$ 
     9 * @author Patrick Harms 
    810 */ 
    9 public enum RuleApplicationStatus { 
     11enum RuleApplicationStatus { 
    1012    RULE_APPLICATION_FINISHED, 
    1113    RULE_APPLICATION_FEASIBLE, 
Note: See TracChangeset for help on using the changeset viewer.