Class BioSQLFeatureFilter.ByTypeTermName

java.lang.Object
org.biojavax.bio.db.biosql.BioSQLFeatureFilter.HibernateFeatureFilter
org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByTypeTermName
All Implemented Interfaces:
Serializable, FeatureFilter, BioSQLFeatureFilter
Enclosing interface:
BioSQLFeatureFilter

Construct one of these to filter features by type (name only - parent ontology is ignored).
Since:
1.5
Author:
Richard Holland
See Also:
  • Constructor Details

    • ByTypeTermName

      public ByTypeTermName(String typeTermName)
      Create a ByTypeTermName filter that filters in all features with typeTerm fields having name equal to typeTermName.
      Parameters:
      typeTermName - the Term to match typeTermName fields against
  • Method Details