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

edu.stanford.protege.webprotege.index.DependentIndex Maven / Gradle / Ivy

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

import javax.annotation.Nonnull;
import java.util.Collection;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2019-09-11
 */
public interface DependentIndex extends Index {

    @Nonnull
    Collection getDependencies();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy