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

org.coode.parsers.DisposableOWLEntityChecker Maven / Gradle / Ivy

package org.coode.parsers;

import org.semanticweb.owlapi.expression.OWLEntityChecker;

/** @author Luigi Iannone */
public interface DisposableOWLEntityChecker extends OWLEntityChecker {
    /** Frees up the resources used by this DisposableOWLEntityChecker. */
    void dispose();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy