![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotege.change.matcher.ChangeMatcher Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.change.matcher;
import edu.stanford.protege.webprotege.change.OntologyChange;
import java.util.List;
import java.util.Optional;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 16/03/16
*/
public interface ChangeMatcher {
Optional getDescription(List changeData);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy