![JAR search and dependency download from the Maven repository](/logo.png)
org.biopax.ols.Ontology Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obo-fetcher Show documentation
Show all versions of obo-fetcher Show documentation
OBO ontology access and handling (derived from EBI PSIDEV Ontology Manager and OLS)
package org.biopax.ols;
/*
*
*/
import java.util.Collection;
/**
* @author R. Cote
* @version $Id: OntologyAccess.java,v 1.8 2006/06/07 09:28:26 rglcote Exp $
*/
public interface Ontology {
public String getShortOntologyName();
public String getFullOntologyName();
public String getDefinition();
public Collection getTerms();
public Collection getRootTerms();
public String getVersion();
public String getQueryURL();
public String getSourceURL();
public boolean isFullyLoaded();
public boolean isUsesImports();
public java.util.Date getLoadDate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy