![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotege.index.DataPropertyCharacteristicsIndex Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.index;
import org.semanticweb.owlapi.model.OWLDataProperty;
import org.semanticweb.owlapi.model.OWLOntologyID;
import javax.annotation.Nonnull;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2019-08-10
*/
public interface DataPropertyCharacteristicsIndex extends Index {
boolean isFunctional(@Nonnull OWLDataProperty dataProperty,
@Nonnull OWLOntologyID ontologyId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy