Uses of Interface
org.biojavax.bio.db.biosql.BioSQLFeatureFilter
Packages that use BioSQLFeatureFilter
-
Uses of BioSQLFeatureFilter in org.biojavax.bio.db.biosql
Classes in org.biojavax.bio.db.biosql that implement BioSQLFeatureFilterModifier and TypeClassDescriptionclassThe class that accepts all features.classThe class that accepts no features.static final classA filter that returns all features accepted by both child filter.static final classConstruct one of these to filter features by display name.static final classA filter that returns all features that have the given note, and the value and rank is checked as well.static final classA filter that returns all features that have a note with the given term.static final classConstruct one of these to filter features by rank.static final classAccept features that reside on a sequence with a particular name.static final classConstruct one of these to filter features by source.static final classConstruct one of these to filter features by source (name only - parent ontology is ignored).static final classA filter that returns all features having locations on a given strand.static final classConstruct one of these to filter features by type.static final classConstruct one of these to filter features by type (name only - parent ontology is ignored).static final classA filter that returns all features contained within a location.static classA filter for Hibernate-BioSQL filters to extend.static final classA filter that returns all features not accepted by a child filter.static final classA filter that returns all features accepted by at least one child filter.static final classA filter that returns all features overlapping a location.Fields in org.biojavax.bio.db.biosql declared as BioSQLFeatureFilterModifier and TypeFieldDescriptionstatic final BioSQLFeatureFilterBioSQLFeatureFilter.allAll features are selected by this filter.static final BioSQLFeatureFilterBioSQLFeatureFilter.noneNo features are selected by this filter.Methods in org.biojavax.bio.db.biosql that return BioSQLFeatureFilterModifier and TypeMethodDescriptionstatic BioSQLFeatureFilterBioSQLFeatureFilter.Tools.convert(FeatureFilter ff) Convert a non-BioSQL FeatureFilter into a BioSQL one.BioSQLFeatureFilter.Not.getChild()BioSQLFeatureFilter.And.getChild1()BioSQLFeatureFilter.Or.getChild1()BioSQLFeatureFilter.And.getChild2()BioSQLFeatureFilter.Or.getChild2()Constructors in org.biojavax.bio.db.biosql with parameters of type BioSQLFeatureFilterModifierConstructorDescriptionNot(BioSQLFeatureFilter child) Or(BioSQLFeatureFilter c1, BioSQLFeatureFilter c2)