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 TypeClassDescriptionclass
The class that accepts all features.class
The class that accepts no features.static final class
A filter that returns all features accepted by both child filter.static final class
Construct one of these to filter features by display name.static final class
A filter that returns all features that have the given note, and the value and rank is checked as well.static final class
A filter that returns all features that have a note with the given term.static final class
Construct one of these to filter features by rank.static final class
Accept features that reside on a sequence with a particular name.static final class
Construct one of these to filter features by source.static final class
Construct one of these to filter features by source (name only - parent ontology is ignored).static final class
A filter that returns all features having locations on a given strand.static final class
Construct one of these to filter features by type.static final class
Construct one of these to filter features by type (name only - parent ontology is ignored).static final class
A filter that returns all features contained within a location.static class
A filter for Hibernate-BioSQL filters to extend.static final class
A filter that returns all features not accepted by a child filter.static final class
A filter that returns all features accepted by at least one child filter.static final class
A filter that returns all features overlapping a location.Fields in org.biojavax.bio.db.biosql declared as BioSQLFeatureFilterModifier and TypeFieldDescriptionstatic final BioSQLFeatureFilter
BioSQLFeatureFilter.all
All features are selected by this filter.static final BioSQLFeatureFilter
BioSQLFeatureFilter.none
No features are selected by this filter.Methods in org.biojavax.bio.db.biosql that return BioSQLFeatureFilterModifier and TypeMethodDescriptionstatic BioSQLFeatureFilter
BioSQLFeatureFilter.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)