1 package uk.ac.cam.ch.wwmm.opsin;
2 
3 /**
4  * The supported wordTypes.
5  * Adding further word types should not be taken lightly
6  * @author dl387
7  *
8  */
9 enum WordType{
10 	full,
11 	polymer,
12 	substituent,
13 	functionalTerm,
14 }