source: trunk/quest-core-tasktrees/src/main/java/de/ugoe/cs/quest/tasktrees/temporalrelation/RuleApplicationStatus.java @ 557

Last change on this file since 557 was 557, checked in by pharms, 12 years ago
  • adapted task tree creation stuff to more general event handling
File size: 538 bytes
Line 
1// Module    : $RCSfile: RuleApplicationStatus.java,v $
2// Version   : $Revision: 0.0 $  $Author: pharms $  $Date: 09.07.2012 $
3// Project   : TaskTreeTemporalRelationship
4// Creation  : 2012 by pharms
5// Copyright : Patrick Harms, 2012
6
7
8package de.ugoe.cs.quest.tasktrees.temporalrelation;
9
10/**
11 * TODO comment
12 *
13 * @version $Revision: $ $Date: 09.07.2012$
14 * @author 2012, last modified by $Author: pharms$
15 */
16public enum RuleApplicationStatus {
17    RULE_APPLICATION_FINISHED,
18    RULE_APPLICATION_FEASIBLE,
19    RULE_NOT_APPLIED;
20}
Note: See TracBrowser for help on using the repository browser.