![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotege.mansyntax.render.ItemStyleProvider Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.mansyntax.render;
import java.util.Optional;
/**
* @author Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group, Date: 25/02/2014
*/
public interface ItemStyleProvider {
Optional getItemStyle(Object item);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy