uk.ac.manchester.cs.owl.owlapi.HasTrimToSize Maven / Gradle / Ivy
The newest version!
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