View Javadoc

1   // IterationElement.java, created Jun 29, 2004
2   // Copyright (C) 2004 Michael Carbin
3   // Licensed under the terms of the GNU LGPL; see COPYING for details.
4   package net.sf.bddbddb;
5   
6   /***
7    * IterationElement
8    * 
9    * @author mcarbin
10   * @version $Id: IterationElement.java 333 2004-10-16 04:36:10Z joewhaley $
11   */
12  public interface IterationElement {
13  }