Class UbiqueFilter
java.lang.Object
org.biopax.paxtools.query.wrapperL3.Filter
org.biopax.paxtools.query.wrapperL3.UbiqueFilter
Filters out ubiquitous entities, whose IDs are supplied by user.
- Author:
- Ozgun Babur
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if the ID of the given element is in the black list.
-
Constructor Details
-
UbiqueFilter
Constructor.- Parameters:
ubiqueIDs- IDS of ubiquitous entities
-
-
Method Details
-
okToTraverse
Checks if the ID of the given element is in the black list.- Specified by:
okToTraversein classFilter- Parameters:
ele- level 3 element to check- Returns:
- true if the element is not black-listed
-