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

org.biopax.ols.Loader Maven / Gradle / Ivy

Go to download

OBO ontology access and handling (derived from EBI PSIDEV Ontology Manager and OLS)

There is a newer version: 6.0.0
Show newest version
package org.biopax.ols;

/*
 *
 */



import java.io.IOException;


/**
 * Constants for the loader package and all loaded ontolgies#
 *
 * @author Richard Cote
 * @version $Id: Loader.java,v 1.7 2006/03/28 16:31:41 rglcote Exp $
 */
public interface Loader {

    public static final String RELATION_TYPE = "relation_type";
    public static final String SYNONYM_TYPE = "synonym_type";

    public Ontology getOntology() throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy