Package org.biopax.paxtools.io.sbgn
Class ListUbiqueDetector
java.lang.Object
org.biopax.paxtools.io.sbgn.ListUbiqueDetector
- All Implemented Interfaces:
UbiqueDetector
Detects ubiquitous molecules using a given ID set.
- Author:
- Ozgun Babur
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListUbiqueDetector
Contructor.- Parameters:
uris- URIs of ubiques
-
-
Method Details
-
isUbique
Checks if the ID of the PhysicalEntity is in the set.- Specified by:
isUbiquein interfaceUbiqueDetector- Parameters:
e- PhysicalEntity or Gene to check- Returns:
- true if ubique
-