Class BioSQLFeatureFilter.BySourceTermName

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

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

    • BySourceTermName

      public BySourceTermName(String sourceTermName)
      Create a BySourceTerm filter that filters in all features with sourceTerm fields having name equal to sourceTermName.
      Parameters:
      sourceTermName - the name of the Term to match sourceTerm fields against
  • Method Details