source: trunk/quest-core-tasktrees/src/main/java/de/ugoe/cs/quest/tasktrees/treeifc/Iteration.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

  • Property svn:executable set to *
File size: 844 bytes
Line 
1//-------------------------------------------------------------------------------------------------
2// Module    : $RCSfile: Iteration.java,v $
3// Version   : $Revision: 0.0 $  $Author: patrick $  $Date: 21.02.2012 $
4// Project   : TaskTreeCreator
5// Creation  : 2012 by patrick
6// Copyright : Patrick Harms, 2012
7//-------------------------------------------------------------------------------------------------
8package de.ugoe.cs.quest.tasktrees.treeifc;
9
10//-------------------------------------------------------------------------------------------------
11/**
12 * TODO comment
13 *
14 * @version $Revision: $ $Date: 21.02.2012$
15 * @author 2012, last modified by $Author: patrick$
16 */
17//-------------------------------------------------------------------------------------------------
18public interface Iteration extends TemporalRelationship
19{
20
21}
Note: See TracBrowser for help on using the repository browser.