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

org.biopax.ols.TermPath 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;

/*
 *
 */

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

Does ...

* * @return */ public int getDistance(); public long getRelationshipTypeId(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy