org.molgenis.ontology.initializer.OntologyScriptInitializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-ontology Show documentation
Show all versions of molgenis-ontology Show documentation
Plugin module containing SORTA (system for ontology-based re-coding and technical
annotation)
plugins.
package org.molgenis.ontology.initializer;
public interface OntologyScriptInitializer {
void initialize();
}