![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotege.match.RelationshipMatcherFactory Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.match;
import edu.stanford.protege.webprotege.frame.PlainPropertyValue;
import edu.stanford.protege.webprotege.criteria.RelationshipCriteria;
import javax.annotation.Nonnull;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2020-04-02
*/
public interface RelationshipMatcherFactory {
Matcher getRelationshipMatcher(@Nonnull RelationshipCriteria relationshipCriteria);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy