All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.coode.parsers.OWLEntityRenderer Maven / Gradle / Ivy

package org.coode.parsers;

import org.semanticweb.owlapi.model.OWLEntity;

/** @author Luigi Iannone */
public interface OWLEntityRenderer {
    /** @param entity
     *            entity
     * @return rendering */
    String render(OWLEntity entity);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy