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

edu.stanford.protege.webprotege.mansyntax.render.HttpLinkRenderer Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.mansyntax.render;

import org.semanticweb.owlapi.model.OWLLiteral;

/**
 * @author Matthew Horridge,
 *         Stanford University,
 *         Bio-Medical Informatics Research Group
 *         Date: 21/02/2014
 */
public interface HttpLinkRenderer {

    boolean isLink(OWLLiteral literal);

    void renderLink(String link, StringBuilder builder);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy