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

edu.stanford.protege.webprotege.persistence.Indexable Maven / Gradle / Ivy

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

import com.mongodb.client.MongoCollection;
import org.bson.Document;

import javax.annotation.Nonnull;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2 Oct 2016
 */
public interface Indexable {

    void ensureIndexes(@Nonnull MongoCollection collection);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy