/** * */ package outputter.process; /** * @author updates * handles complicated cases such as: * //joints: Junction between metapterygoid and hyomandibular, 300+ examples at SELECT * FROM fish_original_1st WHERE entitylabel LIKE "%joint%"; // = something connecting two bones */ public class StructureHandler { /** * */ public StructureHandler() { // TODO Auto-generated constructor stub } /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub } }