![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotege.hierarchy.GraphModelChangeVisitor Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.hierarchy;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2021-04-20
*/
public interface GraphModelChangeVisitor {
void visit(AddRootNode addRootNode);
void visit(RemoveRootNode removeRootNode);
void visit(AddEdge addEdge);
void visit(RemoveEdge removeEdge);
void visit(UpdateUserObject updateUserObject);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy