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