|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.seq.FeatureFilter.ByAnnotationType
org.biojava.bio.seq.FeatureFilter.AnnotationContains
public static final class FeatureFilter.AnnotationContains
Retrieve features that contain a given annotation, and that the set of values contains the value given.
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from interface org.biojava.bio.seq.FeatureFilter |
---|
all, leaf, none, top_level |
Constructor Summary | |
---|---|
FeatureFilter.AnnotationContains(java.lang.Object key,
java.lang.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 . |
Method Summary | |
---|---|
java.lang.Object |
getKey()
|
java.lang.Object |
getValue()
|
Methods inherited from class org.biojava.bio.seq.FeatureFilter.ByAnnotationType |
---|
accept, equals, getType, hashCode, isDisjoint, isProperSubset, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureFilter.AnnotationContains(java.lang.Object key, java.lang.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 annotationMethod Detail |
---|
public java.lang.Object getKey()
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |