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

org.biopax.paxtools.pattern.miner.IDFetcher Maven / Gradle / Ivy

package org.biopax.paxtools.pattern.miner;

import org.biopax.paxtools.model.BioPAXElement;

import java.util.Set;

/**
 * @author Ozgun Babur
 */
public interface IDFetcher
{
	/**
	 * Finds a String ID for the given element.
	 * @param ele element to fecth the ID from
	 * @return ID
	 */
	public Set fetchID(BioPAXElement ele);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy