edu.stanford.protege.webprotege.match.EntityMatcherFactory Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.match;
import edu.stanford.protege.webprotege.criteria.EntityMatchCriteria;
import org.semanticweb.owlapi.model.OWLEntity;
import javax.annotation.Nonnull;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2020-08-15
*/
public interface EntityMatcherFactory {
@Nonnull
Matcher getEntityMatcher(@Nonnull EntityMatchCriteria criteria);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy