![JAR search and dependency download from the Maven repository](/logo.png)
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