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

org.protege.editor.owl.model.selection.ontologies.OntologySelectionStrategy Maven / Gradle / Ivy

package org.protege.editor.owl.model.selection.ontologies;

import org.semanticweb.owlapi.model.OWLOntology;

import java.util.Set;

/**
 * Author: drummond
* http://www.cs.man.ac.uk/~drummond/

* The University Of Manchester
* Bio Health Informatics Group
* Date: Jun 6, 2008

*/ public interface OntologySelectionStrategy { Set getOntologies(); String getName(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy