![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotege.frame.ClassFrameProvider Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.frame;
import org.semanticweb.owlapi.model.OWLClass;
import javax.annotation.Nonnull;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2020-04-02
*/
public interface ClassFrameProvider {
/**
* Gets the class frame for the specified subject.
* @param subject The subject.
* @return The class frame for the subject
*/
@Nonnull
PlainClassFrame getFrame(@Nonnull OWLClass subject,
@Nonnull ClassFrameTranslationOptions options);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy