// Module : $RCSfile: Iteration.java,v $ // Version : $Revision: 0.0 $ $Author: patrick $ $Date: 21.02.2012 $ // Project : TaskTreeCreator // Creation : 2012 by patrick // Copyright : Patrick Harms, 2012 package de.ugoe.cs.quest.tasktrees.treeifc; /** * TODO comment * * @version $Revision: $ $Date: 21.02.2012$ * @author 2012, last modified by $Author: patrick$ */ public interface IIteration extends ITemporalRelationship { /** * TODO: comment * * @return */ public IIteration clone(); }