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

Last change on this file since 439 was 439, checked in by pharms, 12 years ago

initial import after refactoring of module structure with Steffen

File size: 930 bytes
Line 
1//-------------------------------------------------------------------------------------------------
2// Module    : $RCSfile: RuleApplicationStatus.java,v $
3// Version   : $Revision: 0.0 $  $Author: pharms $  $Date: 09.07.2012 $
4// Project   : TaskTreeTemporalRelationship
5// Creation  : 2012 by pharms
6// Copyright : Patrick Harms, 2012
7//-------------------------------------------------------------------------------------------------
8package de.ugoe.cs.quest.tasktrees.temporalrelation;
9
10//-------------------------------------------------------------------------------------------------
11/**
12 * TODO comment
13 *
14 * @version $Revision: $ $Date: 09.07.2012$
15 * @author 2012, last modified by $Author: pharms$
16 */
17//-------------------------------------------------------------------------------------------------
18public enum RuleApplicationStatus
19{
20  RULE_APPLICATION_FINISHED,
21  RULE_APPLICATION_FEASIBLE,
22  RULE_NOT_APPLIED;
23}
Note: See TracBrowser for help on using the repository browser.