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

org.biopax.ols.TermSynonym 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.util.Collection;

/**
 * @author R. Cote
 * @version $Id: TermSynonym.java,v 1.6 2006/03/23 12:34:17 rglcote Exp $
 */
public interface TermSynonym {
    /**
     * 

Does ...

* * @return */ public String getSynonym(); /** *

Does ...

* * @return */ public Term getParentTerm(); /** *

Does ...

* * @return */ public Term getSynonymType(); /** *

Does ...

* * @return */ public Collection getSynonymXrefs(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy