1 /*
2 * Created on Jul 8, 2004
3 *
4 * TODO To change the template for this generated file go to Window -
5 * Preferences - Java - Code Style - Code Templates
6 */
7 package net.sf.bddbddb.dataflow;
8
9 /***
10 * @author Collective
11 *
12 * TODO To change the template for this generated type comment go to Window -
13 * Preferences - Java - Code Style - Code Templates
14 */
15 public interface IRPass {
16 public abstract boolean run();
17 }