Class OrganismFilter


public class OrganismFilter extends StringFieldFilter
Filter by organism. Applied to PhysicalEntity. Checks if their EntityReference is associated with one of the given organisms.
Author:
Ozgun Babur
  • Constructor Details

    • OrganismFilter

      public OrganismFilter(String[] organism)
      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:
      createFieldAccessors in class StringFieldFilter