1 /* 2 * @author Giorgos Anestis, TUC/MUSIC 3 * 4 * @version 2.0 5 */ 6 package org.dbe.studio.tools.ontologyviewer.utils; 7 8 public interface IRunner { 9 public Object run() throws Exception; 10 }