public static final class FeatureFilter.AnnotationContains extends FeatureFilter.ByAnnotationType
FeatureFilter.And, FeatureFilter.AnnotationContains, FeatureFilter.ByAncestor, FeatureFilter.ByAnnotation, FeatureFilter.ByAnnotationType, FeatureFilter.ByChild, FeatureFilter.ByClass, FeatureFilter.ByComponentName, FeatureFilter.ByDescendant, FeatureFilter.ByFeature, FeatureFilter.ByPairwiseScore, FeatureFilter.ByParent, FeatureFilter.BySequenceName, FeatureFilter.BySource, FeatureFilter.ByType, FeatureFilter.ContainedByLocation, FeatureFilter.FrameFilter, FeatureFilter.HasAnnotation, FeatureFilter.Not, FeatureFilter.OnlyChildren, FeatureFilter.OnlyDescendants, FeatureFilter.Or, FeatureFilter.OverlapsLocation, FeatureFilter.ShadowContainedByLocation, FeatureFilter.ShadowOverlapsLocation, FeatureFilter.StrandFilter
all, leaf, none, top_level
Constructor and Description |
---|
FeatureFilter.AnnotationContains(Object key,
Object value)
Make a new AnnotationContains that will accept features with an annotation
bundle where the value-set assosiated with the property
key
contains a member equal to value . |
Modifier and Type | Method and Description |
---|---|
Object |
getKey() |
Object |
getValue() |
accept, equals, getType, hashCode, isDisjoint, isProperSubset, setType, toString
public FeatureFilter.AnnotationContains(Object key, Object value)
key
contains a member equal to value
.key
- the Object used as a key in the annotationvalue
- the Object associated with key in the annotationCopyright © 2014 BioJava. All rights reserved.