1 package baseCode.bio;
2
3 /***
4 *
5 *
6 * <hr>
7 * <p>Copyright (c) 2004 Columbia University
8 * @author pavlidis
9 * @version $Id: GOTermList.java,v 1.1 2005/03/21 18:01:03 pavlidis Exp $
10 */
11 public abstract class GOTermList {
12
13 // get the list from a file
14
15 // get the list from a database
16
17 // get the list from a GOParser
18
19 }