![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotege.change.description.AbstractAnnotationChange Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.change.description;
import org.semanticweb.owlapi.model.IRI;
import org.semanticweb.owlapi.model.OWLAnnotationProperty;
import org.semanticweb.owlapi.model.OWLAnnotationValue;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2018-12-10
*/
public abstract class AbstractAnnotationChange implements StructuredChangeDescription {
public abstract IRI getSubject();
public abstract OWLAnnotationProperty getProperty();
public abstract OWLAnnotationValue getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy