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

Last change on this file since 655 was 655, checked in by pharms, 12 years ago
  • removed old copyright file header
File size: 299 bytes
Line 
1package de.ugoe.cs.quest.tasktrees.temporalrelation;
2
3/**
4 * TODO comment
5 *
6 * @version $Revision: $ $Date: 09.07.2012$
7 * @author 2012, last modified by $Author: pharms$
8 */
9public enum RuleApplicationStatus {
10    RULE_APPLICATION_FINISHED,
11    RULE_APPLICATION_FEASIBLE,
12    RULE_NOT_APPLIED;
13}
Note: See TracBrowser for help on using the repository browser.