/** * Node.java */ package rampancy_old.data; /** * Just a dummy interface * @author Matthew Chun-Lum * */ public interface Node { }