Package org.biopax.paxtools.controller
Interface IDFetcher
public interface IDFetcher
- Author:
- Ozgun Babur
-
Method Summary
Modifier and TypeMethodDescriptionfetchID(BioPAXElement ele) Finds a String ID for the given element.
-
Method Details
-
fetchID
Finds a String ID for the given element.- Parameters:
ele- element to fetch the ID from- Returns:
- some identifiers
-