001    package nl.tudelft.tbm.eeni.owlstructure.processor;
002    
003    import com.hp.hpl.jena.ontology.OntModel;
004    
005    public interface IOntologyProcessor {
006        public OntModel process(OntModel ontModel);
007    }