public class ListUbiqueDetector extends Object implements UbiqueDetector
| Constructor and Description |
|---|
ListUbiqueDetector(Set<String> ubiqueIDs)
Contructor with the Ubique IDs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUbique(PhysicalEntity pe)
Checks if the ID of the PhysicalEntity is in the set.
|
public boolean isUbique(PhysicalEntity pe)
isUbique in interface UbiqueDetectorpe - PhysicalEntity to checkCopyright © 2016 BioPAX. All rights reserved.