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

uk.ac.manchester.cs.owl.owlapi.HasTrimToSize Maven / Gradle / Ivy

package uk.ac.manchester.cs.owl.owlapi;

/**
 * Created by ses on 10/10/14.
 */
public interface HasTrimToSize {

    /**
     * Trim the capacity of the axiom indexes. An application can use this
     * operation to minimize the storage of the index instance.
     */
    void trimToSize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy