|
|||||||||||
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.ByAnnotation
Retrieve features that contain a given annotation with a given value.
Nested Class Summary |
Field Summary |
Fields inherited from interface org.biojava.bio.seq.FeatureFilter |
all, leaf, none, top_level |
Constructor Summary | |
FeatureFilter.ByAnnotation(java.lang.Object key,
java.lang.Object value)
Make a new ByAnnotation that will accept features with an annotation bundle containing 'value' associated with 'key'. |
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.ByAnnotation(java.lang.Object key, java.lang.Object 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 |