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

org.semanticweb.owlapi.model.HasLang Maven / Gradle / Ivy

There is a newer version: 5.5.1
Show newest version
package org.semanticweb.owlapi.model;

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

    /**
     * Gets the language tag.
     * 
     * @return A string representing the language tag. Not {@code null}.
     */
    String getLang();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy