ToolIO.java 190 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 /** * */ package is2.tools; import is2.data.SentenceData09; /** * @author Bernd Bohnet, 27.10.2010 * * Interface to all tools */ public interface ToolIO { void readModel(); }