Class OrganismFilter
java.lang.Object
org.biopax.paxtools.query.wrapperL3.Filter
org.biopax.paxtools.query.wrapperL3.StringFieldFilter
org.biopax.paxtools.query.wrapperL3.OrganismFilter
Filter by organism. Applied to PhysicalEntity. Checks if their EntityReference is associated with
one of the given organisms.
- Author:
- Ozgun Babur
-
Field Summary
Fields inherited from class org.biopax.paxtools.query.wrapperL3.StringFieldFilter
emptyOK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCreates the accessor from PhysicalEntity to the organism of related EntityReference.Methods inherited from class org.biopax.paxtools.query.wrapperL3.StringFieldFilter
addAccessor, addValidValue, isEmptyOK, okToTraverse, setEmptyOK
-
Constructor Details
-
OrganismFilter
Constructor.- Parameters:
organism- organisms to select
-
-
Method Details
-
createFieldAccessors
public void createFieldAccessors()Creates the accessor from PhysicalEntity to the organism of related EntityReference.- Specified by:
createFieldAccessorsin classStringFieldFilter
-