
org.semanticweb.owlapi.model.HasIRI Maven / Gradle / Ivy
package org.semanticweb.owlapi.model;
/**
* @author Matthew Horridge, Stanford University, Bio-Medical Informatics
* Research Group, Date: 29/07/2013
* @since 3.5
*/
public interface HasIRI {
/**
* Gets the IRI of this object
*
* @return The IRI of this object
* @since 3.5
*/
IRI getIRI();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy