001 package nl.tudelft.tbm.eeni.owl2java.utils; 002 003 public interface IStatistics { 004 005 public String getStatistics(); 006 007 }