All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.protege.webprotege.hierarchy.DataPropertyHierarchyProvider Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.hierarchy;

import edu.stanford.protege.webprotege.change.OntologyChange;
import org.semanticweb.owlapi.model.OWLDataProperty;

import java.util.List;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2020-07-06
 */
public interface DataPropertyHierarchyProvider extends HierarchyProvider {

  void handleChanges(List changes);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy