source: trunk/quest-core-tasktrees/src/main/java/de/ugoe/cs/quest/tasktrees/treeifc/IIteration.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
  • Property svn:executable set to *
File size: 539 bytes
Line 
1// Module    : $RCSfile: Iteration.java,v $
2// Version   : $Revision: 0.0 $  $Author: patrick $  $Date: 21.02.2012 $
3// Project   : TaskTreeCreator
4// Creation  : 2012 by patrick
5// Copyright : Patrick Harms, 2012
6
7package de.ugoe.cs.quest.tasktrees.treeifc;
8
9/**
10 * TODO comment
11 *
12 * @version $Revision: $ $Date: 21.02.2012$
13 * @author 2012, last modified by $Author: patrick$
14 */
15public interface IIteration extends ITemporalRelationship {
16
17    /**
18     * TODO: comment
19     *
20     * @return
21     */
22    public IIteration clone();
23
24}
Note: See TracBrowser for help on using the repository browser.