
org.semanticweb.owlapi.model.HasDirectImports Maven / Gradle / Ivy
package org.semanticweb.owlapi.model;
import java.util.Set;
/**
* Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 18/02/2014
*
* An interface to objects that have a direct set of imports.
*
*/
public interface HasDirectImports {
/**
* Gets the direct set of imported ontologies.
*
* @return A (possibly empty) set of directly imported ontologies.
*/
Set getDirectImports();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy