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

org.protege.editor.owl.model.search.SearchMetadataImporter Maven / Gradle / Ivy

Go to download

OWL ontology editing infrastructure used by the Protege desktop application.

The newest version!
package org.protege.editor.owl.model.search;

import org.protege.editor.owl.OWLEditorKit;

import java.util.Set;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 18/09/2012 */ public interface SearchMetadataImporter { SearchMetadataDB getSearchMetadata(OWLEditorKit editorKit, Set categories); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy