// Module : $RCSfile: RuleApplicationStatus.java,v $ // Version : $Revision: 0.0 $ $Author: pharms $ $Date: 09.07.2012 $ // Project : TaskTreeTemporalRelationship // Creation : 2012 by pharms // Copyright : Patrick Harms, 2012 package de.ugoe.cs.quest.tasktrees.temporalrelation; /** * TODO comment * * @version $Revision: $ $Date: 09.07.2012$ * @author 2012, last modified by $Author: pharms$ */ public enum RuleApplicationStatus { RULE_APPLICATION_FINISHED, RULE_APPLICATION_FEASIBLE, RULE_NOT_APPLIED; }